Open
Description
In Kibana's Load Balancing documentation, we mention a number of settings which must be configured identically across instances.
We need to update this documentation to explain that each instance must do ONE of the following:
- [Preferred] Provide credentials via
elasticsearch.serviceAccountToken
for each instance. Different tokens are permitted in this setup, but not required. - Provide credentials via
elasticsearch.username
andelasticsearch.password
. When using this method, each instance MUST be configured with the same username/password combination.
APEX-92