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
Given the following SPL search, how many rows of results would you expect to be returned by default? index=security sourcetype=linux_secure (fail* OR invalid) I top src__ip
A. 10
B. 50
C. 100
D. 20
In a deployment with multiple indexes, what will happen when a search is run and an index is not specified in the search string?
A. No events will be returned.
B. Splunk will prompt you to specify an index.
C. All non-indexed events to which the user has access will be returned.
D. Events from every index searched by default to which the user has access will be returned.
What are Splunk alerts based on?
A. Dashboards
B. Searches
C. Webhooks
D. Reports
Which search would return events from the access_combined sourcetype?
A. Sourcetype=access_combined
B. Sourcetype=Access_Combined
C. sourcetype=Access_Combined
D. SOURCETYPE=access_combined
By default, how long does Splunk retain a search job?
A. 10 Minutes
B. 15 Minutes
C. 1 Day
D. 7 Days
Clicking a SEGMENT on a chart, ________.
A. drills down for that value
B. highlights the field value across the chart
C. adds the highlighted value to the search criteria
In the Search and Reporting app, which is a default selected field?
A. index
B. action
C. _time
D. host
What is a primary function of a scheduled report?
A. Auto-detect changes in performance
B. Auto-generated PDF reports of overall data trends
C. Regularly scheduled archiving to keep disk space use low
D. Triggering an alert in your Splunk instance when certain conditions are met
What does the values function of the stats command do?
A. Lists all values of a given field.
B. Lists unique values of a given field.
C. Returns a count of unique values for a given field.
D. Returns the number of events that match the search.