Installing Readonly REST

Hi,
I have read the manual , and would like to ask a question before installing readonly REST .

I have a cluster with 3 elasticsearch nodes, and two kibana nodes with elasticsearch install as well with the following option
node.master: false
node.data: false

Should i install the readonly REST on all the nodes ?

Regards

Hi @Yoavb,
Your setup is actually the recommended one if you use ReadonlyREST for Kibana.
You don’t need to install it in every node, only the ones to which Kibana connects to.

At CERN they have a similar setup. In fact, one of the top 3 winning points of ReadonlyREST for them was that you don’t need to add an extra plugin to a stable, production cluster.

Just spin a non-master, non-data node and point a Kibana instance to it. This lets you experiment safely and iterate really fast.:slightly_smiling_face: