splunk__investigate_start
Investigate Splunk events from a file or live SPL query; run deterministic detectors and return structured findings for threat analysis.
Instructions
Start a Splunk investigation. Loads events, runs detectors, returns structured findings for Claude to reason over.
Args: source: Path to a Splunk export file (JSON or CSV). Use this OR spl. spl: SPL query string for a live Splunk query. Requires SPLUNK_URL configured. earliest: Earliest time for live query (default: -24h). latest: Latest time for live query (default: now). repo_path: Optional path to the microservice source repo. When provided, the agent can call splunk__lsp_call_chain to trace error log sites back through the call graph. Leave empty to skip code cross-referencing.
Returns JSON with run_id and findings dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spl | No | ||
| latest | No | now | |
| source | No | ||
| earliest | No | -24h | |
| repo_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |