What is the application level (Layer 7) inter-node communication protocol used in Elasticsearch?
Where can I get more info about that protocol?
It is an internal binary protocol that is implemented in java. It is not documented, so the only way to learn more about it is by studying the source code of Elasticsearch.