Connect your own Splunk instance (self-hosted or Splunk Cloud) to run searches, manage saved searches/alerts, indexes, users and roles, send events via HTTP Event Collector, and audit search-head h...
What this app can do
20 tools registered
Connect SplunkFree
Connect your own self-hosted or Splunk Cloud instance by saving its base URL plus an auth token or username/password, after checking it actually works. Get a token from Splunk: Settings > Tokens > New Token.
List ConnectionsFree
List the connected Splunk instances.
Disconnect SplunkFree
Disconnect a Splunk instance: deletes the saved credentials. Nothing in Splunk itself is changed.
Save Hec TokenFree
Save an HTTP Event Collector token for a connected Splunk instance, so send_event can push events into it. Get one from Settings > Data Inputs > HTTP Event Collector > New Token.
List Hec TokensFree
List saved HTTP Event Collector tokens (never reveals the secret value).
Delete Hec TokenFree
Permanently delete a saved HEC token. Cannot be undone.
Dispatch Search12 tok
Start a new Splunk search job (SPL query). Returns a search job id (sid) -- poll get_search_status, then get_search_results once done.
Get Search Status4 tok
Read a search job's current status -- whether it's done, and scan/event/result counts so far.
Get Search Results8 tok
Read a page of results from a completed (or still-running) search job.
Cancel Search4 tok
Cancel a running search job.
List Saved Searches8 tok
List saved searches (and alerts) configured on the connected Splunk instance.
Create Saved Search16 tok
Create a new saved search, optionally with a cron schedule to run it as an alert.
Update Saved Search16 tok
Update selected fields of an existing saved search. Only given fields change.
Delete Saved Search16 tok
Permanently delete a saved search. Cannot be undone.
Dispatch Saved Search12 tok
Run a saved search right now, on demand, regardless of its schedule.
List Indexes8 tok
List indexes configured on the connected Splunk instance, with current/max size.
List Users8 tok
List users registered on the connected Splunk instance.
List Roles8 tok
List roles configured on the connected Splunk instance, with their capabilities.
Send Event12 tok
Send an event into Splunk via HTTP Event Collector (HEC). Requires a saved HEC token (save_hec_token).
Audit Search Head40 tok
Build one aggregated health report for the connected Splunk instance: saved searches without an alert action, and indexes near their size quota.