Questions Flashcards
What determines the scope of data that appears in a scheduled report?
Permissions granted by the owner of report.
When writing searches in Splunk.what is true about Booleans?
They must be uppercase.
How can search results be kept for longer than 7 days?
Changing job settings
When running searches, command modifiers are displayed in what colour?
Orange
Which of the following is a Splunk search best practice?
Filter as early as possible
How are events displayed after a search is executed?
Reverse chronological order
What is the primary function of a scheduled report?
Triggering an alert in your Splunk instance when certain conditions are met
Which commands is used to review the contents of a specified static lookup file?
inputlookup
When sorting on multiple fields with the sort command, what delimiter can be used between the field names in the search?
,
Which of the following about case sensitivity is true?
Field names ARE case sensitive; field values are NOT
What does the rare command do?
Returns the least common field values of a given field in the results.
Which Boolean operator is always implied between two search terms, unless otherwise specified?
AND
What is the purpose of using a by clause with the stats command?
To group the results by one or more fields
How can you add a field to the fields sidebar?
Click All Fields and select the field to add it to Selected Fields
In the fields sidebar, which character denotes alpha numeric field values?
a
How does Splunk determine which fields to extract from data?
Splunk automatically discovers many fields based on sourcetype and key/value pairs found in data.
What syntax is used to link key/value pairs in search strings?
Relational operators such as =,
In a deployment with multiple indexes, what will happen when a search is run and an index is not specified in the search string?
Events from every index searched by default to which the user has access will be returned
In the Splunk interface, the list of alerts can be filtered based on which characteristics?
App, Time, Window, Type, and Severity
When viewing results of a search, what is an interesting field?
A field that appears in the at least 20% of events
When a Splunk search generates calculated data that appears in the Statistics tab, in what formats can the results be exported?
CSV, XML, JSON
What is the recommended way to create multiple dashboards displaying data from the same search?
Export the results of the search to an XML file and use the file as the basis of the dashboards
What does the stats command do?
Calculates statistics on data that matches the search criteria
Which is the primary function of the timeline located under the search bar?
To show peaks and/or valleys in the timeline, which can indicate spikes in activity or downtime.