@pulumi/splunk
v1.2.26
Published
A Pulumi package for creating and managing splunk cloud resources.
Readme
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/splunkor yarn:
$ yarn add @pulumi/splunkPython
To use from Python, install using pip:
$ pip install pulumi_splunkGo
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.SplunkConfiguration
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.
