Splunk Fundamentals 2 Flashcards
True or False. Tags, field values with “eval” and “where,” and “field values from lookup” are case insensitive.
False. They are case sensitive.
True or False. Field names, regular expressions and Boolean operators are case sensitive.
True
As events come into Splunk, they are placed into an index’s ____ ___ (which is the only writable bucket).
hot bucket
Which command returns tables containing only specified fields in a result set?
table
Which command renames a field in results?
rename
Which command includes or excludes specified fields?
fields
Which command sorts results by specified field?
sort
Which command adds field values from an external source (e.g., csv files)?
lookup
Are Boolean operators case sensitive?
yes
Are field names case sensitive?
yes
Using a ____ ____ in Splunk is a way to search through text to find pattern matches in your data.
Are they case sensitive?
regular expression
yes
True or False. Field values from lookup, tags, and field values with “eval” and “where” commands are not case sensitive.
False. They are case sensitive.
Are command names (i.e. stats, STATS), command clauses (i.e. “as,” “by,” “with), statistical functions (i.e. avg, AVG, Avg), search terms (i.e. failed, FAILED) and field values (i.e. host=www1, host=WWW1) case sensitive or case insensitive?
case insensitive
As events age in Splunk, they move from the ____ bucket, to the ____ bucket and finally to the ____ bucket.
hot, warm, cold
Who can configure settings and add more to buckets? Users, admins or power users?
admins
What is the most efficient filter to use when searching events? After time, the most powerful fields to filter are what?
time
index, host, source and sourcetype
What command would you use in order to only extract (discover) the fields you need?
fields command
____ mode in Splunk = performance over completeness.
____ mode in Splunk balances speed and completeness.
____ mode in Splunk focuses on completeness over performance
fast
smart
verbose
Removing duplicates then sorting is ____ (faster or slower) than sorting then removing duplicates?
faster
____ commands massage raw data in tables and transform specified cell values for each event into numerical values that you can use for statistical purposes.
transforming
What commands are required to ‘transform’ search results into visualizations?
transforming
What type of commands are the following?
top rare chart timechart stats geostats
transforming
In fast mode, verbose mode, and smart mode what is not available for non-transforming searches?
statistics and visualizations
Only metadata fields (host, source and sourcetype) and fields specified in a search are available in ___ mode.
fast