Open reshippie opened 2 years ago
I try to install this plugin on logstash version of 7.16.3 is successful, but I try to install this plugin on logstash version of 8.0.0 or 8.2.0 is failure。 I guess it only supports up to logstash version of 7.16.3。
I hope the author can continue to support logstash subsequent versions. thank you very much
I try to set ECS compability mode to disabled in my configuration , then it is successful Environment: • Image Version: Logstash 8.2.0 • Plugin: 1.2.0
Hi all, I'm tracking the issue. If you have time to help contribute, this should be an easy one.
Trying to reproduce this, I tried a lesser set of steps - not running Logstash at all.
On Ubuntu 22.04, installed Elastic keys and repos, then
``Gem::LoadError: You have already activated ffi 1.15.5, but your Gemfile requires ffi 1.15.4. Prepending
bundle exec` to your command may solve this.
check_for_activated_spec! at /usr/share/logstash/vendor/bundle/jruby/2.5.0/gems/bundler-2.2.33/lib/bundler/runtime.rb:309
setup at /usr/share/logstash/vendor/bundle/jruby/2.5.0/gems/bundler-2.2.33/lib/bundler/runtime.rb:25
each at org/jruby/RubyArray.java:1821
each at /usr/share/logstash/vendor/bundle/jruby/2.5.0/gems/bundler-2.2.33/lib/bundler/spec_set.rb:136
map at org/jruby/RubyEnumerable.java:886
setup at /usr/share/logstash/vendor/bundle/jruby/2.5.0/gems/bundler-2.2.33/lib/bundler/runtime.rb:24
setup at /usr/share/logstash/vendor/bundle/jruby/2.5.0/gems/bundler-2.2.33/lib/bundler.rb:150
setup! at /usr/share/logstash/lib/bootstrap/bundler.rb:79
execute at /usr/share/logstash/lib/pluginmanager/list.rb:33
run at /usr/share/logstash/vendor/bundle/jruby/2.5.0/gems/clamp-1.0.1/lib/clamp/command.rb:68
execute at /usr/share/logstash/vendor/bundle/jruby/2.5.0/gems/clamp-1.0.1/lib/clamp/subcommand/execution.rb:11
run at /usr/share/logstash/vendor/bundle/jruby/2.5.0/gems/clamp-1.0.1/lib/clamp/command.rb:68
run at /usr/share/logstash/vendor/bundle/jruby/2.5.0/gems/clamp-1.0.1/lib/clamp/command.rb:133
This error does not happen without the plugin installation, and it doesn't happen if I substitute various other plugins, e.g. logstash-input-github
.
Describe the bug Starting with Logtash 7.16.2 I noticed that the output plugin is no longer recognized if I restart the service after an update to Logstash is installed. I've had to make it a point to reinstall the plugin whenever I restart Logstash to pick up configuration changes or binary updated.
To Reproduce Steps to reproduce the behavior:
Expected behavior After a restart I would expect that the plugin would still be recognized by the newly updated Logstash package.
Plugins I don't have a list of plugins right now because the command to list them is giving me errors, but the Opensearch output plugin is the only one I have explicitly installed and I haven't explicitly uninstalled any either.
Host/Environment (please complete the following information):