Exam SPLK-1001 All QuestionsBrowse all questions from this exam
Question 71

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

    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
bmalin77Option: B

B. And is implied.

saikkat7ghoshOption: B

Answer: B