Scaling up API Data Store
To scale up API Data Store 1. Install API Data Store or Elasticsearch in a new node.
3. In the Elasticsearch.yml file of the new node, modify the following:
Set the value of the
node.roles to
[ data ] if the node is not a master node; and set it to
[ master, data ], if the node is a master node.
Specify the value of the
path.repo variable same as the value in other nodes.
Specify the names of the nodes in the
discovery.seed.hosts variable, in the following format:
host_name:port
For example,
discovery.seed_hosts: ["node1:9340","node2:9340","noden":"9340"]
The node names must be same as the list of nodes provided in the cluster.initial_master_nodes variable.
Save the configurations.
Start the API Data Store or Elasticsearch.
The API Data Store node is added and scaled up.