Resource Type: elasticsearch_pipeline

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

Overview

Manages Elasticsearch ingest pipelines.

Properties

  • content

    Structured content of pipeline.

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • name (namevar)

    Pipeline name.

  • provider

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