Can anyone explain which port number is elasticsearch listening?
When I am running elasticsearch and I can see
tcp6 0 0 :::9200 :::* LISTEN 12390/java
tcp6 0 0 :::9300 :::* LISTEN 12390/java
Also for discovery.zen.ping.unicast.hosts, is it 9300?
For ELB of eligible masters should add both listeners for 9200 and 9300?