Elastic Ops Elasticsearch

  • By Elastic Ops
Channel Revision Published Runs on
latest/stable 0 19 Mar 2021
Ubuntu 18.04 Ubuntu 16.04 Ubuntu 14.04
latest/candidate 0 19 Mar 2021
Ubuntu 18.04 Ubuntu 16.04 Ubuntu 14.04
latest/beta 0 19 Mar 2021
Ubuntu 18.04 Ubuntu 16.04 Ubuntu 14.04
latest/edge 0 19 Mar 2021
Ubuntu 18.04 Ubuntu 16.04 Ubuntu 14.04
juju deploy elastic-ops-elasticsearch
Show information

Platform:

Ubuntu
18.04 16.04 14.04
  • apt-key-url | string

    Default: https://artifacts.elastic.co/GPG-KEY-elasticsearch

    The url for the key for the apt-repository.

  • apt-repository | string

    Default: deb https://artifacts.elastic.co/packages/6.x/apt stable main

    A deb-line for the apt archive which contains the elasticsearch package. This is necessary until elasticsearch gets into the debian/ubuntu archives.

  • cluster-name | string

    Default: elasticsearch

    This sets the elasticsearch cluster name.

  • es-heap-size | int

    Default: 3

    Maximum and initial JVM heap size for Elasticsearch, in GB

  • firewall_enabled | boolean

    Default: True

    By default, the admin and peer ports (9200 and 9300) are only accessible to clients and peers respectively. Switch this to false to enable access from any machine.

  • gpg-key | string

    ES repository key to use. This option can be used instead of apt-key-url and gpg-key in environments where proxy servers block access to apt-key-url.

  • gpg-key-id | string

    Default: D88E42B4

    Elasticsearch's GPG fingerprint to validate the apt key