splunk-search
$
npx mdskill add automateyournetwork/netclaw/splunk-searchExecute and validate SPL queries against Splunk data sources
- Solve tasks requiring analysis of log data using SPL syntax
- Relies on Splunk server credentials and the splunk-mcp client
- Uses validate_spl, search_oneshot, and search_export tools to process queries
- Returns results as sanitized Markdown tables or exported files
SKILL.md
.github/skills/splunk-searchView on GitHub ↗
--- name: splunk-search description: "Execute and validate SPL (Search Processing Language) queries." version: 1.0.0 license: Apache-2.0 author: netclaw tags: [] --- # Splunk Search Skill Execute and validate SPL (Search Processing Language) queries. ## Tools | Tool | Description | |------|-------------| | `validate_spl` | Validate SPL syntax without executing | | `search_oneshot` | Execute SPL query and return results | | `search_export` | Execute SPL query and export to file | ## Output Format Results are formatted as **Markdown tables** for easy reading. Sensitive fields are automatically sanitized. ## Example Queries ``` Validate this SPL: index=network sourcetype=syslog | stats count by host Search for all firewall denies in the last hour Export BGP peer events from the network index ``` ## SPL Tips - Use `earliest=-1h` for time ranges - Use `| table field1, field2` to select columns - Use `| stats count by field` for aggregations ## Prerequisites - `SPLUNK_HOST` Splunk server hostname - `SPLUNK_PORT` Management port (default: 8089) - `SPLUNK_USERNAME` Service account username - `SPLUNK_PASSWORD` Service account password ## Server This skill uses the `splunk-mcp` server via npx.
More from automateyournetwork/netclaw
- aap-automationRed Hat Ansible Automation Platform — inventory management, job template execution, project SCM sync, ad-hoc commands, host management, Galaxy content discovery. Use when automating infrastructure with Ansible, running playbooks, managing inventories, or searching for Ansible collections and roles.
- aap-edaEvent-Driven Ansible (EDA) — activation lifecycle, rulebook management, decision environments, event stream monitoring. Use when managing event-driven automation triggers, enabling/disabling activations, or reviewing EDA rulebooks.
- aap-lintansible-lint playbook and role validation — syntax checking, best practice enforcement, project-wide analysis, rule filtering. Use when validating Ansible playbooks, checking code quality, or enforcing automation best practices before deployment.
- aci-change-deploySafe ACI policy change deployment - ServiceNow CR lifecycle, pre/post-change fault baselines, APIC policy application, automatic rollback on fault delta, and GAIT audit trail. Use when deploying ACI policy changes, creating tenants or EPGs, pushing config to APIC, or running a change window with rollback protection.
- aci-fabric-auditComprehensive Cisco ACI fabric health audit - node status, tenant/VRF/BD/EPG policy review, contract analysis, fault triage, and endpoint learning verification. Use when auditing ACI fabric health, checking for faults, reviewing tenant policies, or running pre/post-change baselines on APIC.
- arista-cvpArista CloudVision Portal (CVP) automation via REST API — device inventory, events, connectivity monitoring, tag management (4 tools). Use when managing Arista devices, checking CloudVision events, monitoring network connectivity probes, or tagging devices in CVP.
- aruba-cx-configView and manage Aruba CX switch configurations, perform ISSU upgrades, and firmware operations
- aruba-cx-interfacesMonitor Aruba CX switch interface status, LLDP neighbors, and optical transceiver health
- aruba-cx-switchingView and manage Aruba CX switch VLANs and MAC address tables for Layer 2 operations
- aruba-cx-systemDiscover Aruba CX switch system information, firmware versions, and VSF topology