SPLK-1002 · Question #199
What commands can be used to group events from one or more data sources?
The correct answer is B. transaction, stats. The transaction and stats commands are two ways to group events from one or more data sources based on common fields or time ranges. The transaction command creates a single event out of a group of related events, while the stats command calculates summary statistics over a…
Question
What commands can be used to group events from one or more data sources?
Options
- Aeval, coalesce
- Btransaction, stats
- Cstats, format
- Dtop, rare
How the community answered
(42 responses)- A2% (1)
- B88% (37)
- C2% (1)
- D7% (3)
Explanation
The transaction and stats commands are two ways to group events from one or more data sources based on common fields or time ranges. The transaction command creates a single event out of a group of related events, while the stats command calculates summary statistics over a group of events. The eval and coalesce commands are used to create or combine fields, not to group events. The format command is used to format the results of a subsearch, not to group events. The top and rare commands are used to rank the most or least common values of a field, not to group events.
Topics
Community Discussion
No community discussion yet for this question.