...
FQDN | IP | Role |
---|---|---|
wifimon-node1.example.org | 10.2540.240.2301 | master-eligible / data node |
wifimon-node2.example.org | 10.2540.240.2322 | master-eligible / data node |
wifimon-node3.example.org | 10.2540.240.2373 | master-eligible / data node |
wifimon-kibana.example.org | 10.2540.240.1484 | coordinating node |
wifimon-logstash.example.org | 10.2540.240.2335 | 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.
...
Code Block | ||
---|---|---|
| ||
instances: - name: node1 dns: wifimon-node1.example.org ip: 10.2540.240.2301 - name: node2 dns: wifimon-node2.example.org ip: 10.2540.240.2322 - name: node3 dns: wifimon-node3.example.org ip: 10.2540.240.2373 - name: kibana dns: wifimon-kibana.example.org ip: 10.2540.240.1484 - name: logstash dns: wifimon-logstash.example.org - name: filebeat |
...