Posted by: Pdfprep
Post Date: October 29, 2020
Which search will return only events containing the word “error” and display the results as a table that includes the fields named action, src, and dest?
A . error | table action, src, dest
B . error | tabular action, src, dest
C . error | stats table action, src, dest
D . error | table column=action column=src column=dest
Answer: C
Explanation:
Reference: https://docs.splunk.com/Documentation/Splunk/8.0.3/SearchReference/search
Leave a Reply