Splunk Infrastructure Overview — Question 56
What does using the tstats command with summariesonly=false do?
Answer options
- A. Returns results from only non-summarized data.
- B. Returns results from both summarized and non-summarized data.
- C. Prevents use of wildcard characters in aggregate functions.
- D. Returns no results.
Correct answer: B
Explanation
The correct answer is B because setting summariesonly to false allows the tstats command to return both summarized and non-summarized data, providing a comprehensive view of the results. Options A and D are incorrect as they do not reflect the behavior of the command, while C is also wrong because it does not pertain to the function of the summariesonly parameter.