Upgrading external Elasticsearch clusters to Elasticsearch 8

In this release of Process Federation Server, using an external Elasticsearch 6.x cluster is no longer supported and using an external Elasticsearch 7.x cluster is deprecated. Instead, you must set up an external Elasticsearch 8.x cluster (see Elasticsearch product end of life dates at https://www.elastic.co/support/eol).

The migration from Elasticsearch 6 to Elasticsearch 8 clusters brings in two major changes:

If you migrate to Process Federation Server 22.0.2 from an existing topology based on an Elasticsearch 6.x cluster for indexing, you must either rebuild your federated systems indexes from scratch, or migrate your existing Elasticsearch 6.x indices to Elasticsearch 8.x.

If you migrate from an existing topology based on an Elasticsearch 7.x cluster for indexing, the indices are compatible:
  • From Elasticsearch 7.17.0, you can directly upgrade to Elasticsearch 8
  • From a version of Elasticsearch lower that 7.17.0, you must first upgrade your cluster to Elasticsearch 7.17 and then to Elasticsearch 8
More information about upgrading from Elasticsearch 7 to Elasticsearch 8 can be found in https://www.elastic.co/guide/en/elasticsearch/reference/8.4/setup-upgrade.html