I have searched enough on the web but did not find the solution.
Is there a remote GUI client for Elastic Search server just like Oracle SQL Developer in order to see the schema & other details of the remote elastic db.
Currently I am using the elastic head plugin
It doesn't let me connect to the remote elastic cluster. It only works if the elastic server is hosted in the same machine. I also added the below entries to elastic.yml file but doesn't works. Says no connection to the remote host
.
#http.cors.enable: true
#http.cors.allow-origin: "remotehosturl:9200"