标签

ElasticSearch cluster

In this article, let’s talk about ElasticSearch’s cluster mode, which means multi nodes ElasticSearch. Basic concepts cluster: A collection of server nodes with same cluster.name settings in elasticsearch.yaml primary shards: Divide a index into multi parts(by default 5), shards of an index can be …