I have an elasticsearch running on my windows server. I have also add to it the following plugins:
-kibana
-head
I would like to secure all the access. At the moment, when you have the server name, you can access to the elasticsearch engine, explore the data via kibana and delete data via head. Is it possible to require password when you try to access to the following links:
-http://hostname:9200/
-http://hostname:9200/_plugin/head
-http://hostname:9200/_plugin/kibana