pulumi-splunk


Namepulumi-splunk JSON
Version 1.2.15 PyPI version JSON
download
home_pageNone
SummaryA Pulumi package for creating and managing splunk cloud resources.
upload_time2024-12-10 09:30:41
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/b8/12/044e5afc59b277886e58d2fa943aab1dd47584b82fcb6078ab634b86cb3a/pulumi_splunk-1.2.15.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.15",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-splunk"
    },
    "split_keywords": [
        "pulumi",
        " splunk"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65b0592bb5c62d4e0f9a422c24a754664a66f885e786b46863d70916da452655",
                "md5": "c942c7854f13530b217e6345013a52d8",
                "sha256": "d33c19e4a5e952e6ea763c48326d9e1b71c6876b898530d378adc2ba29b98ad8"
            },
            "downloads": -1,
            "filename": "pulumi_splunk-1.2.15-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c942c7854f13530b217e6345013a52d8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 173598,
            "upload_time": "2024-12-10T09:30:38",
            "upload_time_iso_8601": "2024-12-10T09:30:38.921067Z",
            "url": "https://files.pythonhosted.org/packages/65/b0/592bb5c62d4e0f9a422c24a754664a66f885e786b46863d70916da452655/pulumi_splunk-1.2.15-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b812044e5afc59b277886e58d2fa943aab1dd47584b82fcb6078ab634b86cb3a",
                "md5": "4d388f2af4a3c9b2e44d1cc7e0b82c38",
                "sha256": "7ae2d393bd0721db7579ab7db8283a9548a65946b042428b2ecdb652b21093f3"
            },
            "downloads": -1,
            "filename": "pulumi_splunk-1.2.15.tar.gz",
            "has_sig": false,
            "md5_digest": "4d388f2af4a3c9b2e44d1cc7e0b82c38",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 146222,
            "upload_time": "2024-12-10T09:30:41",
            "upload_time_iso_8601": "2024-12-10T09:30:41.683740Z",
            "url": "https://files.pythonhosted.org/packages/b8/12/044e5afc59b277886e58d2fa943aab1dd47584b82fcb6078ab634b86cb3a/pulumi_splunk-1.2.15.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-10 09:30:41",
    "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.45093s