pulumi-splunk


Namepulumi-splunk JSON
Version 1.2.7 PyPI version JSON
download
home_pageNone
SummaryA Pulumi package for creating and managing splunk cloud resources.
upload_time2024-05-24 01:58:58
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords pulumi splunk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Actions Status](https://github.com/pulumi/pulumi-splunk/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-splunk/actions)
[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
[![NPM version](https://badge.fury.io/js/%40pulumi%2Fsplunk.svg)](https://www.npmjs.com/package/@pulumi/splunk)
[![Python version](https://badge.fury.io/py/pulumi-splunk.svg)](https://pypi.org/project/pulumi-splunk)
[![NuGet version](https://badge.fury.io/nu/pulumi.splunk.svg)](https://badge.fury.io/nu/pulumi.splunk)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-splunk/sdk/go)](https://pkg.go.dev/github.com/pulumi/pulumi-splunk/sdk/go)
[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-splunk/blob/master/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

### .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](https://www.pulumi.com/docs/intro/cloud-providers/splunk)
or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/splunk).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pulumi-splunk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "pulumi, splunk",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/b9/4c/cfd8fcc9ed6b56f2f5e17304c2267dec0ccfd223bc97c7cf04835c5f934b/pulumi_splunk-1.2.7.tar.gz",
    "platform": null,
    "description": "[![Actions Status](https://github.com/pulumi/pulumi-splunk/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-splunk/actions)\n[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)\n[![NPM version](https://badge.fury.io/js/%40pulumi%2Fsplunk.svg)](https://www.npmjs.com/package/@pulumi/splunk)\n[![Python version](https://badge.fury.io/py/pulumi-splunk.svg)](https://pypi.org/project/pulumi-splunk)\n[![NuGet version](https://badge.fury.io/nu/pulumi.splunk.svg)](https://badge.fury.io/nu/pulumi.splunk)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-splunk/sdk/go)](https://pkg.go.dev/github.com/pulumi/pulumi-splunk/sdk/go)\n[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-splunk/blob/master/LICENSE)\n\n# Splunk Resource Provider\n\nThe Splunk Resource Provider lets you manage Splunk resources.\n\n## Installing\n\nThis package is available in many languages in the standard packaging formats.\n\n### Node.js (Java/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n    $ npm install @pulumi/splunk\n\nor `yarn`:\n\n    $ yarn add @pulumi/splunk\n\n### Python\n\nTo use from Python, install using `pip`:\n\n    $ pip install pulumi_splunk\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library\n\n    $ go get github.com/pulumi/pulumi-splunk/sdk\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n    $ dotnet add package Pulumi.Splunk\n\n## Configuration\n\nThe following configuration points are available:\n\n- `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)\n  It can also be sourced from the `SPLUNK_URL` environment variable.\n- `splunk:username` - (Optional) The username to access the Splunk instance to be configured. It can also be sourced\n  from the `SPLUNK_USERNAME` environment variable.\n- `splunk:password` - (Optional) The password to access the Splunk instance to be configured. It can also be sourced \n  from the `SPLUNK_PASSWORD` environment variable.\n- `splunk:authToken` - (Optional) Use auth token instead of username and password to configure Splunk instance. If specified, auth token takes priority over username/password.\n  It can also be sourced  from the `SPLUNK_AUTH_TOKEN` environment variable.\n- `splunk:insecureSkipVerify` -(Optional) Insecure skip verification flag (Defaults to `true`)\n  It can also be sourced  from the `SPLUNK_INSECURE_SKIP_VERIFY` environment variable.\n- `splunk:timeout` - (Optional) Timeout when making calls to Splunk server. (Defaults to `60 seconds`)\n  It can also be sourced  from the `SPLUNK_TIMEOUT` environment variable.\n\n## Reference\n\nFor further information, please visit [the Splunk provider docs](https://www.pulumi.com/docs/intro/cloud-providers/splunk)\nor for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/splunk).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing splunk cloud resources.",
    "version": "1.2.7",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-splunk"
    },
    "split_keywords": [
        "pulumi",
        " splunk"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f49cf574afdd0f7f743fcd5ac48cf0eee4de0c1c03af9cef3683bc2e77888b6",
                "md5": "fb2dafb91ac85b733e11bc15c0b78483",
                "sha256": "889680aa5b71e972d7aa6ce38c2199b7ecadc1785ca44373d84158d35c020408"
            },
            "downloads": -1,
            "filename": "pulumi_splunk-1.2.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fb2dafb91ac85b733e11bc15c0b78483",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 164714,
            "upload_time": "2024-05-24T01:58:55",
            "upload_time_iso_8601": "2024-05-24T01:58:55.698402Z",
            "url": "https://files.pythonhosted.org/packages/2f/49/cf574afdd0f7f743fcd5ac48cf0eee4de0c1c03af9cef3683bc2e77888b6/pulumi_splunk-1.2.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b94ccfd8fcc9ed6b56f2f5e17304c2267dec0ccfd223bc97c7cf04835c5f934b",
                "md5": "11dd1c704602e754e282543f3e71415b",
                "sha256": "127a4cd7eecc31db53e2e2d66943d7e902d914179f9f9121fd671bcc6cc158b4"
            },
            "downloads": -1,
            "filename": "pulumi_splunk-1.2.7.tar.gz",
            "has_sig": false,
            "md5_digest": "11dd1c704602e754e282543f3e71415b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 140862,
            "upload_time": "2024-05-24T01:58:58",
            "upload_time_iso_8601": "2024-05-24T01:58:58.386763Z",
            "url": "https://files.pythonhosted.org/packages/b9/4c/cfd8fcc9ed6b56f2f5e17304c2267dec0ccfd223bc97c7cf04835c5f934b/pulumi_splunk-1.2.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-24 01:58:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumi",
    "github_project": "pulumi-splunk",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-splunk"
}
        
Elapsed time: 0.28111s