-
Book Overview & Buying
-
Table Of Contents
ElasticSearch Cookbook - Second Edition
By :
ElasticSearch is natively designed for the Cloud, so when you need to release a production environment with a huge number of records, and you need high availability and good performances, you need to aggregate more nodes in a cluster.
ElasticSearch allows you to define different type of node to balance and improve overall performance.
You need a working ElasticSearch installation.
For the advanced setup of a cluster, there are some parameters that must be configured to define different node types.
These parameters are in config/elasticsearch.yml and can be set by performing these steps:
node.master: true
node.data: true
The
node.master parameter defines whether the node can become a master for the Cloud. The default value for this parameter is true.
A master node is an arbiter for the Cloud: it takes decisions about shard...
Change the font size
Change margin width
Change background colour