Which command will rename action to Customer Action?
Correct Answer: C
Question 47
Can you stop or pause the searching?
Correct Answer: A
Question 48
What are the two most efficient search filters?
Correct Answer: B
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 scans2. 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 reads3.
Question 49
This search will return 20 results. SEARCH: error | top host limit = 20
Correct Answer: A
Question 50
In the Search and Reporting app, which tab displays timecharts and bar charts?