SPLK-1001 · Question #231
What are the two most efficient search filters?
The correct answer is B. _time and index. This is the correct answer because these two filters can help you limit the amount of data that Splunk retrieves from disk, which is the key to fast searching1. The _time filter allows you to specify a narrow time window for your search, which reduces the number of buckets that…
Question
What are the two most efficient search filters?
Options
- A_time and host
- B_time and index
- Chost and sourcetype
- Dindex and sourcetype
How the community answered
(31 responses)- A13% (4)
- B77% (24)
- C3% (1)
- D6% (2)
Explanation
This is the correct answer because these two filters can help you limit the amount of data that Splunk retrieves from disk, which is the key to fast searching1. The _time filter allows you to specify a narrow time window for your search, which reduces the number of buckets that Splunk scans. The index filter allows you to specify which index or indexes contain the data that you want to search, which reduces the number of files that Splunk reads.
Topics
Community Discussion
No community discussion yet for this question.