Create different new nodes

Greetings, I am new to ELK I am not getting it through the tutorials please help me in it. As I want to monitor different servers(5 Servers) So I want to know as to observe the servers live do i Need more than 1 Node? and also how to create replica Shards? For Using ELK Stack on live Server Is important to have replica Shard? Is it compulsory to have more than 1 Node to create replica Shards. If yes than How to create different Nodes?

Thanks & Regards Shrikan

A single Elasticsearch node can most likely handle data from 5 servers. If you want your setup to be highly available you will however need at least 3 Elasticsearch nodes. If you only have a single node, no replica shards will be used as Elasticsearch will not store the same shards multiple times on a node.

Thankyou for the reply than how to create
another node
Do we need another instance?
For the second node?
Thanks & Regards
Shrikant

If you want more than one node you will need additional instances.

What should be the setting of that node in elasticsearch.yml
Thanks & Regards
Shrikant

The most important settings are described here.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.