Hello,
I am trying to install logstash-input-s3 plugin from logstash v 6.5.0 into logstash v 6.0.0 on RHEL7
- Installed logstash v 6.5.0 on server1 and prepared offline plugin pack with below command and copied generated zip file to server2
logstash-plugin prepare-offline-pack logstash-input-s3
- Installed logstash v 6.0.0 on server2 and tried to remove and install plugin from above zip file but its failing with
[root ~]# /usr/share/logstash/bin/logstash-plugin install file:///root/logstash-offline-plugins-6.5.0.zip
Installing file: /root/logstash-offline-plugins-6.5.0.zip
ERROR: An error occured when installing the: file:///root/logstash-offline-plugins-6.5.0.zip, to have more information about the error add a DEBUG=1 before running the command., message: You have requested: logstash-codec-plain = 3.0.6 The bundle currently has logstash-codec-plain locked at 3.0.4. Try running `bundle update logstash-codec-plain`
I am new to Ruby, but seems like version mismatch of exiting plugins is causing the problem.
Please advise, how to solve this issue.
Thanks in advance.