nerdexam
Splunk

SPLK-2002(205Q) · Question #99

A Splunk instance has crashed, but no crash log was generated. There is an attempt to determine what user activity caused the crash by running the following search: What does searching for…

The correct answer is D. Filters results to situations where Splunk was started, but not stopped. Searching for closed_txn=0 in this search filters results to situations where Splunk was started, but not stopped. This means that the transaction was not completed, and Splunk crashed before it could finish the pipelines. The closed_txn field is added by the transaction…

Monitoring and Troubleshooting

Question

A Splunk instance has crashed, but no crash log was generated. There is an attempt to determine what user activity caused the crash by running the following search:

What does searching for closed_txn=0 do in this search?

Exhibit

SPLK-2002(205Q) question #99 exhibit

Options

  • AFilters results to situations where Splunk was started and stopped multiple times.
  • BFilters results to situations where Splunk was started and stopped once.
  • CFilters results to situations where Splunk was stopped and then immediately restarted.
  • DFilters results to situations where Splunk was started, but not stopped.

How the community answered

(39 responses)
  • A
    5% (2)
  • B
    21% (8)
  • C
    13% (5)
  • D
    62% (24)

Explanation

Searching for closed_txn=0 in this search filters results to situations where Splunk was started, but not stopped. This means that the transaction was not completed, and Splunk crashed before it could finish the pipelines. The closed_txn field is added by the transaction command, and it indicates whether the transaction was closed by an event that matches the endswith condition1. A value of 0 means that the transaction was not closed, and a value of 1 means that the transaction was closed1. Therefore, option D is the correct answer, and options A, B, and C are incorrect. 1: transaction command overview

Topics

#crash analysis#closed_txn#audit logging#splunkd transactions

Community Discussion

No community discussion yet for this question.

Full SPLK-2002(205Q) Practice