Do I need to install the plugin on the client node?

Good day!

This plugin can be installed using the plugin manager:

sudo bin/elasticsearch-plugin install repository-s3
The plugin must be installed on every node in the cluster, and each node must be restarted after installation.

Do I need to install the plugin on the client node or to master/data is enough?

node.master: 'false'
node.data: 'false'
node.ingest: 'false'
--
"version" : {
"number" : "5.0.0",
"build_hash" : "253032b",
"build_date" : "2016-10-26T04:37:51.531Z",
"build_snapshot" : false,
"lucene_version" : "6.2.0"
},

Yes. Install the plug-in on all the nodes of the cluster. It is not going to harm you.

thank you @bobby259

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