Splunk Core Certified User — Question 105
Which command automatically returns percent and count columns when executing searches?
Answer options
- A. top
- B. stats
- C. table
- D. percent
Correct answer: A
Explanation
The 'top' command automatically displays both percent and count columns when performing searches, making it the correct choice. The 'stats' command requires additional specifications to show similar information, while 'table' is used for formatting output without default percentages or counts. 'percent' is not a valid command in this context.