Exam SPLK-2002 All QuestionsBrowse all questions from this exam
Question 81

In an existing Splunk environment, the new index buckets that are created each day are about half the size of the incoming data. Within each bucket, about 30% of the space is used for rawdata and about 70% for index files.

What additional information is needed to calculate the daily disk consumption, per indexer, if indexer clustering is implemented?

    Correct Answer: B

    To calculate the daily disk consumption per indexer in an indexer cluster, you need the total daily indexing volume to understand the amount of incoming data. The replication factor (RF) and search factor (SF) are crucial as they determine how many copies of the data and index files are stored and how many peers are involved in searching. Additionally, the number of peer nodes is necessary to distribute the data across them and determine the per-indexer storage requirements. This information will give a clear understanding of the total data stored and searched, which directly impacts disk consumption.

Discussion
sadhkaOption: B

My answer is B

KiranVMOption: B

indexing volume, no. of peer nodes, RF and SF.

AnaBeeOption: B

pg 27 | Cluster

not_another_user_007Option: B

It is B. Look at page 95-96 Architecting Splunk and it talks about considerations will include RF, SF and Daily index volume

manu78Option: B

My answer is B as well.

bobixakaOption: B

Architecting Splunk PDF - page 96

RedYetiOption: B

Answer B

SpTesterOption: D

Actually I think D is right. I will explain. In B you have: number of peer nodes, but you do not need that to calculate the disk usage as you don't care about number of peers only about the size of data and search factor + replication factor. Now it is said that you can see how much data comes in a day. Bucket = half the size so you can actually see the size of the bucket. So you do not need the size of the daily data. But if you need to calculate consumption of disk in % you would need answer from D being the size of the disk system.

RedYeti

so why do you need number of accelerated searches?

b5white

You need to know the number of peers to know the average per peer. If you have an RF=3 among 5 peers, then the average is lower than it would be among 3 peers.