Resource Type: kibana_plugin

Defined in:
lib/puppet/type/kibana_plugin.rb
Providers:
kibana
kibana_plugin

Overview

Manages Kibana plugins.

Properties

  • ensure (defaults to: present)

    Whether the plugin should be present or absent.

    Supported values:
    • present
    • absent
  • version

    Installed plugin version.

Parameters

  • name (namevar)

    Simple name of the Kibana plugin (not a URL or file path).

  • organization

    Plugin organization to use when installing 4.x-style plugins.

  • provider

    The specific backend to use for this ‘kibana_plugin` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.

  • url

    URL to use when fetching plugin for installation.