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.4
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.4.tar.gz | 169.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pulumi_splunk-1.4.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 368.9 kB
Release files / pulumi_splunk-1.4.4.tar.gz
| Download URL | pulumi_splunk-1.4.4.tar.gz |
|---|---|
| Size | 169.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
40bac274ef2bcbe3bfb7d6dfce42192bf5e35a9ae8eba11fab828e270f0c6b61
|
|
BLAKE2b-256 checksum How to use checksums |
104e68658b3db631ccd7fb642381fcc78ef72ccd7532a66a25b2898a2a01cf43
|
| 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.4-py3-none-any.whl
| Download URL | pulumi_splunk-1.4.4-py3-none-any.whl |
|---|---|
| Size | 199.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
98915b60192b8550264d69c7626b088934122950b5ff66667787c996b0f0f6e3
|
|
BLAKE2b-256 checksum How to use checksums |
7bac6f1d15f47f24ff31a3b4fe73842bc7dab7355fc58fc3176244defdebe41c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.15
|