Splunk Core Certified User — Question 87

Which of the following searches would return events with failure in index netfw or warn or critical in index netops?

Answer options

Correct answer: B

Explanation

Option B is correct because it uses the OR operator properly to capture all events that have failure in the netfw index or either warn or critical in the netops index. The other options misplace the AND and OR operators, which could lead to incorrect results by either excluding relevant events or combining conditions inappropriately.