-
Notifications
You must be signed in to change notification settings - Fork 107
Support for missing elasticsearch options #121
Support for missing elasticsearch options #121
Conversation
@mistic It looks like the default kibana.yml that gets copied in also has |
@joshdover doesn't make sense to also apply it to 6.6.x and 6.7 as long as if someone wanna simply use |
As long as elasticsearch.url takes precedence I think that's fine. If not, then the user may have a problem if the default yaml has |
@joshdover I'm just thinking about clients who will install Kibana for example for the first time in 6.6.0 or in 6.6.1. 6.6.0: They will have the docs reverted but in case they just look to the kibana.yml file they will find the 6.6.1: They will find the same thing into the config and also the the docs updated, now pointing to Don't u think it is still a good idea to backport this to |
Let's also make sure we have:
|
@tylersmalley thanks for letting me know about those ones too! They were also added. |
Since Kibana 6.6 the option
elasticsearch.url
is not used anymore and instead we useelasticsearch.hosts
.For now I also left the old option enabled here.
Aside from this main added option, other elasticsearch options were also added:
This should be backported to 6.6, 6.x and 6.x-i18n branch too.
Closes #120