📖 About this Domain
This domain focuses on persisting search results by creating reports and building dashboards. You will learn to transform SPL queries into saved reports and interactive data visualizations.
🎓 What You Will Learn
- You will learn to save searches as reports and configure report properties like scheduling and permissions.
- You will understand how to create and edit dashboards to display multiple data visualizations and reports.
- You will learn to add reports to dashboards as panels, either from existing reports or new ad-hoc searches.
- You will explore different visualization types, such as charts and tables, and their formatting options.
🛠️ Skills You Will Build
- You will build the skill to create and manage reports to automate data gathering and analysis.
- You will gain proficiency in constructing dashboards to provide a consolidated view of key metrics.
- You will develop the ability to add and modify dashboard panels to create dynamic data stories.
- You will learn to customize visualizations to effectively communicate insights from your search results.
💡 Top Tips to Prepare
- Practice the complete workflow from running a search to saving it as a report and then adding that report to a new dashboard.
- Familiarize yourself with the dashboard editor UI, including adding panels and changing visualization types.
- Understand the difference between an inline search and a report-backed panel within a dashboard.
- Review how to set permissions for both reports and dashboards to control user access.
📖 About this Domain
This domain focuses on enriching event data with external data sources using lookups. It covers the components of lookups, including lookup files and definitions. You will learn how to apply lookups in searches to add context to your data.
🎓 What You Will Learn
- Understand the difference between a lookup file, a lookup definition, and an automatic lookup.
- Use the lookup command in SPL to manually add fields from a lookup file to your search results.
- Configure automatic lookups to run at search time for specific sourcetypes, hosts, or sources.
- Utilize the inputlookup and outputlookup commands to read from and write to lookup files.
🛠️ Skills You Will Build
- Creating and uploading a CSV file to use as a file-based lookup.
- Defining a new lookup in Splunk Web and configuring its field matching properties.
- Applying a lookup to a search to correlate internal event data with external business information.
- Generating a new lookup file directly from the results of a search pipeline.
💡 Top Tips to Prepare
- Master the syntax of the lookup command, including the use of INPUT, OUTPUT, and OUTPUTNEW clauses.
- Know the steps to configure an automatic lookup and understand its search-time precedence.
- Practice using inputlookup to view the contents of a lookup file directly in the search bar.
- Differentiate between file-based lookups and external lookups, and know when to use each.
📖 About this Domain
This domain focuses on Splunk's transforming commands, which are a core component of the Search Processing Language (SPL). These commands are essential for converting raw event data into statistical data tables. Understanding how to use commands like top, rare, and stats is critical for creating reports and visualizations from your search results.
🎓 What You Will Learn
- You will learn to use the top command to find the most common values in a field.
- You will learn to use the rare command to find the least common values in a field.
- You will learn to use the stats command with functions like count, dc, avg, and sum to calculate statistics.
- You will learn how to group results using the by clause with transforming commands for categorized analysis.
🛠️ Skills You Will Build
- You will build the skill to restructure search results from events into statistical tables.
- You will build the ability to generate summary statistics from your data using SPL.
- You will build proficiency in creating the underlying data structures required for visualizations.
- You will build the competence to perform data aggregation and analysis on specific fields.
💡 Top Tips to Prepare
- Practice the stats command with multiple functions and a by clause in a single search.
- Memorize the default result limit for the top and rare commands and how to change it.
- Understand that transforming commands change the data structure from events to a results table.
- Use the Statistics tab in the Splunk search interface to see how your transforming commands affect the output.
📖 About this Domain
This domain introduces the fundamental architecture of the Splunk platform. You will learn about Splunk's main processing components, user roles, and the basic structure of data within Splunk.
🎓 What You Will Learn
- Identify the functions of Splunk components, including the Search Head, Indexer, and Forwarder.
- Differentiate between the default user roles like admin, power, and user and their capabilities.
- Understand how Splunk ingests and structures machine data into events with default fields.
- Recognize the purpose of Splunk apps and add-ons in the Splunk ecosystem.
🛠️ Skills You Will Build
- Ability to map Splunk components to their functions in the data pipeline.
- Skill to associate user capabilities and permissions with predefined Splunk roles.
- Competency in identifying key fields like _time, host, source, and sourcetype in an event.
- Proficiency in navigating the basic Splunk Web interface and its main applications.
💡 Top Tips to Prepare
- Drill the functions of the Search Head, Indexer, and Forwarder for instant recall.
- Create a table comparing the capabilities of admin, power, and user roles.
- Review the data onboarding process to understand how data flows through Splunk components.
- Log into a Splunk instance and familiarize yourself with the Search & Reporting app interface.
📖 About this Domain
This domain introduces the core components of Splunk's Search Processing Language (SPL). It covers the fundamental syntax for constructing search strings to query machine data. Mastery of these basics is critical for all subsequent Splunk operations.
🎓 What You Will Learn
- Identify the five basic components of SPL: search terms, commands, functions, arguments, and clauses.
- Differentiate between Fast, Smart, and Verbose search modes to control search performance and results.
- Interpret search results by utilizing the timeline, fields sidebar, and event viewer.
- Apply fundamental SPL syntax, including boolean operators and quotation marks, to construct effective searches.
🛠️ Skills You Will Build
- Constructing basic SPL queries to retrieve specific events from an index.
- Filtering search results using keywords, phrases, and boolean logic to narrow down data.
- Navigating the Splunk Search & Reporting app UI to execute searches and analyze event data.
- Controlling search time frames using the time range picker for targeted data investigation.
💡 Top Tips to Prepare
- Get hands-on practice in the Search & Reporting app to build muscle memory with SPL syntax.
- Memorize the definitions and roles of core SPL components like commands and functions.
- Master the order of operations for boolean operators (NOT, AND, OR) to ensure accurate filtering.
- Utilize the Search Job Inspector to understand the performance implications of your search queries.
📖 About this Domain
The Basic Searching domain introduces the core functionality of the Search and Reporting app. It focuses on the structure of a basic SPL query and interacting with the search interface. You will learn to retrieve events from indexes using time ranges and manage search jobs.
🎓 What You Will Learn
- You will learn to identify components of the search bar, timeline, and fields sidebar to construct a basic SPL search.
- You will learn to use the time range picker to filter events by specific preset or custom time windows.
- You will learn how to manage search jobs, inspect results, and save searches for later use.
- You will learn to use the export function to extract search results in formats like CSV or JSON.
🛠️ Skills You Will Build
- Build basic SPL queries to retrieve specific event data from Splunk indexes.
- Manipulate the time range picker to effectively narrow down search results to relevant timeframes.
- Manage the lifecycle of a search job, including pausing, stopping, and sharing the job.
- Extract and export raw events or search results for analysis in external tools.
💡 Top Tips to Prepare
- Practice identifying every component in the Search and Reporting app, including the search bar, timeline, and fields sidebar.
- Execute multiple searches using different time ranges, both preset and custom, to understand their impact on results.
- Memorize the difference between fast, smart, and verbose search modes and when to use each.
- Save, share, and export search results frequently to become familiar with the job management options.
📖 About this Domain
This domain covers configuring alerts to automate monitoring and response within the Splunk platform. You will learn how to create alerts that trigger based on specific search results and conditions. This is a fundamental component for proactive operational intelligence.
🎓 What You Will Learn
- Differentiate between scheduled alerts and real-time alerts and their impact on the search scheduler.
- Define alert trigger conditions based on search results, including custom conditions and per-result triggering.
- Configure built-in alert actions such as sending emails, logging events, or outputting results to a lookup.
- Implement alert throttling to control the frequency of triggered actions for a specific time period.
🛠️ Skills You Will Build
- Creating and saving alerts directly from an SPL search in the Search & Reporting app.
- Managing alert settings, including permissions, scheduling, and trigger condition logic.
- Configuring alert actions to notify users or execute response scripts when an alert is fired.
- Viewing and inspecting triggered alerts and their associated artifacts in Splunk Web.
💡 Top Tips to Prepare
- Practice creating alerts with both `Number of Results` and `Custom` trigger conditions to understand their differences.
- Memorize the common alert actions available by default and their primary configuration options.
- Understand how cron schedule expressions are used for scheduled alerts versus the resource cost of real-time alerts.
- Know how to configure throttling to suppress redundant alerts and avoid alert fatigue.
📖 About this Domain
This domain covers the fundamentals of fields within Splunk's search processing language. It explains how Splunk identifies and extracts key-value pairs from raw data. You will learn to use these fields to construct more precise searches.
🎓 What You Will Learn
- Understand search-time field discovery and the function of the field extractor.
- Learn to use fields in search strings to filter events based on specific values.
- Distinguish between selected fields and interesting fields displayed in the fields sidebar.
- Apply inclusion and exclusion logic for field values within your SPL queries.
🛠️ Skills You Will Build
- Constructing efficient SPL queries using field-value pairs for targeted filtering.
- Exploring raw data effectively by inspecting fields and their associated values.
- Refining search results from broad to specific using field-based conditions.
- Analyzing event data by leveraging default fields like _time, host, source, and sourcetype.
💡 Top Tips to Prepare
- Utilize the fields sidebar to discover and add fields directly to your search string.
- Practice combining field expressions with boolean operators like AND, OR, and NOT.
- Remember that quotation marks are required for field values containing spaces or special characters.
- Focus on the difference between a field existing (fieldname=*) versus a field having a specific value (fieldname=value).
Premium Access Includes
- ✓ Quiz Simulator
- ✓ Exam Mode
- ✓ Progress Tracking
- ✓ Question Saving
- ✓ Flash Cards
- ✓ Drag & Drops
- ✓ 3 Months Access
- ✓ PDF Downloads