nerdexam
Splunk

SPLK-1002 · Question #168

Which of the following describes the I transaction command?

The correct answer is C. It is an SPL command that groups events together with shared values in selected fields. The transaction command is an SPL (Search Processing Language) command that groups related events together based on shared values in one or more specified fields. For example, grouping all web session events by a common sessionid field creates a transaction showing the full…

Correlating Events

Question

Which of the following describes the I transaction command?

Options

  • AIt is an SPL command that groups at least two events together based on shared values in
  • BIt allows an exchange of data from one Splunk index to another Splunk index.
  • CIt is an SPL command that groups events together with shared values in selected fields.
  • DIt allows an exchange of data from one Splunk system to another Splunk system.

How the community answered

(46 responses)
  • A
    2% (1)
  • B
    9% (4)
  • C
    87% (40)
  • D
    2% (1)

Explanation

The transaction command is an SPL (Search Processing Language) command that groups related events together based on shared values in one or more specified fields. For example, grouping all web session events by a common sessionid field creates a transaction showing the full session as a single event. It operates entirely within a Splunk search - it does not move data between indexes (ruling out B) or between Splunk systems (ruling out D). Option A is partially close but incorrectly implies a minimum of two events; a transaction can contain a single event.

Topics

#transaction command#event grouping#SPL#event correlation

Community Discussion

No community discussion yet for this question.

Full SPLK-1002 Practice