Which TWO of the following statements about the `stats` command in Splunk are correct? (Choose two.)
Correct. `stats` is designed for aggregate calculations.
Why this answer
Option A is correct because the `stats` command in Splunk is specifically designed to compute summary statistics like count, sum, avg, and distinct count over a set of events. It transforms raw event data into aggregated results, making it a core transforming command for reporting and analysis.
Exam trap
The trap here is that candidates often confuse the `stats` command with `eval` or `table`, thinking `stats` can create fields or display raw events, when in fact it only produces aggregated results and requires fields to exist for grouping.