Closed Bbertatum closed 1 year ago
I'm not certain to understand issue. I checked deb, linux and rpm distribution on https://www.elastic.co/fr/downloads/past-releases/elasticsearch-8-5-3, i found 'elasticsearch-plugin' in directory 'bin' not 'plugin'. Perhaps oldest version ?
"elasticsearch-plugin is only applicable for 5.0 and above. if you are really on 2.4 then you need to use /usr/share/elasticsearch/bin/plugin." on https://discuss.elastic.co/t/missing-plugin-command-in-elastic/61995/5
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Try to install a plugin
This because the exec do not call the right binary to install plugin
As a workaround we linked the path in puppet code :
This seems to be in elasticsearch_plugin/ruby.rb at :
Could this be fixed ? Thanks, best regards