The Kibana docs don't address how to properly run two or more Kibana instances to provide HA. You would have to read through all of the settings to discover these independently. The ones I'm aware of are:
xpack.reporting.encryptionKey https://www.elastic.co/guide/en/kibana/current/reporting-settings-kb.html
xpack.security.encryptionKey https://www.elastic.co/guide/en/kibana/current/security-settings-kb.html
I think this would go well here:
https://www.elastic.co/guide/en/kibana/current/production.html
I'm happy to submit a PR to update the docs, but I'm looking for confirmation before I do that:
- Are there other settings that are important to running 2 or more Kibana instances for HA?
- Is "Using Kibana in a production environment" the right place to document this?
Thanks,
Jeff