May 2017
Beginner to intermediate
596 pages
15h 2m
English
A node is a server in an Elasticsearch cluster which can consist of one or more nodes (servers). A node in an Elasticsearch cluster is unique and assigned a UUID when the cluster is started by default but can also be given any unique name as needed. This name is an important aspect and is used for various administration purposes. A node joins by default to a cluster named Elasticsearch but can also be configured to join a particular cluster name if needed. Even if only one node is there in a cluster, Elasticsearch forms a cluster with this only node when started.