Setting up a new Elasticsearch cluster alongside your Elasticsearch cluster used in 8.0.x - 8.0

Talend Migration and Upgrade Guide

Version
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend ESB
Talend Identity and Access Management
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2024-04-15

You can use the Reindex API to migrate indices from the old Elasticsearch cluster to a new Elasticsearch cluster.

For more information, see https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-reindex.html#reindex-from-remote.

Procedure

  1. Add the following configuration parameter to the elasticsearch.yml file of your new Elasticsearch cluster to enable it to access your old Elasticsearch cluster:
    reindex.remote.whitelist: oldhost:*
  2. Replace oldhost with the Elasticsearch host.
    Do not specify the Elasticsearch port but set value to * or you may get the following error message: "[oldhost:9200] not whitelisted in reindex.remote.whitelist"
  3. Restart the Elasticsearch cluster.