n8n-docs/docs/integrations/builtin/credentials/splunk.md

2.0 KiB

title description contentType
Splunk credentials Documentation for Splunk credentials. Use these credentials to authenticate Splunk in n8n, a workflow automation platform. integration

Splunk credentials

You can use these credentials to authenticate the following nodes:

Prerequisites

Supported authentication methods

  • API auth token

Refer to Splunk's Enterprise API documentation{:target=_blank .external-link} for more information about the service.

Using API auth token

To configure this credential, you'll need:

  • An Auth Token: Once you've enabled token authentication, create an auth token in Settings > Tokens. Refer to Creating authentication tokens{:target=_blank .external-link} for more information.
  • A Base URL: For your Splunk instance. This should include the protocol, domain, and port, for example: https://localhost:8089.
  • Allow Self-Signed Certificates: If turned on, n8n will connect even if SSL validation fails.

Required capabilities

Your Splunk platform account and role must have certain capabilities to create authentication tokens:

  • edit_tokens_own: Required if you want to create tokens for yourself.
  • edit_tokens_all: Required if you want to create tokens for any user on the instance.

Refer to Define roles on the Splunk platform with capabilities{:target=_blank .external-link} for more information.