Elastic Search Series : Nodes and Shards
Communication through ElasticSearch There are 2 important network communication mechanisms in Elasticsearch to understand : The REST APIs of Elasticsearch are exposed over HTTP. The HTTP module binds to localhost by default and the default port is the first available between 9200-9299. Each call that goes from one node to another uses the transport module. …