-
Before you start the cluster for the first time, open the SpectrumDirectory/index/opensearch.template file and make the following changes in the Node Address section on each node in the cluster:
- Remove the hash character # to uncomment the following line:
cluster.initial_master_nodes: ${seeds}
Then edit it to specify the node names in the cluster:
cluster.initial_master_nodes: node-1,node-2,node-3,...
- Insert the hash character # to comment out the following line:
#discovery.type: single-node
- Remove the hash character # to uncomment the following line:
- Save your changes, then start the cluster for the first time.