Ways to access/request elasticsearch

Hi,
Is there any other ways to send request to elasticsearch other than through 9200 port.
Thanks.

WDYM? Changing port 9200 to another value like 9250?

So, only requests are made only through 9200 and the only other way is to change its port number?

What kind of problem do you want to solve?

In the project i am working,i have to make sure there is no other ways to access Es for security purposes, except for 9200.
So i just wanted to confirm that its the only way.
Thanks

The transport client connects and communicates over port 9300, which is also used for communication within the cluster.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.