Resource Type: elasticsearch_index

Defined in:
lib/puppet/type/elasticsearch_index.rb
Providers:
ruby

Overview

Manages Elasticsearch index settings.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • settings

    Structured settings for the index in hash form.

Parameters

  • name (namevar)

    Index name.

  • provider

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