Disable remote access

I cant find any information how to disable remote access to elasticsearch
api, does anybody know?
I realy dont want to solve it with firewall.
Thank you.

--
View this message in context: http://elasticsearch-users.115913.n3.nabble.com/disable-remote-access-tp3629772p3629772.html
Sent from the ElasticSearch Users mailing list archive at Nabble.com.

On Tue, 2012-01-03 at 09:47 -0800, palmic wrote:

I cant find any information how to disable remote access to elasticsearch
api, does anybody know?
I realy dont want to solve it with firewall.

Bad luck :wink:

In which environment are you acting? EC2?

Can you use some proxy app (e.g. nginx) to protect access?

Peter.

PS: here is an open issue https://github.com/elasticsearch/elasticsearch/issues/664

On 3 Jan., 18:47, palmic michal.pa...@gmail.com wrote:

I cant find any information how to disable remote access to elasticsearch
api, does anybody know?
I realy dont want to solve it with firewall.
Thank you.

What does "disable remote access" mean here exactly?

You can lock down ES pretty hard (eg. disable multicast, disable HTTP,
etc). You can put a proxy in front of ES, as Karussel suggest, example
config: <GitHub - karmi/cookbook-elasticsearch: https://github.com/elasticsearch/cookbook-elasticsearch
templates/default/elasticsearch_proxy_nginx.conf.erb>

On Jan 3, 6:47 pm, palmic michal.pa...@gmail.com wrote:

I cant find any information how to disable remote access to elasticsearch
api, does anybody know?
I realy dont want to solve it with firewall.
Thank you.

--
View this message in context:http://elasticsearch-users.115913.n3.nabble.com/disable-remote-access...
Sent from the Elasticsearch Users mailing list archive at Nabble.com.