Splunk_1 Flashcards
What is Machine Data ?
Digital information created by the activity of computers, mobile phones, embedded systems and other networked devices.
What Splunk Do ?
Searching, monitoring, and examining machine-generated Big Data through a web-style interface.
What are the main components of Splunk?
Forwarder
Indexer
Search Head
What are forwarder ?
An agent you deploy on IT systems, which collects logs and sends them to the indexer.
What is Splunk ?
A distributed system that aggregates, parses and analyses log data.
What are the two types of forwarder ?
- Universal Forwarder
- Heavy Forwarder
What is Universal forwarder for ?
It forwards the raw data without any prior treatment.
What is Heavy Forwarder for ?
Parsing and indexing at the source, on the host machine and sends only the parsed events to the indexer.
What is indexer for ?
Transforms data into events (unless it was received pre-processed from a heavy forwarder), stores it to disk and adds it to an index, enabling searchability.
What is SearchHead for ?
Search and query Splunk data, and interfaces with indexers to gain access to the specific data they request.
What is the three processing tiers for a splunk deployment ?
- Data input
- Indexing
- Search management
What is the correspondence between the three typical processing tiers and the four data pipeline segments ?
- The data input tier handles the input segment.
- The indexing tier handles the parsing and indexing segments.
- The search management tier handles the search segment.
What are the 5 main function of Splunk Enterprise ?
- Index Data
- Search & investigate
- Add knowledge
- Monitor & alert
- Report & analyse
What are the different product categories of Splunk ?
Splunk Enterprise − It is used by companies which have large IT infrastructure and IT driven business.
Splunk Cloud − It is the cloud hosted platform with same features as the enterprise version. It can be availed from Splunk itself or through the AWS cloud platform.
Splunk Light − It allows search, report and alert on all the log data in real time from one place.
What is splunk role ?
Determine what a user is able to see, do or interact with.
What are the 3 main roles in Splunk Enterprise ?
- Administrator role
- Power role
- User role
Who can add data to Splunk ?
The administrator
What are the 3 option to ingest data to Splunk ?
- Upload file from the computer (local files)
- Monitor files and ports on the splunk platform instance
- Forward data form a splunk forwarder
What is an event ?
A set of values associated with a
timestamp. It is a single entry of data
What is SourceType ?
A default field that identifies the data structure of an event. A source type determines how formats the data during the indexing process.
What is the Host Value ?
The name of the machine from which the event originates.
What is index ?
The directory where the data will be stored
What is knowledge object ?
A user-defined entity that enriches the existing data. You can use knowledge objects to get specific information about your data.
What are the five components of splunk language ?
- Search terms
- Commands
- Functions
- Arguments
- Clauses
Are Field values case sensitive ?
No
Are Field Name case sensitive ?
Yes
What is the most efficient way to filter events ?
Using Time
Can Splunk allow searches in real time ?
Yes
The colors in SPL
Orange for boolean
Blue for commands
Green for command arguments
Purple for functions
Which command removes results with duplicate field values?
Dedup
Can Charts be based on numbers, time, or location ?
Yes
Can the User role create report ?
Yes
What Splunk uses to categorize the type of data being indexed ?
Sourcetype
Are events always returned in chronological order ?
No
What separate indexes allows ?
Multiple retention policies
Faster Searches.
Ability to limit access.
What is a lookup ?
Add custom fields to event from external sources like csv.file
Which command returns a table containing only specified fields in result set ?
Table command
Which command renames a field in results ?
Rename command
Which command includes or excludes specified fields. ?
Fields command
Which command sorts results by specified field ?
Sort command
Which command adds field values from an external source (e.g., csv files) ?
Lookup command