sir
is logstash output plugin for slack is available?
sir
is logstash output plugin for slack is available?
Getting below error while trying to install the slack output plugin
/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)
Current Ruby version:
Ruby (= 3.1.4)
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 (~> 3.0)
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.13.2)
logstash-input-jms was resolved to 2.0.1, which depends on
logstash-core (< 3.0.0, >= 2.0.0.snapshot)
which version of logstash will support the slack output plugin?
The slack output was last modified 4 years ago, which would be around the time of 7.9.0. Of course 7.9.0 is no longer supported, although 7.17.x is.
This github issue may provide workarounds.
sir..which latest version of logstash will support the slack output?
will it work with logstash 8.13.2 by following the workarounds provided in the github issue? Please clarify
I have no idea. The issue says it does not work in 8.10.0, and it probably worked in 7.9.0. I suggest installing 7.9.0 and doing the plugin install to confirm that it does work, then 7.17.21 and 8.0.1 to see if the major version update broke it. Then work forwards or backwards from there as needed. If 8.0 fails then try 7.14, if that works try 7.15, if not try 7.12 and so on.
Working through the github history to evaluate what depended on what and created the incompatibility is insanely complicated. Just install different logstash versions and see if they work.
If you do that please update this thread and the github issue. If you can show that it worked for 7.x.y (or 8.x.y) and fails on 7.x.z (or 8.x.z) there is a better chance that someone else will be interested enough to dig into what changed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.