Howdy,
The path.plugins variable was removed in version 5.x. I am curious about the reason for the removal as I can't find it in the actual commit (https://github.com/elastic/elasticsearch/pull/18594).
I currently run multiple nodes for different clusters on the same box. These nodes currently run off the same package.
I.E.
Server1:
ClusterAlphaNode1
ClusterBetaNode1
Server2:
ClusterAlphaNode2
ClusterBetaNode2
Since the nodes share a package, with the removal of path.plugins I can't have different plugins for each cluster (all the clusters server different purposes).
I know I can rewrite my puppet code so that each cluster uses its own package (which isn't a huge deal since Elasticsearch is only 35 mb or something like that), but if there was an easier work around than reconfiguring my whole installation it'd be nice to know about.
I'm mostly just curious about the reasoning for the removal of path.plugins.
Thanks a lot,
Walt.