SPLK-1002 · Question #65
The stats command will create a _____________ by default.
The correct answer is A. Table. The Splunk stats command produces a table of statistical aggregations as its default output format in the Statistics tab.
Question
The stats command will create a _____________ by default.
Options
- ATable
- BReport
- CPie chart
How the community answered
(28 responses)- A89% (25)
- B7% (2)
- C4% (1)
Why each option
The Splunk `stats` command produces a table of statistical aggregations as its default output format in the Statistics tab.
The `stats` command computes aggregations such as count, sum, and average and presents the results as a structured table with each aggregation function as a column, displayed by default in the Statistics tab of Splunk search results.
A report is a saved search object in Splunk, not the default output format of the stats command; stats outputs an in-session table, not a persisted report.
The stats command does not generate a pie chart by default; chart visualizations require either additional commands like chart or manual selection in the Visualization tab.
Concept tested: Splunk stats command default table output
Source: https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Stats
Topics
Community Discussion
No community discussion yet for this question.