Fund1 Flashcards
Machine data is always structured.
False
Which of these is not a main component of Splunk?
- Compress and archive
- Search and investigate
- Add knowledge
- Collect and index data
Compress and archive
Machine data makes up for more than ___% of the data accumulated by organizations.
90
Machine data is only generated by web servers.
False
Search strings are sent from the _________.
Search Head
When a search is sent to splunk, it becomes a _____.
Search Job
Commands that create statistics and visualizations are called _______________ commands.
Transforming
Which search mode toggles behavior based on the type of search being run?
Smart
Which is not a comparison operator in Splunk? = > <= != ?=
?=
Events are always returned in chronological order.
False
As a general practice, exclusion is better than inclusion in a Splunk search.
False
This symbol is used in the “Advanced” section of the time range picker to round down to nearest unit of specified time.
@
What is the most efficient way to filter events in Splunk?
By Time
Which command removes results with duplicate field values?
Dedup
What is missing from this search?
{ sourcetype=a* | rename ip as “User IP” | table User IP }
Quotation marks around User IP.
Would the ip column be removed in the results of this search? Why or why not?
{ sourcetype=a* | rename ip as “user” | fields - ip }
No, because the name was changed.
Which stats function would you use to find the average value of a field?
avg
To display the most common values in a specific field, what command would you use?
top
Which one of these is not a stats function?
Addtotals
What needs to be returned by a search to view results as a chart?
Statistical values
In a dashboard, a time range picker will only work on panels that include a(n) __________ search.
inline
A time range picker can be included in a report.
True
These are knowledge objects that provide the data structure for pivot.
Data models
Adding child data model objects is like the ______ Boolean in the Splunk search language.
AND