This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
[stable/elastic-stack] Not possible to modify elastic url in Kibana config #14445
Labels
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
Describe the bug
Kibana configuration does not use the elastic url provided in the values.yaml
Version of Helm and Kubernetes:
Which chart:
elastic-stack
What happened:
It is not possible to change the elastic url in the Kibana configuration. This is the kibana section in the values.yaml :
Kibana was not starting, and in the pod logs I found it trying to connect to a wrong url:
Also, the first line of the log is the following:
I found out that in Kibana 6.6, the config parameter ELASTICSEARCH_URL changed to ELASTICSEARCH_HOSTS. And Im using 6.7
The kibana chart shows the change:
What you expected to happen:
Kibana should be configured using ELASTICSEARCH_HOSTS.
How to reproduce it (as minimally and precisely as possible):
Just try to install the chart as described in the instructions. Kibana will not start properly.
Thanks in advance!
The text was updated successfully, but these errors were encountered: