7533743542__opensearch-multinode-cluster-setup-guide
OpenSearch Multi‐Node Cluster Setup Guide
This guide outlines the step-by-step process for safely adding and configuring additional nodes to an existing OpenSearch cluster.
1. Take latest Opensearch Snapshot
2. Backup OpenSearch Templates
GET _cat/templatesGET _template3. Launch New Nodes
Note: Depending upon customer's index size and retention period you can update the instance type later in another maintenance window.
Note: Provide proper naming conventions to new nodes such as [-oc-diagnostics-1] and [-oc-diagnostics-2].
4. Pre-Configuration Check
5. Prepare Directory Structure
Note : The vm.max_map_count setting controls how many memory-mapped areas a process can use, which OpenSearch needs for managing large indices. Setting it to 262144 ensures stability, and applying it via sysctl makes the change immediate and persistent.
6. Validate Hosts and Directories
7. Verify Cluster Name
8. Update Elasticsearch Service Configuration
Note: Validate the ElasticHost URLs configured in Filebeat and Kibana to ensure connectivity is not broken.
9. Confirm Node Connectivity
10. Clear Data on New Nodes
11. Restart Elasticsearch Pod (if needed)
12. Final Health Check
✅ Done! Your OpenSearch multi-node cluster is now configured. Monitor node status and cluster logs to ensure everything remains healthy and stable.
Steps for ES-Exporter Multi-Node Setup
Last updated
Was this helpful?

