Log
A record of activity generated by a system, application, device, or service. Logs are the raw material for search and analysis.
Vocabulary first
The gap between confused beginners and confident learners is often vocabulary. This glossary explains platform and security terms in practical language first, then points toward the more technical meaning you will encounter in documentation and labs.
Core data terms
A record of activity generated by a system, application, device, or service. Logs are the raw material for search and analysis.
A single item inside the data stream. One login attempt or one web request can be one event.
A named value extracted from an event, such as username, IP address, status code, or host. Good fields make searches useful.
A logical storage location used to organize searchable data. Index design affects retention, search scope, and operations.
Where the data came from, often a file path, stream, or feed identifier.
The data format or category assigned to incoming events. Good sourcetype discipline helps parsing, field extraction, and search quality.
The system associated with the event data. Depending on context, this might be a server, workstation, or device name.
The slice of time you search. Many confusing results come from incorrect or inconsistent time windows.
Search and analysis
Search Processing Language, the search language used in Splunk. It includes commands, filtering, transformation, and reporting logic.
A query that filters or transforms data to answer a specific question. Good searches are narrow, testable, and interpretable.
A common SPL command used to count, sum, group, and summarize fields.
A command used to trend values over time, useful for spikes, drops, seasonality, and alert review.
Pattern matching used for extraction and filtering. It is powerful but easy to overuse badly.
A reference table used to enrich events with extra context such as asset owner, geo data, or business unit.
A saved artifact such as a field extraction, lookup, tag, event type, report, macro, or workflow action that helps organize repeated analysis.
A structured view of searches and visualizations designed to answer recurring questions quickly.
Security operations
An automated signal triggered when a search condition is met. The best alerts are actionable and not constantly noisy.
Logic designed to identify suspicious or important behavior. A detection should include context, expected behavior, and false-positive thinking.
The early evaluation of whether a signal matters, how urgent it is, and what to investigate next.
Indicator of compromise, such as a malicious IP, domain, hash, or artifact associated with hostile activity.
An alert that looks bad but is not actually harmful. Reducing false positives is part of real detection engineering.
Combining multiple signals to form a stronger picture than any single event provides by itself.
Security Operations Center, the team or function responsible for monitoring and responding to security events.
A specific business, operational, or security problem you want the platform to help solve.
Platform operations
A lightweight agent used to send data from systems into the platform.
How long data is kept. Retention affects cost, compliance, historical visibility, and investigation depth.
A set of permissions defining what a user can do, see, or manage.
A package of configurations, dashboards, searches, and objects that groups related functionality.
Performance optimization used in some data models or searches to make repeated analysis faster.
Making data from different sources comparable by aligning field names and structures.