Splunk Core Certified Power User — Question 150
Which of the following describes the |transaction command?
Answer options
- A. It is an SPL command that groups events together with shared values in selected fields.
- B. It allows an exchange of data from one Splunk index to another Splunk index.
- C. It allows an exchange of data from one Splunk system to another Splunk system.
- D. It is an SPL command that groups at least two events together based on shared values in selected fields.
Correct answer: A
Explanation
The correct answer, A, accurately describes the |transaction command as it groups events with common values in specified fields. Options B and C incorrectly focus on data transfer, which is not the function of the |transaction command. Option D, while similar to A, is less precise because it specifies 'at least two events' rather than the broader grouping of events.