elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.77k stars 8.17k forks source link

[Docs] Update load balancing documentation to include support for CCS #15393

Open alexfrancoeur opened 6 years ago

alexfrancoeur commented 6 years ago

We'll need to update https://www.elastic.co/guide/en/kibana/current/production.html#load-balancing to include support for CCS + coordinating node with Kibana

cc: @epixa

tylersmalley commented 4 years ago

@alexfrancoeur, what are you thoughts around documentation for CCS in Kibana? Do you think we should point that out as an option for Kibana to be on a separate cluster than your data?

Looks like we have added information about the coordinating node and elasticsearch.hosts - so that part of the issue should be resolved.

alexfrancoeur commented 4 years ago

You bring up a good point @tylersmalley. I had thought we were highlighting CCS more in the docs but we only seem to be calling it out in two sections. Index pattern creation and working with remote clusters. The latter seems to focus mostly on CCR as well. Given that our best practices recommend a cluster for each use case, it feels like we should level up the multi-cluster documentation to highlight both CCS and CCR more than we do today. What do you think @gchaps?

gchaps commented 4 years ago

Yes, I agree. I'm currently updating this doc and will include information about CCS requested in this issue.

tylersmalley commented 4 years ago

Hey @gchaps, checking in to see if this was resolved already or if you would like some assistance with it.

tylersmalley commented 4 years ago

This is related to https://github.com/elastic/kibana/issues/53244