Splunk_User Flashcards
Preparation to Splunk User exam
What are 4 main functions of Splunk Enterprise?
- Input
- Parsing
- Indexing
- Searching
What are fields?
Fields are searchable key/value pairs in your event data. These are searchable name and value pairings that distinguish one event from another. Not all events have the same fields and field values
What is host?
Physical devices from which the event originates
What is source?
A source is the name of the file, directory, data stream, or other input from which a particular event originates
What are source types used for?
- Format the data during indexing
- Categorize your data for easier searching
- Help in appropriate timestamp and event breaks.
What are forwarders?
A forwarder consumes data and then forwards the data to an indexer.
What are indexers?
An indexer indexes incoming data that it usually receives from a group of forwarders. Transforms the data into events and stores the events in an index. Searches the indexed data in response to search requests from a search head. Label with a source type and break the data into single events. Add knowledge objects into the data. Performs actual searches on the data.
What are search heads?
Directs search requests to a set of indexers and merges the results back o the user. Use search language to search index data. Handle search requests from users and distribute requests to the indexers. Consolidate and enrich the results from the indexers before returning them to the user. The search heads also provide the users with various tools such as dashboards, reports and visualisations to assist the search experience.
Who are 3 the main users?
User, Power User, Admin
What activities does Splunk Administrator?
- Sets up user account and permissions
- Gets data into Splunk Enterprise
- Configures, administers, optimizes and secures the Splunk Enterprise deployment
What activities does Splunk User?
- Use search to investigate server problems, understand configurations, monitor user activities and troubleshoot escalated problems.
- Builds reports and dashboards
- Identify patterns and trends that are indicator of routine problems.
What are benefits of index clusters?
- Prevent data loss
- Promote availability
- Data recovery
Main functions of search and reporting app
- Searching and analysing data
* Create knowledge objects, reports and dashboards
Index time process
- Input phase: opened and read and any configuration settings are applied
- Parsing phase: handled by indexers. Data broken up into events and advanced processing
- Indexing phase: data is initially written to disk, compressed.
How you can add data inputs
- Apps and add-ons from Splunkbase
- Splunk Web
- CLI
- Directory editing inputs.conf
Who is adding the data for the deployment?
Admin user
What are 3 ways of adding the data into Splunk?
- Data input
- Monitor
- Forwarders
What does upload data option do
Upload your local file and index once. Does not create inputs.conf
What does monitor option do
Upload files and directories, HTTP events, TCP/UDP and Scripts. Useful for testing inputs. We can monitor continuously or index once.
What multiple indexes allow?
- Limits the amount of data Splunk searches
- Limiting access by user role. You can control who see what data
- Allow custom retention policies.
How long jobs are stored in Splunk?
10 minutes
What is the maximum time length that the job is stored?
7 days
What are 3 search modes
- Fast
- Smart
- Verbose
What Fast search mode does?
Emphasizes speed over completeness. Field discovery is disabled