Elasticsearch cluster IP whitelist

Hello,

we have an elasticsearch cluster composed of 1 coordinator node and 3 data nodes.

We need to block external access to the cluster.
We want:

  • the coordinator node to be accessible only by one specific machine were we are running nginx as a reverse proxy
  • data nodes should only be accessible by each other and the coordinator node

Can someone point the direction on how to setup this?
Is there any elasticsearch configuration for whitelisting?
Googling for this I could only find solutions that use nginx on each node machine to filter requests.

Thanks,
Antero

X-pack security feature (commercial) does that.

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