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 the Elasticsearch instance. 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.

  • server (defaults to: localhost)

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

  • timeout (defaults to: 60)

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