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?
error | table action, src, dest
error | tabular action, src, dest
error | stats table action, src, dest
error | table column=action column=src column=dest
Submit