Skip to main content
Version: 8.5

Update 7 to 8

When updating from Elasticsearch 7 to Elasticsearch 8, follow the Elasticsearch migration guide.

Refer to Camunda 8 supported environments when updating to ensure compatibility with tested Elasticsearch versions.

More information on specific compatibility issues with Camunda 8 and Elasticsearch 8 can be found below.

Elasticsearch 8 Curator

Camunda 8 is not compatible with the Elasticsearch 8 Curator. This Curator is used to manage data retention within Elasticsearch. To update to Elasticsearch 8, the Curator must be replaced with Index Lifecycle Management (ILM). Once the update to Elasticsearch 8 is complete, the Curator can be disabled. Disabling the Curator before could result in indexes without a configured ILM policy. These will not get deleted automatically.

Details on how to configure ILM for Zeebe can be found on the Elasticsearch exporter page.

tip

The Elasticsearch Curator can be replaced with ILM when using Elasticsearch 7 as well. This is useful when incrementally updating from Elasticsearch 7 to 8.