- Elasticsearch can be installed through the package manager.
- This is done through parted.
- Adding the UUID of the disks to /etc/fstab.
- /etc/elasticsearch/elasticsearch.yml
- This gives the name to the cluster, the name should be consistent across nodes so each join the same cluster.
- The number is dictated by (N/2)+1.
- By using the same cluster.name setting, the second node will join to the same cluster.
- Add the repo, install through yum, partition the disk for logstash.
- This is a storage location where logstash will persistently store queues in the scenario of a crash.
- A coordinating node is an Elasticsearch node that does not accept inputs, does not store data or takes part in master/slave elections.
- Beats are the lightweight data shippers from Elastic.co.
- Filebeat function is to collect logs from sources like syslog, apache and others to later ship it to Elasticsearch or Logstash.