1.2.6 • Published 2 days ago

@pulumi/splunk v1.2.6

Weekly downloads
10
License
Apache-2.0
Repository
github
Last release
2 days ago

Actions Status Slack NPM version Python version NuGet version PkgGoDev License

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/go/...

.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 uses https as the default schema as prefix to the URL) It can also be sourced from the SPLUNK_URL environment variable.
  • splunk:username - (Optional) The username to access the Splunk instance to be configured. It can also be sourced from the SPLUNK_USERNAME environment variable.
  • splunk:password - (Optional) The password to access the Splunk instance to be configured. It can also be sourced from the SPLUNK_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 the SPLUNK_AUTH_TOKEN environment variable.
  • splunk:insecureSkipVerify -(Optional) Insecure skip verification flag (Defaults to true) It can also be sourced from the SPLUNK_INSECURE_SKIP_VERIFY environment variable.
  • splunk:timeout - (Optional) Timeout when making calls to Splunk server. (Defaults to 60 seconds) It can also be sourced from the SPLUNK_TIMEOUT environment variable.

Reference

For further information, please visit the Splunk provider docs or for detailed reference documentation, please visit the API docs.

1.2.6

2 months ago

1.2.5

4 months ago

1.2.4

9 months ago

1.2.3

9 months ago

1.2.2

10 months ago

1.2.1

12 months ago

1.2.0

1 year ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago