Isolate an elasticsearch node

Hi,

So I have created one index and I want to deploy that index into production.
I have other indices on that cluster.

How should I isolate that index?
How can I create multiple instances of the same node for production and testing?
Finally, can I add security of any kind to prevent people from accessing production instance?

X-Pack has index level (and more) security that can do this.

We always recommend seperate production and non-production clusters.

So how do I create a new cluster on the same server?

Set a different cluster name when you define another service.
Or use Docker or similar.

So how do I switch between clusters then?

What do you mean?

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