nerdexam
Splunk

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…

Filtering and Grouping Results

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)
  • A
    2% (1)
  • B
    88% (37)
  • C
    2% (1)
  • D
    7% (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

#Splunk commands#Event grouping#transaction command#stats command

Community Discussion

No community discussion yet for this question.

Full SPLK-1002 Practice