e3fa6d5454
The original code assumes that ElasticSearch will be deployed on the same node as Kibana. This isn't always the case. When they are not on the same node, Kibana will not be able to connect to ElasticSearch and deployment will fail on the task: 'kibana : Wait for kibana to register in elasticsearch'. A second advantage of making this change is that Kibana won't break if ElasticSearch goes down on the node that it's running on when there are additional ElasticSearch instances on other nodes. A disadvantage of this change is that queries from Kibana to ElasticSearch will no longer be local. Closes-Bug: 1751817 Change-Id: I02ab2e7b1eb963b33e29c8f649cc9db0d63316f7 |
||
---|---|---|
.. | ||
kibana.json.j2 | ||
kibana.yml.j2 |