Splunk Core Certified Power User — Question 86
When using the transaction command, how are evicted transactions identified?
Answer options
- A. _txn field is set to 1, or true.
- B. open_txn field is set to l, or true.
- C. max_txn field is set to 0, or false.
- D. closed_txn field is set to 0, or false.
Correct answer: D
Explanation
Evicted transactions are identified by the closed_txn field being set to 0, indicating they are no longer active. The other options incorrectly suggest different fields that do not correspond to the identification of evicted transactions.