Viewing docs for Splunk v1.3.1
published on Saturday, Apr 18, 2026 by Pulumi
published on Saturday, Apr 18, 2026 by Pulumi
Splunk Provider
I want to use the Pulumi Splunk package (splunk) in my project.
## Provider details
- Package: splunk
- Version: v1.3.1
- Publisher: Pulumi
- Source: pulumi
- Repository: https://github.com/pulumi/pulumi-splunk
## Documentation
The Pulumi Cloud Registry API serves canonical, up-to-date docs for this package — including private packages and every published version. Send the "Accept: text/markdown" header for clean readable content, or "application/json" for structured data.
Start at the navigation tree, which cross-links to the readme, installation guide, and per-resource docs URL template:
- https://api.pulumi.com/api/registry/packages/pulumi/pulumi/splunk/versions/latest/nav
Returns a summary by default. The full tree can be hundreds of kB for large providers, so prefer targeted search: append "?q=<query>&depth=full" to filter by resource/function title or token (for example "?q=bucket&depth=full"). Only request the full nav without a query if you actually need to enumerate every resource.
Other endpoints:
- Overview and getting started: https://api.pulumi.com/api/registry/packages/pulumi/pulumi/splunk/versions/latest/readme
- Installation and configuration: https://api.pulumi.com/api/registry/packages/pulumi/pulumi/splunk/versions/latest/installation
- Per-resource/function docs: https://api.pulumi.com/api/registry/packages/pulumi/pulumi/splunk/versions/latest/docs/{token}?lang={lang}
Replace {token} with the percent-encoded token from the nav response (for example aws:s3/bucket:Bucket).
Replace {lang} with typescript, python, go, csharp, java, or yaml.
Fetch the installation endpoint above for the correct setup steps — install instructions vary between native providers, bridged Terraform providers, and component packages.
Help me get started using this provider. Show me a complete Pulumi program that provisions a common resource, including all necessary configuration and imports.
Viewing docs for Splunk v1.3.1
published on Saturday, Apr 18, 2026 by Pulumi
published on Saturday, Apr 18, 2026 by Pulumi
Installation
The Splunk provider is available as a package in all Pulumi languages:
- JavaScript/TypeScript:
@pulumi/splunk - Python:
pulumi-splunk - Go:
github.com/pulumi/pulumi-splunk/sdk/go/splunk - .NET:
Pulumi.Splunk - Java:
com.pulumi/splunk
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.
urlorSPLUNK_URL- (Required) The URL for the Splunk instance to be configured. (The provider useshttpsas the default schema as prefix to the URL)usernameorSPLUNK_USERNAME- (Optional) The username to access the Splunk instance to be configured.passwordorSPLUNK_PASSWORD- (Optional) The password to access the Splunk instance to be configured.authTokenorSPLUNK_AUTH_TOKEN- (Optional) Use auth token instead of username and password to configure Splunk instance. If specified, auth token takes priority over username/password.insecureSkipVerifyorSPLUNK_INSECURE_SKIP_VERIFY- (Optional) Insecure skip verification flag (Defaults totrue)timeoutorSPLUNK_TIMEOUT- (Optional) Timeout when making calls to Splunk server. (Defaults to60 seconds)aclGetModeorSPLUNK_ACL_GET_MODE- (Optional) Controlssplunk.GenericAclGET requests:enterprise(default) omitsowner/sharingquery parameters;cloudincludes them. Set tocloudwhen 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)
Viewing docs for Splunk v1.3.1
published on Saturday, Apr 18, 2026 by Pulumi
published on Saturday, Apr 18, 2026 by Pulumi
