Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This role configures an elasticsearch-comrade which is a Web UI for ElasticSearch. It enables an easier overview of the health of the cluster and its management.

This role goes in tandem with infra-role-elasticsearch. You can find the documentation here.

Configuration

The only settings necessary to set are:

es_comrade_clusters:
    cluster-a:
      hosts: ['host-01.a.prod:9200', 'host-02.a.prod:9200']
    cluster-b:
      hosts: ['host-01.b.prod:9200', 'host-02.b.prod:9200']
      user: 'secret_es_username'
      pass: 'secret_es_password'

About

Ansible role for ElasticSearch Comrade admin Web UI

Topics

Resources

Stars

0 stars

Watchers

4 watching

Forks

Used by

Contributors

Languages