Data replication is the answer to a lot of potential problems in data engineering. In this hands-on lab, you will get to configure Elasticsearch clusters for cross-cluster replication.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- On the Follower Cluster, Configure the accounts_leader Remote Cluster
From the Kibana console on
es2
, configure thees1
cluster as the remote clusteraccounts_leader
.- On the Follower Cluster, Create the accounts-1 Follower
From the Kibana console on
es2
, create theaccounts-1
follower index to follow theaccounts-1
index on theaccounts_leader
remote cluster.- On the Follower Cluster, Configure the accounts Auto-Follow Pattern
From the Kibana console on
es2
, create theaccounts
auto-follow pattern to follow anyaccounts-*
index on theaccounts_leader
remote cluster.