me Flashcards
Which search string only returns events from hostWWW3
host=WWW3
By default, how long does Splunk retain a search job?
10 Minutes
What must be done before an automatic lookup can be created?
The lookup definition must be created.
Which of the following Splunk components typically resides on the machines where data originates?
Forwarder
What determines the scope of data that appears in a scheduled report?
The owner of the report can configure permissions so that the report uses either the User role or the owner’s profile at run time
When writing searches in Splunk, which of the following is true about Booleans?
They must be uppercase.
Which of the following searches would return events with failure in index netfw or warn or critical in index netops
(index=netfw failure) OR (index=netops (warn OR critical))
Select the answer that displays the accurate placing of the pipe in the following search string:
index=security sourcetype=access_* status=200 stats count by price
index=security sourcetype=access_* status=200 | stats count by price
Which of the following constraints can be used with the top command?
limit
When editing a dashboard, which of the following are possible options?
Modify the chart type displayed in a dashboard panel.
When running searches, command modifiers in the search string are displayed in what color?
Orange
Which of the following represents the Splunk recommended naming convention for dashboards?
Group_Object_Description
How can search results be kept longer than 7 days?
By changing the job settings
Which of the following is a Splunk search best practice?
Filter as early as possible
When looking at a dashboard panel that is based on a report, which of the following is true?
You cannot modify the search string in the panel, but you can change and configure the visualization.
Which of the following are common constraints of the top command?
limit, count
When displaying results of a search, which of the following is true about line charts?
Line charts are optimal for multiple series with 3 or more columns
How are events displayed after a search is executed?
in reverse chronological order
Which of the following is true about user account settings and preferences?
Full name, time zone, and default app can be defined by clicking the login name in the Splunk bar.
What is a primary function of a scheduled report?
Triggering an alert in your Splunk instance when certain conditions are met.
After running a search, what effect does clicking and dragging across the timeline have?
Moves to past or future events.
Which command is used to review the contents of a specified static lookup file?
inputlookup
What must be done in order to use a lookup table in Splunk?
The lookup file must be uploaded to Splunk and a lookup definition must be created.
When sorting on multiple fields with the sort command, what delimiter can be used between the field names in the search?
,