Evarlast Elasticsearch

  • By Jay R. Wren
Channel Revision Published Runs on
latest/stable 3 19 Mar 2021
Ubuntu 14.04
latest/edge 3 19 Mar 2021
Ubuntu 14.04
juju deploy evarlast-elasticsearch
Show information

Platform:

Ubuntu
14.04

Learn about configurations >

  • apt-key-url | string

    Default: http://packages.elasticsearch.org/GPG-KEY-elasticsearch

    The url for the key for the apt-repository.

  • apt-repository | string

    Default: deb http://packages.elasticsearch.org/elasticsearch/1.2/debian 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.

  • 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.