Skip to main content

Splunk Custom Action

Executes an HTTP request with the chosen method on the provided URL.

Basic Parameters

ParameterDescription
API TypeWhich API is the request sent to (different Splunk APIs may have different authentication method). For Deployment API type, authenticate via the API Token or Username & Password methods. For HTTP Event Collector API type, authenticate via the HTTP Event Token method.
HeadersRequest Headers to be added to the request (for example, Content-Type: application/json).
MethodWhich HTTP method to use in the request.
Request BodyJSON data to send in the request body.
Request URLThe URL to communicate with.

Advanced Parameters

ParameterDescription
CookiesWeb cookies to include in the request.

Workflow Library Example

Splunk Custom Action and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop