Have you updated the elasticsearch.yml configuration file on all of the hosts on which you run ES, and then uncommented the following setting and changed its value to 9302?
# Set a custom port for the node to node communication (9300 by default): # # transport.tcp.port: 9300 So, change it to: transport.tcp.port: 9302 Hope this helps. Brian -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/9a4f994d-c307-494a-86a5-d68c4563cb1a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
