Splunk Fundamentals 1 Flashcards
Machine data makes up for more than __% of data accumulated by organizations
90%
Index Data
Collects events and normalizes it with discrete time stamps into different sourcetypes
Describe functions of indexers, search heads, and forwarders
The Indexer processes machine data from the Forwarders, and the search heads distributes searches to the indexers and extracts field value pairs.
In most Splunk deployments, ________ serve as the primary way data is supplied for indexing.
Forwarders
What are the three main processing components of Splunk?
Indexers, Forwarders, Search Heads
Search strings are sent from the _________.
Search Head
Which of these is not a main component of Splunk?
- Add knowledge
- Compress and archive
- Search and investigate
- Collect and index data
Compress and archive
This role will only see their own knowledge objects and those that have been shared with them.
User
What are the 3 roles in Splunk, from most to least powerful?
Admin, Power, User
Which apps ship with Splunk Enterprise?
Home App, Search & Reporting
You can launch and manage apps from the home app.
True
_________ define what users can do in Splunk.
Roles
The monitor input option will allow you to continuously monitor files.
True
Splunk knows where to break the event, where the time stamp is located and how to automatically create field value pairs using these.
Source Types
Splunk uses ________ to categorize the type of data being indexed.
Source Types
In most production environments, _______ will be used as the source of data input.
Forwarders
Files indexed using the the upload input option get indexed _____.
Once
What are commands that create statistics and visualizations called?
Transforming Commands
What booleans are used to tie events together in search?
AND OR NOT
What is the order of operations for boolean evaluation?
- Parenthesis() 1. NOT 2. OR 3. AND
How do you search exact phrases?
place terms in quotes “”
How do you escape quotes from being interpreted in a search?
Use a backslash character, eg info=”user "chrisv4" not in db”
This searches for the exact phrase user “chrisv4 not in db
A search job will remain active for ___ minutes after it is run.
10 Minutes
Shared search jobs remain active for _______ by default.
7 Days