> ## Documentation Index
> Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Splunk - How do I link my account?

# Overview

To authenticate with Splunk, you need:

1. **Splunk host** - Your Splunk management host including the port (e.g. `my-splunk.example.com:8089`).
2. **Authentication token** - A Splunk authentication token sent as a bearer token.

This guide walks you through creating an authentication token in Splunk.

### Prerequisites

* A Splunk Enterprise (7.3+) or Splunk Cloud deployment with REST API access on the management port (default `8089`).
* A Splunk user with the `edit_tokens_own` (or `edit_tokens_all`) capability.
* Token authentication enabled by a Splunk admin (Settings > Tokens > Enable Token Authentication).

<Tip>On Splunk Cloud, REST API access on port 8089 is not open by default — open a Splunk Support case to enable it and allowlist your IPs.</Tip>

### Instructions

#### Step 1: Create an authentication token

1. Log in to Splunk Web as a user with token permissions.
2. Go to **Settings** > **Tokens**.
3. Click **New Token**.
4. Set the **User** the token acts as, an optional **Audience**, and an **Expiration**.
5. Click **Create**, then copy the generated token. It is shown only once.

#### Step 2: Enter credentials in the Connect UI

1. Open the form where you need to authenticate with Splunk.
2. Enter your **Splunk host** (including the port, e.g. `my-splunk.example.com:8089`) and your **authentication token**.
3. Submit the form, and you should be successfully authenticated.

<img src="https://mintcdn.com/nango/U0-DI0K9-SQwWVK8/api-integrations/splunk/form.png?fit=max&auto=format&n=U0-DI0K9-SQwWVK8&q=85&s=d0ae922146072f9d88f7e92608bbd954" style={{maxWidth: "450px" }} width="501" height="699" data-path="api-integrations/splunk/form.png" />

You are now connected to Splunk.
