-
Notifications
You must be signed in to change notification settings - Fork 27
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
Install issues logstash-input-jms-3.0.1 on logstash 5.2.2 #20
Comments
+1 if this could be solved |
@JohanHolman assuming you don't have direct internet connectivity on your machine, do you? |
I don't have internet connectivity on this system. Is that the problem here? |
@JohanHolman please see below for instructions on offline plugin management. https://www.elastic.co/guide/en/logstash/current/offline-plugins.html |
This does'n make sense. Everything is there. And yes I followed the instructions to install a offline plugin. It does not work. It depends on something what is installed but couldn't be found. So any serious help will be greatly appreciated. |
I've got the latest logstash version installed (tar extract) on Red Hat Enterprise Linux Server release 6.7
Sematic logger < 4.0.0 was needed so, I installed it like this (not sure this is the right way)
Check if sematic logger is installed
# env GEM_HOME=vendor/bundle/jruby/1.9 vendor/jruby/bin/jruby -S gem list --local|grep semantic semantic_logger (3.4.1)
Try to install the plugin 3.0.1
jruby-jms >= 1.2.0 was needed for plugin 3.0.0. I installed it like this (not sure this is the right way)
# env GEM_HOME=vendor/bundle/jruby/1.9 vendor/jruby/bin/jruby vendor/jruby/bin/gem install jruby-jms -V Successfully installed jruby-jms-1.2.0-java
Check if jruby-jms is installed
# env GEM_HOME=vendor/bundle/jruby/1.9 vendor/jruby/bin/jruby -S gem list --local|grep "jms" jruby-jms (1.2.0 java)
Try to install the plugin 3.0.0
So what do I do wrong here?
The text was updated successfully, but these errors were encountered: