SPLK-1002 · Question #161
Which of the following options will define the first event in a transaction?
The correct answer is A. startswith. In Splunk's transaction command, the startswith argument defines a condition (search expression or eval expression) that the first event in a transaction must match. For example, transaction startswith="login" endswith="logout" groups events into transactions beginning with a log
Question
Which of the following options will define the first event in a transaction?
Options
- Astartswith
- Bwith
- Cstartingwith
- Dfirstevent
How the community answered
(36 responses)- A92% (33)
- C6% (2)
- D3% (1)
Explanation
In Splunk's transaction command, the startswith argument defines a condition (search expression or eval expression) that the first event in a transaction must match. For example, transaction startswith="login" endswith="logout" groups events into transactions beginning with a login event. The other options (with, startingwith, firstevent) are not valid transaction command arguments. The complementary argument endswith defines the last event.
Topics
Community Discussion
No community discussion yet for this question.