SPLK-1001 Exam QuestionsBrowse all questions from this exam

SPLK-1001 Exam - Question 71


Which events will be returned by the following search string? host=www3 status=503

Show Answer
Correct Answer: B

The search string 'host=www3 status=503' will return all events that have both the host set to 'www3' and the status set to '503'. In the context of search queries, space-separated key-value pairs imply a logical AND operation between them. Therefore, the query filters for events that meet both criteria simultaneously.

Discussion

2 comments
Sign in to comment
saikkat7ghosh
Feb 17, 2024

Answer: B

bmalin77
Aug 16, 2024

B. And is implied.