Splunk Core Certified User — Question 169

Query - status != 100:

Answer options

Correct answer: A

Explanation

The correct answer, A, accurately describes that the query will filter events where the status field is present and does not equal 100. Option B incorrectly states that it includes events where the status field does not exist, which is not true for this query. Option C is misleading because the query's behavior is consistent and does not vary based on data, as it strictly checks for the status value.