WHAT IS SPLUNK?
DevOps@RajeshKumar.XYZ
Basic Windows Administration
Basic Linux Administration
Windows Environment
Hadoop Sandbox
Why machine data?
Splunk Terms
Careers in Splunk
Data generated by machines, computer processing, applications and sensor data.
Machine data is everywhere. In fact you are generating it right now!
Server & Workstation Logs
Networks
Database
Web
DevOps
IOT
Security is one of the fastest growing sectors in IT
Definition of Splunk
Understand machine data
A look at Splunkarchitecture
Careers in Splunk
How Splunk is licensed
Where to get Splunk
Installing Splunk
Running Splunk
Capped at 500MB of data
Splunk Website
Register with Splunk.com
Installing Splunk
Logging into Splunk
Testing the environment
Windows System Logs
Windows Security Logs
Searching in Splunk
SplunkProcessing Language
Search Commands
source="WinEventLog:*" host="Henson-Lap"
Chaining Commands
source="WinEventLog:*" host="Henson-Lap"| command 1 | command 2...
Filtering Results
source="WinEventLog:*" host="Henson-Lap"| search EventCode=100
Allows for users to filter results in query. For example show results where event code = 100
Remove Duplicates
source="WinEventLog:*" host="Henson-Lap"| dedup EventCode
Only shows unique events. For example show only Event Codes once
Developing saved reports
Alerting in Splunk
Instance of Splunk that sends data to another instance of Splunk.
Universal Forwarder
|
Heavy Forwarder
|
Light forwarder is deprecated as of Splunk6.0
Distributing data across multiple Splunk environments
|
Increased communication between software developers, QA and IT operations.
Uploading DevOps log file
|
|
|
|
Market place for Splunk plug-ins and application. Community driven application with licensed and non-licensed options for Splunk application.
Navigating the Splunkbase
(https://splunkbase.splunk.com/)
Installing Splunkbase API
Programing framework that processes large data sets in a distributed environment. Two major components MapReduce and HDFS.
Schema on Write
|
Schema on Read
|
HDFS data in Hunk