Resource Type: es_instance_conn_validator

Defined in:
lib/puppet/type/es_instance_conn_validator.rb
Providers:
tcp_port

Overview

Verify that a connection can be successfully established between a node and Elasticsearch. It could potentially be used for other purposes such as monitoring.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • name (namevar)

    An arbitrary name used as the identity of the resource.

  • port (defaults to: 9200)

    The port that the Elasticsearch instance should be listening on.

  • provider

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

  • server (defaults to: localhost)

    DNS name or IP address of the server where Elasticsearch should be running.

  • sleep_interval (defaults to: 10)

    The number of seconds that the validator should wait before retrying the connection to Elasticsearch; defaults to 10 seconds.

  • timeout (defaults to: 60)

    The max number of seconds that the validator should wait before giving up and deciding that Elasticsearch is not running; defaults to 60 seconds.