Splunk Target

You can define a Splunk target to be used with Splunk Rotated Secret.

Create a Splunk Target with the CLI

To create a Splunk target with the CLI, run the following command:

akeyless target create splunk \
--name <Target Name> \
--url <Server URL> \
--username <Splunk Username>
--password <Splunk Password>
--token <Splunk Token>

Where:

  • name: A unique name of the target. The name can include the path to the virtual folder where you want to create the new target, using slash / separators. If the folder does not exist, it will be created together with the target.

  • url: The Splunk server URL.

  • api-key: The Admin API Key that will be used in order to create the API Key.

  • username: The Splunk Username.

  • password: The Splunk Password.

  • token: The Splunk Token.

You can find the complete list of parameters for this command in the CLI Reference - Targets section.

Create a Splunk Target in the Console

  1. Log in to the Akeyless Console, and go to Targets > New > Infra (Splunk).

  2. Define a Name of the target, and specify the Location as a path to the virtual folder where you want to create the new target, using slash / separators. If the folder does not exist, it will be created together with the target.

  3. Select a Protection key with a Customer Fragment to enable Zero-Knowledge and click Next. For more information, read here.

  4. Define the remaining parameters as follows:

    • Splunk URL: The Splunk server URL.

    • Auth Mode: In this section, you can select the preferred type of authentication with the Splunk server either Username or Token:

      • Select the Username option to authenticate with Username and Password
      • Select the Token option to authenticate with a token.
    • TLS: Enable this option to use a secure (TLS) connection.

    • Certificate: Upload a certificate to secure the connection if one doesn’t already exist.


Footer Section