I would like to add an additional port to allow http traffic to work with a healthcheck monitoring. By default it listens on port 9200-9300, but is it possible to add one more port? I tried adding an additional port in comma separated, but it only recognized the first port 8080, and not the other default range of 9200-9300.
# Set a custom port to listen for HTTP traffic: # http.port: 8080,9200-9300 -- 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/68da3a54-327d-4fd1-8686-33f1fd85dd15%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
