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: A. error | table action, src, dest
Computer Science & Information Technology
You might also like to view...
The critical path is NOT visible in Calendar view
Indicate whether the statement is true or false
Computer Science & Information Technology
The first argument to method showMessageDialog specifies ________.
a. the title. b. the message. c. the icon. d. the parent window.
Computer Science & Information Technology