SPLK-1002 · Question #10
What do events in a transaction have In common?
The correct answer is D. All events in a transaction must be related by one or more fields.. In Splunk, a transaction is a group of events that are logically related by one or more shared field values - such as a session ID, user name, or IP address. Events within a transaction do not need to share the same timestamp (they typically span a time range), do not need to hav
Question
What do events in a transaction have In common?
Options
- AAll events In a transaction must have the same timestamp.
- BAll events in a transaction must have the same sourcetype.
- CAll events in a transaction must have the exact same set of fields.
- DAll events in a transaction must be related by one or more fields.
How the community answered
(47 responses)- A6% (3)
- B2% (1)
- C2% (1)
- D89% (42)
Explanation
In Splunk, a transaction is a group of events that are logically related by one or more shared field values - such as a session ID, user name, or IP address. Events within a transaction do not need to share the same timestamp (they typically span a time range), do not need to have the same sourcetype, and do not need to have identical sets of fields. The defining characteristic is relational linkage through shared field values, which is what the transaction command uses to group events together.
Topics
Community Discussion
No community discussion yet for this question.