mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
2.0 KiB
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
- Download and install{:target=_blank .external-link} Splunk Enterprise.
- Enable token authentication{:target=_blank .external-link} in Settings > Tokens.
Supported authentication methods
- API auth token
Related resources
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.