Question 6
Which of the following searches would return a report of sales by product-name?
Question 7
What does the following search do?


Question 8
Which of the following can be used with the evalcommand tostringfunction? (Choose all that apply.)
Question 9
In the following eval statement, what is the value of description if the status is 503? index=main | eval description=case(status==200, "OK", status==404, "Not found", status==500, "Internal Server Error")
Question 10
When using| timechart by host, which field is represented in the x-axis?