Zeebe connection to Elastic search with username and password Authentication

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.

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