vickey
1
Hi,
How can I configure my Zeebe deployment, which connects to a remote elastic search which has username/password authentication in it?
Currently have only one property for ES server URL i.e, ZEEBE_BROKER_EXPORTERS_ELASTICSEARCH_ARGS_URL
Also need the same env variables for the Tasklist, operate and optimize.
jwulf
3
Hi @vickey
See here: Zeebe basic auth to elasticsearch · Issue #9451 · camunda/zeebe · GitHub
ZEEBE_BROKER_EXPORTERS_ELASTICSEARCH_ARGS_URL
ZEEBE_BROKER_EXPORTERS_ELASTICSEARCH_ARGS_AUTHENTICATION_USERNAME
ZEEBE_BROKER_EXPORTERS_ELASTICSEARCH_ARGS_AUTHENTICATION_PASSWORD
Josh