openstack-ansible-ops/elk_metrics_7x/roles/elasticsearch
Duncan Martin Walker b14224c030 Expose Elasticsearch discovery nodes
It is currently the case that the discovery information for
elasticsearch nodes is generated using the elasticsearch node and
kibana node groups internally. This means that one cannot connect to
a remote cluster that is not managed by the same ansible inventory. This
commit exposes the configuration to allow this to occur, permitting
the elasticsearch discovery nodes to be optionally defined with further
information. The associated internal variables have been renamed from
zen_nodes as zen is used within Elasticsearch for discovery only
internally, and the associated elasticsearch config file setting has
been renamed to 'discovery.seed_hosts'.

Change-Id: I76532c185e991eddcb1111fc58e7120a52c0120c
2020-03-18 16:45:53 +00:00
..
defaults Expose Elasticsearch data path configuration 2020-02-05 16:41:24 +00:00
handlers Duplicate of elk_metrics_6x to elk_metrics_7x 2019-07-10 17:52:49 +01:00
meta Duplicate of elk_metrics_6x to elk_metrics_7x 2019-07-10 17:52:49 +01:00
tasks Subdivision of elastic-logstash group 2020-03-18 16:44:58 +00:00
templates Expose Elasticsearch discovery nodes 2020-03-18 16:45:53 +00:00
vars Duplicate of elk_metrics_6x to elk_metrics_7x 2019-07-10 17:52:49 +01:00