I am trying to install xpack on logstash server , but it complained about missing logstash-core gem.
Tried to install logstash-core-6.2.2 after installing all dependencies .
./logstash-plugin install file:///apps/x-pack-6.2.2.zip
Installing file: /apps/x-pack-6.2.2.zip
ERROR: An error occured when installing the: file:///apps/x-pack-6.2.2.zip, to have more information about the error add a DEBUG=1 before running the command., message: Bundler could not find compatible versions for gem "logstash-core":
In snapshot (Gemfile.lock):
logstash-core (= 6.2.3)
In Gemfile:
logstash-core-plugin-api (>= 0) java depends on
logstash-core (= 6.2.3) java
logstash-input-syslog (>= 0) java depends on
logstash-filter-grok (>= 0) java depends on
logstash-core (>= 5.6.0) java
x-pack (= 6.2.2) java depends on
logstash-core (= 6.2.2) java
logstash-core (>= 0) java
Running bundle update will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
thanks . I managed to install the correct version but I did get this (error?)
./logstash-plugin install file:///root/canvas/x-pack-6.2.3.zip
Invalid date/time in zip entry
Invalid date/time in zip entry
Invalid date/time in zip entry
Invalid date/time in zip entry
Invalid date/time in zip entry
Invalid date/time in zip entry
Invalid date/time in zip entry
Invalid date/time in zip entry
Invalid date/time in zip entry
Invalid date/time in zip entry
Invalid date/time in zip entry
Invalid date/time in zip entry
Invalid date/time in zip entry
Invalid date/time in zip entry
Invalid date/time in zip entry
Invalid date/time in zip entry
Invalid date/time in zip entry
Invalid date/time in zip entry
Invalid date/time in zip entry
Invalid date/time in zip entry
Invalid date/time in zip entry
Invalid date/time in zip entry
Invalid date/time in zip entry
Invalid date/time in zip entry
Invalid date/time in zip entry
Invalid date/time in zip entry
Invalid date/time in zip entry
Invalid date/time in zip entry
Invalid date/time in zip entry
Invalid date/time in zip entry
Install successful
This is annoying, but harmless; the Ruby zip implementation that we use to unzip the archive outputs this message directly to stdout whenever it encounters an invalid date, and the global x-pack build for 6.2.3 included a few components without their dates set.
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.