Elastic Search Read/Write on Servers
Hello All
A quick question:
Can we restrict the ES to read the data only from certain servers ?
Example:
- I have installed ES in Three servers VM1, VM2 and VM3
- I have defined that information on elasicsearch.yml where discovery.zen,ping.unicast,host =[vm1, vm2 , vm3]
- As this is distributed concept , When I index any search definition data will go and sit in vm1, vm2 and vm3
But when I do a search on Global or Keyword Search - Can I restrict to read only from vm1 and vm2 ( not from Vm3) ????
Thanks
Ramesh