Elasticsearch privileges
If you implement Camunda 8 with Elasticsearch as a service provider, you must configure Elasticsearch with the following privileges in mind:
Cluster privileges​
monitor- necessary for health checkmanage_index_templatesto create and manage index schema on start up, if they don't already exist in Elasticsearch.- Optional
manage_ilm- required only when ILM is enabled
To use the backup feature, you must have snapshot privileges:
create_snapshotmonitor_snapshot
When updating to a newer version of Camunda 8 which requires data migration, Operate requires pipelines:
manage_pipeline
More information on cluster privileges in Elasticsearch can be found here.
Indices privileges​
create_indexdelete_indexreadwritemanage- Optional
manage_ilm- required only when ILM is enabled
More information on indices privileges in Elasticsearch can be found here.