Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate cluster client with singular .hosts config does not work #56872

Closed
chrisronline opened this issue Feb 5, 2020 · 1 comment · Fixed by #57655
Closed

Separate cluster client with singular .hosts config does not work #56872

chrisronline opened this issue Feb 5, 2020 · 1 comment · Fixed by #57655
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Feature:New Platform Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc

Comments

@chrisronline
Copy link
Contributor

In monitoring, we create a separate cluster client connection for the monitoring cluster (which can be the same as the production cluster, or different). Config like:

monitoring.ui.elasticsearch.username: kibana
monitoring.ui.elasticsearch.password: changeme
monitoring.ui.elasticsearch.hosts: "http://localhost:8200"

Doesn't work because we expect hosts to be an array, which could be an issue how we merge configs too.

Config like:

monitoring.ui.elasticsearch.username: kibana
monitoring.ui.elasticsearch.password: changeme
monitoring.ui.elasticsearch.hosts: ["http://localhost:8200"]

works.

@chrisronline chrisronline added bug Fixes for quality problems that affect the customer experience Feature:New Platform labels Feb 5, 2020
@rudolf rudolf added the Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc label Feb 17, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-platform (Team:Platform)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:New Platform Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants