splunk-indexes
$
npx mdskill add automateyournetwork/netclaw/splunk-indexesDiscover and inspect Splunk indexes and configuration settings
- Lists Splunk indexes to help users locate relevant data sources
- Uses Splunk Management Console Protocol (splunk-mcp) for server communication
- Executes predefined commands to retrieve index and configuration details
- Returns structured data about indexes and server settings for analysis
SKILL.md
.github/skills/splunk-indexesView on GitHub ↗
--- name: splunk-indexes description: "Discover and inspect Splunk indexes and configuration." version: 1.0.0 license: Apache-2.0 author: netclaw tags: [] --- # Splunk Indexes Skill Discover and inspect Splunk indexes and configuration. ## Tools | Tool | Description | |------|-------------| | `get_indexes` | List all available indexes | | `get_config` | Get Splunk server configuration | ## Example Queries ``` List all Splunk indexes What indexes contain network data? Show Splunk server configuration ``` ## 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.