A Pulumi package for creating and managing splunk cloud resources.
Project description
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 useshttps
as the default schema as prefix to the URL) It can also be sourced from theSPLUNK_URL
environment variable.splunk:username
- (Optional) The username to access the Splunk instance to be configured. It can also be sourced from theSPLUNK_USERNAME
environment variable.splunk:password
- (Optional) The password to access the Splunk instance to be configured. It can also be sourced from theSPLUNK_PASSWORD
environment 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_TOKEN
environment variable.splunk:insecureSkipVerify
-(Optional) Insecure skip verification flag (Defaults totrue
) It can also be sourced from theSPLUNK_INSECURE_SKIP_VERIFY
environment variable.splunk:timeout
- (Optional) Timeout when making calls to Splunk server. (Defaults to60 seconds
) It can also be sourced from theSPLUNK_TIMEOUT
environment variable.
Reference
For further information, please visit the Splunk provider docs or for detailed reference documentation, please visit the API docs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pulumi_splunk-1.2.14.tar.gz
.
File metadata
- Download URL: pulumi_splunk-1.2.14.tar.gz
- Upload date:
- Size: 146.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84521484b9abcd814a661bf309f305baf0557c81249a2efef66bc6f59827bbb7 |
|
MD5 | 47ad4f48b870ccfd7835a26d3c5a47d1 |
|
BLAKE2b-256 | 7169b6cf37b0d9356630568264f6a25fe0621afd3b718e338ac677282ad2e8c4 |
File details
Details for the file pulumi_splunk-1.2.14-py3-none-any.whl
.
File metadata
- Download URL: pulumi_splunk-1.2.14-py3-none-any.whl
- Upload date:
- Size: 173.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5edeeb6faf328636931b610fa136d18e09c411b7939aa0d094782ae4c74de945 |
|
MD5 | 7ab391d80a09f69a0ff7cbe62254f61c |
|
BLAKE2b-256 | 81168b6a76fd88e7bc16f53e228ff70cfc63c55044d19e73cfdb5b46867b1e11 |