Posted by: Pdfprep
Post Date: November 2, 2020
What does the following search do?
index=corndog type= mysterymeat action=eaten | stats count as corndog_count by user
A . Creates a table of the total count of users and split by corndogs.
B . Creates a table of the total count of mystery meat corndogs split by user.
C . Creates a table with the count of all types of corndogs eaten split by user.
D . Creates a table that groups the total number of users by vegetarian corndogs.
Answer: C
Leave a Reply