splunk__submit_report
Submit an investigation report and follow-up SPL queries to receive next findings or completion status.
Instructions
Submit your investigation report and follow-up SPL queries to the server. The server stores the report, executes the queries, builds new findings, and returns either next findings (status=continue) or completion (status=done).
Args: run_id: The run_id from splunk__investigate_start. report: Your markdown investigation report including Confidence: High/Medium/Low. queries: List of follow-up SPL query strings. Each starts with a '-- area' comment line.
Returns JSON with status=continue+findings or status=done+ui_url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report | Yes | ||
| run_id | Yes | ||
| queries | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |