
Learn about Big Data and how Splunk fits into that picture.
Big data is any technology which enables the storage of gigabytes of data and larger for searching, reporting and other purposes.
Learn about the Splunk certifications.
Learn how Splunk structures its directories.
Lecture structure:
Splunk Education, resources, certifications
education.splunk.com
Company pays for courses
Splunk Conferences - conf.splunk.com
www.splunk.com
Support-Splunk answers
Splunk Lantern Best Practices
Getting Started - https://www.splunk.com/en_us/get-started.html
Splunk Education menu option
Certifications explanations - https://www.splunk.com/en_us/training/course-catalog.html?filters=filterGroup2SplunkCoreCertifiedPowerUser
Splunk Cloud and AWS
Certification Handbook pdf - https://www.splunk.com/pdfs/training/splunk-certification-candidate-handbook.pdf
Splunk Documentation online - docs.splunk.com
-conf files - https://docs.splunk.com/Documentation/Splunk/9.0.1/Admin/Propsconf
-List of search commands - https://docs.splunk.com/Documentation/Splunk/9.0.1/SearchReference/WhatsInThisManual
-Command quick reference - https://www.splunk.com/pdfs/solution-guides/splunk-quick-reference-guide.pdf
Search-Report-Alerts-Dashboards vs Settings-Dashboards, Settings options
Advanced search-macros
Learn how to install Splunk on a fresh AWS instance to follow along with this course.
Learn how to setup the admin account in Splunk.
Learn the Splunk GUI.
When you create a new AWS Splunk instance on the smallest and cheapest instance, the disk space will be small and slow. The low disk space issue that arises is solved here.
Learn the basics of Splunk internal indexes and searching them.
Remember when search the internal logs to use this SPL:
index=_* NOT (TERM(action=search) OR savedsearch OR abcd)
Learn the basics of Splunk apps.
Learn the basic Splunk search techniques at the SPL line.
Learn all about Splunk SPL search results and how to interpret and understand them.
Learn how to refine SPL search results by filtering only the results of interest. Learn how to define the results of interest in terms of Splunk SPL filters.
Learn the controls for SPL searches.
Learn how to edit a dashboard via the UI interface and learn the basics of a dashboard.
Create a pivot similar to the SPL just created of count by file in the internal index. Learn how pivot tables are just a fancy, complicated and slow layer on top of Splunk SPL. Learn the connection between pivot tables and datamodels commonly used in Splunk ES.
Learn how to modify a dashboard in edit mode for UI view and XML Source view. Enable the user to change the time for the search and add a search into any panel with Trelis mode. Set a tstats search to plot a timechart of counts.
We begin with covering the big tech landscape and where Splunk fits within that picture. Splunk is the only development platform for true big data that preserves logs in their original unstructured format for fast search, alerting and investigating. Splunk easily handles indexing and searching pedabytes of data and more from countless applications in real-time with an infinite number of user-defined use cases; anything that you can imagine wanting to know about your data can be correlated and analyzed across every application that you are logging into Splunk.
This course is designed to interest someone with no prior understanding of either computers or Splunk into pursuing certification in Splunk. We show you how to map your career progression through Splunk and what it enables for you.
The goal of this course is to teach Splunk well enough for you to use Splunk as a basic user. We begin with creating an Amazon AWS instance and install Splunk onto it so that you can follow along with the course. We then cover the Splunk application structure and processes, the GUI interface, searching, alerting, dashboards and pivots/datamodels. We go into enough detail for you to understand key points in all of these areas enough to start using them on a basic level. We even add important tips to help you to avoid making critical mistakes like using real-time searches when they aren't needed and making searches that aren't fast and efficient.