You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
Could you let us know which versions of logstash and which plugin versions you're installing? There's a lot of cleanup needed on this project, and it would save a lot of time if you had those handy :)
Appears that it keeps running the plugin install on all versions on any type of plugins.
I used logstash 1.x, 2.x, 5.x, and logstash-input-s3, logstash-output-loggy, ... in different versions.
ex = execute "bin/plugin install #{ls_name}" do
...
not_if { ::File.exist?("#{ls_instance_dir}/#{ls_install_check}") }
Not quite sure what the following code does, but this is where that ls_install_check comes from.
If I look in the instance dir, I don't see any files that would be indicative of a plugin having been installed.
The plugin install executes on every chef run. I assume the guard isn't correct.
[execute] Validating logstash-output-loggly
Installing logstash-output-loggly
Installation successful
The text was updated successfully, but these errors were encountered: