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…
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
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)- A5% (2)
- B21% (8)
- C13% (5)
- D62% (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
Community Discussion
No community discussion yet for this question.
/6a9e3963ced4/img_00.webp)