Question 1

What is Search Assistant in Splunk?
  • Question 2

    Which of the following file types is an option for exporting Splunk search results?
  • Question 3

    The better way of writing search query for index is:
  • Question 4

    What result will you get with following search index=test sourcetype="The_Questionnaire_P*" ?
  • Question 5

    Will the queries following below get the same result?
    1. index=log sourcetype=error_log status !=100
    2. index=log sourcetype=error_log NOT status =100