Splunk Core Certified Power User — Question 55
What does the transaction command do?
Answer options
- A. Groups a set of transactions based on time.
- B. Creates a single event from a group of events.
- C. Separates two events based on one or more values.
- D. Returns the number of credit card transactions found in the event logs.
Correct answer: B
Explanation
The correct answer is B because the transaction command is designed to consolidate multiple events into a single event, allowing for better analysis. Option A is incorrect as it refers to grouping by time, which is not the primary function of the transaction command. Option C is also wrong since it suggests separating events, which is opposite to what the transaction command does. Option D is unrelated since it focuses on counting transactions rather than creating an event.