I appreciate if someone can help me out .
I have read two sections in the reference but did not understand in what situations network.publish_host (9200/tcp) is used between the nodes.
transport module is clearly stated in below section,
https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-transport.html
however, below section does not state the usage of 9200/tcp between the nodes.
https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-network.html
So my question is , in what situations does nodes use 9200/tcp for its internal communications?