nerdexam
Splunk

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

Correlating Events

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)
  • A
    92% (33)
  • C
    6% (2)
  • D
    3% (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

#transaction command#event correlation#SPL#startswith

Community Discussion

No community discussion yet for this question.

Full SPLK-1002 Practice