...
| Note | ||
|---|---|---|
| ||
To implement this setup in your environment:
|
VMs Specifications
...
The following table shows the DNS configuration and the role each machine plays in the cluster.
| FQDN | IP | Role |
|---|---|---|
| wifimon-node1.example.org | 10.0.0.1 | master-eligible / data node |
| wifimon-node2.example.org | 10.0.0.2 | master-eligible / data node |
| wifimon-node3.example.org | 10.0.0.3 | master-eligible / data node |
| wifimon-kibana.example.org | 10.0.0.4 | coordinating node |
| wifimon-logstash.example.org | 10.0.0.5 | pipeline node |
Cluster node is considered to be the one that joins the cluster. In this setup, cluster nodes are the master-eligible/data nodes and the coordinating node. The pipeline node is not, it doesn’t join the cluster.
...