It is not uncommon to have multiple Elasticsearch clusters whenever you’re dealing with several use cases that have different performance requirements. To make it easier to interact with multiple clusters, you can leverage cross-cluster search. In this hands-on lab, you will get to search across multiple Elasticsearch clusters.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Configure Cross-Cluster Search on the Primary Server
From the Kibana console on
es1
, add a remote cluster setting for both thees2
andes3
clusters.- Execute the Cross-Cluster Search on the Secondary Servers
From the Kibana console on
es1
, query themetricbeat-7.13.4
dataset ones2
andes3
.- Execute the Cross-Cluster Search on All Clusters Simultaneously
From the Kibana console on
es1
, query themetricbeat-7.13.4
dataset ones1
,es2
, andes3
simultaneously with a single query.