Ansible role for ElasticSearch Comrade admin Web UI
Go to file
Jakub Sokołowski 7b8bd06f1d
meta: use full names of Ansible roles
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-03-15 13:16:37 +01:00
defaults explicit network config to work with oauth-proxy 2022-07-14 10:05:23 +02:00
meta meta: use full names of Ansible roles 2024-03-15 13:16:37 +01:00
tasks meta: use full names of Ansible roles 2024-03-15 13:16:37 +01:00
templates explicit network config to work with oauth-proxy 2022-07-14 10:05:23 +02:00
README.md add first working configuration 2022-07-14 09:53:03 +02:00

README.md

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: ['host-01.a.prod:9200', 'host-02.a.prod:9200']
    cluster-b: ['host-01.b.prod:9200', 'host-02.b.prod:9200']