Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FQDNIPRole
wifimon-node1.example.org10.2540.240.2301master-eligible / data node
wifimon-node2.example.org10.2540.240.2322master-eligible / data node
wifimon-node3.example.org10.2540.240.2373master-eligible / data node
wifimon-kibana.example.org10.2540.240.1484coordinating node
wifimon-logstash.example.org10.2540.240.2335pipeline 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
titleinstances.yml
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

...