Juju Gui Charmers Elasticsearch

  • By Juju GUI Charmers
Channel Revision Published Runs on
latest/stable 1 19 Mar 2021
Ubuntu 14.04
latest/edge 1 19 Mar 2021
Ubuntu 14.04
juju deploy juju-gui-charmers-elasticsearch
Show information

Platform:

Ubuntu
14.04

Learn about configurations >

  • access-key | string

    Access key for EC2.

  • bootstrap-class | string

    Default: org.elasticsearch.bootstrap.ElasticsearchF

    Class used by elasticsearch service wrapper, should be org.elasticsearch.bootstrap.ElasticSearch for versions less than or equal to 0.18.7

  • bucket-name | string

    This sets the s3 bucket name for the elasticsearch s3 gateway.

  • checksum | string

    Default: 1e32776a453b7947dc525c4b095b30ce

    MD5 checksum of elasticsearch download.

  • checksumwrapper | string

    Default: 450fcee5225cc4837e8b61eb64bcc2d2

    MD5 checksum of elasticsearch service wrapper download.

  • cluster-name | string

    Default: elasticsearch

    This sets the elasticsearch cluster name, which is used to discover and auto-join other nodes. don not change this if you want elasticsearch and kibana to work.

  • downloadurl | string

    Default: https://github.com/downloads/elasticsearch/elasticsearch

    URL to download elasticsearch from.

  • region | string

    Default: us-east

    This sets the region that will be used for discovery on ec2

  • secret-key | string

    Secret key for EC2.

  • version | string

    Default: 1.3.4

    This sets the elasticsearch version number that will be used. If you're going to plug in logstash, make sure versions match.

  • zenmasters | string

    Default: false

    comma seperated list of masters. if you run more than one ES nodes and your platform doesn't support multicast discovery, set this to at least the address of the first node. default 'false' tells it not to do anything. Once you have a master up you can use juju set elasticsearch zenmasters="10.0.3.180" ... but try and get multicast or ec2 discovery working first ;).