Skip to main content

Splunk

Splunk SIEM integration for running SPL search queries (blocking, normal, oneshot modes), retrieving search results with pagination, managing saved searches (list and dispatch), listing indexes, getting server info, and sending events via HTTP Event Collector (HEC). Supports two auth modes: Auth Token for REST API operations (search, indexes, server info, saved searches) and HEC Token for event ingestion. Nodes can work standalone with inline credentials or via a shared Connect/Disconnect session using a client ID.

NamespaceRobomotion.Splunk
Version1.1.0
CategoryAnalytics, IT Operations
Nodes10

Nodes

NodeDescription
ConnectOpens a connection to Splunk and returns a Client ID.
DisconnectCloses a Splunk connection.
Run SearchRuns a search in Splunk.
Get Search ResultsGets search results in Splunk.
Send EventSends an event in Splunk.
List IndexesLists indexes in Splunk.
List Saved SearchesLists saved searches in Splunk.
Run Saved SearchRuns a saved search in Splunk.
Get Server InfoGets a server info in Splunk.
ToolkitExposes this package's operations to an AI Agent as a single tool.

Connecting

This package has a Connect node. Run it once at the start of your flow; it returns a Client ID that the other nodes take as input. Pair it with Disconnect so the connection is released when the flow ends.

Credentials belong in a Vault rather than typed into the node.

AI Agent tools

9 of these nodes are exposed as tools an AI Agent can call directly: Connect, Disconnect, Run Search, Get Search Results, Send Event, List Indexes, List Saved Searches, Run Saved Search, Get Server Info.

About this page

Generated from the package spec that the Flow Designer itself loads, so the node list and every property below match the version above exactly.

It does not yet include worked examples or service-specific guidance — those are written by hand, and a plausible-sounding guess in a reference page is worse than an honest gap. If you build something useful with this package, the community is the place to share it.