-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logstash 8.10.0-1 #23
Comments
Just encountered the same problem when upgrading to 22.04. |
@peelman thanks for the workaround. With the workaround I can install the plugin but after when I starting logstash I have this error : (/usr/share/logstash/vendor/bundle/jruby/3.1.0/gems/mime-types-2.6.2/lib/mime/types/deprecations.rb:3) ~[?:?]
|
It works if we updated mime-types. |
Hi,
I have tested the new logstash 8.10.0-1 and it seems that slack output plugin no longer works :
root@XXXXXX:/var/tmp# /usr/share/logstash/bin/logstash-plugin install logstash-output-slack
Using bundled JDK: /usr/share/logstash/jdk
Validating logstash-output-slack
Resolving mixin dependencies
Installing logstash-output-slack
Plugin version conflict, aborting
ERROR: Installation Aborted, message: Bundler found conflicting requirements for the Ruby version:
In Gemfile:
logstash-output-slack was resolved to 2.2.0, which depends on
Ruby (
> 2)> 3.0)Current Ruby version:
Ruby (= 3.1.0)
Bundler could not find compatible versions for gem "logstash-codec-plain":
In Gemfile:
logstash-input-jms was resolved to 3.2.2, which depends on
logstash-codec-plain (
logstash-output-slack was resolved to 0.1.4, which depends on
logstash-codec-plain (>= 1.0.0, ~> 2.0.0)
Bundler could not find compatible versions for gem "logstash-core":
In Gemfile:
logstash-core-plugin-api was resolved to 2.1.16, which depends on
logstash-core (= 8.10.0)
logstash-input-jms was resolved to 2.0.1, which depends on
logstash-core (< 3.0.0, >= 2.0.0.snapshot)
I have tested it on Ubuntu 22.04 OS.
Many thanks for your feedback.
The text was updated successfully, but these errors were encountered: