How to restrict access?

OK I'm really new to Elasticsearch, so I apologise if I missed
something obvious....

What I would like to do is setup a public elasticsearch server using
the http transport, however I would like to restrict it search request
only on a particular index, and have new entries via a shared key (or
some other authentication method).

Is this possible? I know I could write some kind of proxy in Nodejs,
but I would prefer a plugin solution - and no my Java skills are non-
existent... :stuck_out_tongue:

Thanks

Andrew

Sorry, there is no out of the box solution (yet):

Regards,
Peter.

On 27 Okt., 05:21, Andrew M primary....@gmail.com wrote:

OK I'm really new to Elasticsearch, so I apologise if I missed
something obvious....

What I would like to do is setup a public elasticsearch server using
the http transport, however I would like to restrict it search request
only on a particular index, and have new entries via a shared key (or
some other authentication method).

Is this possible? I know I could write some kind of proxy in Nodejs,
but I would prefer a plugin solution - and no my Java skills are non-
existent... :stuck_out_tongue:

Thanks

Andrew