Test if Monitoring Cluster version X is able to monitor Production Cluster version Y, where X > Y.
- Download and install Elasticsearch version
X. This will be the Monitoring Cluster - Download and install Elasticearch version
Y. This will be the Production Cluster - Download and install Kibana version
Y. This will be the Production Kibana - Start the Monitoring Cluster:
bin/elasticsearch -E cluster.name=esmon -E node.name=esmon_1 -E http.port=9400 - Start the Production Cluster: