1. Packages
  2. Splunk Provider
Viewing docs for Splunk v1.3.0
published on Tuesday, Mar 24, 2026 by Pulumi

Splunk Provider

splunk logo
Viewing docs for Splunk v1.3.0
published on Tuesday, Mar 24, 2026 by Pulumi

    Installation

    The Splunk provider is available as a package in all Pulumi languages:

    Overview

    The Splunk provider can interact with the resources supported by Splunk. The provider needs to be configured with the proper credentials before it can be used.

    Example Usage

    # Pulumi.yaml provider configuration file
    name: configuration-example
    runtime:
    config:
        splunk:insecureSkipVerify:
            value: true
        splunk:password:
            value: changeme
        splunk:url:
            value: localhost:8089
        splunk:username:
            value: admin
    

    Configuration Reference

    Below arguments for the provider can also be set as environment variables.

    • url or SPLUNK_URL - (Required) The URL for the Splunk instance to be configured. (The provider uses https as the default schema as prefix to the URL)
    • username or SPLUNK_USERNAME - (Optional) The username to access the Splunk instance to be configured.
    • password or SPLUNK_PASSWORD - (Optional) The password to access the Splunk instance to be configured.
    • authToken or SPLUNK_AUTH_TOKEN - (Optional) Use auth token instead of username and password to configure Splunk instance. If specified, auth token takes priority over username/password.
    • insecureSkipVerify or SPLUNK_INSECURE_SKIP_VERIFY - (Optional) Insecure skip verification flag (Defaults to true)
    • timeout or SPLUNK_TIMEOUT - (Optional) Timeout when making calls to Splunk server. (Defaults to 60 seconds)
    • aclGetMode or SPLUNK_ACL_GET_MODE - (Optional) Controls splunk.GenericAcl GET requests: enterprise (default) omits owner/sharing query parameters; cloud includes them. Set to cloud when using Splunk Cloud if ACL reads return 400 missing owner/sharing.

    (NOTE: Auth token can only be used with certain type of Splunk deployments. Read more on authentication with tokens here: https://docs.splunk.com/Documentation/Splunk/latest/Security/Setupauthenticationwithtokens)

    splunk logo
    Viewing docs for Splunk v1.3.0
    published on Tuesday, Mar 24, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.