splunk-saved

$npx mdskill add automateyournetwork/netclaw/splunk-saved

Manage and run saved searches in Splunk using predefined tools.

  • List and execute saved searches in Splunk for monitoring and analysis.
  • Uses Splunk's management port and authentication credentials for access.
  • Executes commands based on user input like search names or listing requests.
  • Returns results directly from Splunk or formatted lists of saved searches.
SKILL.md
.github/skills/splunk-savedView on GitHub ↗
---
name: splunk-saved
description: "Manage and run saved searches in Splunk."
version: 1.0.0
license: Apache-2.0
author: netclaw
tags: []
---

# Splunk Saved Searches Skill

Manage and run saved searches in Splunk.

## Tools

| Tool | Description |
|------|-------------|
| `get_saved_searches` | List all saved searches |
| `run_saved_search` | Execute a saved search by name |

## Example Queries

```
List all saved searches

Run the "Network Health Summary" saved search

Show saved searches in the network app
```

## 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