Splunk Resource Provider
The Splunk Resource Provider lets you manage Splunk resources.
Installing
This package is available in many languages in the standard packaging formats.
Node.js (Java/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either npm:
$ npm install @pulumi/splunk
or yarn:
$ yarn add @pulumi/splunk
Python
To use from Python, install using pip:
$ pip install pulumi_splunk
Go
To use from Go, use go get to grab the latest version of the library
$ go get github.com/pulumi/pulumi-splunk/sdk
.NET
To use from .NET, install using dotnet add package:
$ dotnet add package Pulumi.Splunk
Configuration
The following configuration points are available:
splunk:url- (Required) The URL for the Splunk instance to be configured. (The provider useshttpsas the default schema as prefix to the URL) It can also be sourced from theSPLUNK_URLenvironment variable.splunk:username- (Optional) The username to access the Splunk instance to be configured. It can also be sourced from theSPLUNK_USERNAMEenvironment variable.splunk:password- (Optional) The password to access the Splunk instance to be configured. It can also be sourced from theSPLUNK_PASSWORDenvironment variable.splunk:authToken- (Optional) Use auth token instead of username and password to configure Splunk instance. If specified, auth token takes priority over username/password. It can also be sourced from theSPLUNK_AUTH_TOKENenvironment variable.splunk:insecureSkipVerify-(Optional) Insecure skip verification flag (Defaults totrue) It can also be sourced from theSPLUNK_INSECURE_SKIP_VERIFYenvironment variable.splunk:timeout- (Optional) Timeout when making calls to Splunk server. (Defaults to60 seconds) It can also be sourced from theSPLUNK_TIMEOUTenvironment variable.
Reference
For further information, please visit the Splunk provider docs or for detailed reference documentation, please visit the API docs.
Release files for pulumi-splunk 1.4.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pulumi_splunk-1.4.3.tar.gz | 165.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pulumi_splunk-1.4.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 358.8 kB
Release files / pulumi_splunk-1.4.3.tar.gz
| Download URL | pulumi_splunk-1.4.3.tar.gz |
|---|---|
| Size | 165.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e96c9d860c2f0376c7d1bbae0efb3ca34b4d4295e9c317ac4d22e305f8ce2c59
|
|
BLAKE2b-256 checksum How to use checksums |
a3ad88cdcde39255d81440c0d2238d287575b12c4a3519ab58ab1928f9eab1c5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.15
|
Release files / pulumi_splunk-1.4.3-py3-none-any.whl
| Download URL | pulumi_splunk-1.4.3-py3-none-any.whl |
|---|---|
| Size | 193.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5f5dc352b78c98ff4fe7d95285105e7110ce19dc63f41ffa907093f795e31d85
|
|
BLAKE2b-256 checksum How to use checksums |
9b6316f8a7d54f5a75d0ba2e87c6859c9221351c8f5479620b8cc74332491b3e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.15
|