splunk

Execute SPL searches and retrieve saved searches, alerts, and server health from Splunk.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/NCLGISA/trellis-catalog --skill splunk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: splunk
Source: https://github.com/NCLGISA/trellis-catalog/tree/main/bridges/splunk/skills/splunk
Command: npx skills add https://github.com/NCLGISA/trellis-catalog --skill splunk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides programmatic access to Splunk for searching logs, retrieving saved searches, and monitoring alerts, streamlining security and operational analysis.

Core Features & Use Cases

  • Ad-hoc SPL Searches: Execute custom Search Processing Language (SPL) queries to find specific log data.
  • Saved Searches & Alerts: Run predefined searches and retrieve information about triggered alerts.
  • Index & Server Info: Get an overview of your Splunk indexes and server health.
  • Use Case: Quickly search for all authentication failures within the last hour across all indexes to investigate a potential security incident.

Quick Start

Use the splunk skill to search for all errors in the main index from the last 24 hours.

Frequently Asked Questions about splunk

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Splunk log analysis and incident response searches?

Automate Splunk log analysis by executing ad-hoc Search Processing Language (SPL) queries programmatically via the REST API. This enables rapid incident response by retrieving specific log data across your indexes without manual dashboard intervention.

Can I retrieve triggered alerts and run saved searches from Splunk?

Yes, you can retrieve triggered alerts and run saved searches from Splunk. The Skill interacts with the REST API to run predefined searches and pull alert information, streamlining your security and operational monitoring workflows.

Does this Splunk integration work with both Splunk Cloud and Splunk Enterprise?

Yes, the Splunk integration works with both Splunk Cloud and Splunk Enterprise. It connects programmatically via the Splunk REST API to support operational monitoring, index inventory queries, and SPL searches across both deployment types.

What is the best way to check Splunk server health and index inventory programmatically?

The best way to check Splunk server health and index inventory is by querying the Splunk REST API. This approach retrieves operational health status and index overviews directly, facilitating automated environment monitoring and maintenance.

How do I search Splunk logs for authentication failures during a security incident?

Search Splunk logs for authentication failures by executing custom SPL queries against your indexes. This allows you to filter and retrieve specific event data from the last hour or any timeframe to investigate potential security incidents effectively.