Valid SPLK-1003 Dumps shared by ExamDiscuss.com for Helping Passing SPLK-1003 Exam! ExamDiscuss.com now offer the newest SPLK-1003 exam dumps, the ExamDiscuss.com SPLK-1003 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com SPLK-1003 dumps with Test Engine here:
The following stanza is active in indexes.conf: [cat_facts] maxHotSpanSecs = 3600 frozenTimePeriodInSecs = 2630000 maxTota1DataSizeMB = 650000 All other related indexes.conf settings are default values. If the event timestamp was 3739283 seconds ago, will it be searchable?
Correct Answer: D
The correct answer is D. No, because the event time is greater than the retention time. According to the Splunk documentation1, the frozenTimePeriodInSecs setting in indexes.conf determines how long Splunk software retains indexed data before deleting it or archiving it to a remote storage. The default value is 188697600 seconds, which is equivalent to six years. The setting can be overridden on a per-index basis. In this case, the cat_facts index has a frozenTimePeriodInSecs setting of 2630000 seconds, which is equivalent to about 30 days. This means that any event that is older than 30 days from the current time will be removed from the index and will not be searchable. The event timestamp was 3739283 seconds ago, which is equivalent to about 43 days. This means that the event is older than the retention time of the cat_facts index and will not be searchable. The other settings in the stanza, such as maxHotSpanSecs and maxTota1DataSizeMB, do not affect the retention time of the events. They only affect the size and duration of the buckets that store the events.