Resource Type: elasticsearch_index_template

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

Overview

Manages Elasticsearch index templates.

Properties

  • content

    Structured content of template.

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • name (namevar)

    Template name.

  • provider

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

  • source

    Puppet source to file containing template contents.