Resource Type: elasticsearch_user_file

Defined in:
lib/puppet/type/elasticsearch_user_file.rb
Providers:
xpack
shield
oss_xpack

Overview

Type to model Elasticsearch users.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • hashed_password

    Hashed password for user.

    Supported values:
    • /^[$]2a[$].{56}$/

Parameters

  • configdir

    Path to the elasticsearch configuration directory (ES_PATH_CONF).

  • name (namevar)

    User name.

Features

  • manages_encrypted_passwords

    The provider can control the password hash without a need to explicitly refresh.