I'm evaluating the Log Server using the downloaded ovm and installed as a virtual on my network. One of the needs I'm looking at is to capture large numbers of application logs from a number of linux hosts. The beats plugin with the filebeat log stash forwarder seems appropriate from my reading so far. I have installed filebeat successfully on a separate test host.
I'm having problems installing the beats plugin logstash-input-beats on my log server as follows, there are version conflicts, dependencies on other components. I've upgraded to latest version of the log server 1.3.0 but still the same issue. Any ideas? I don't see the command "bundle update" available at the command-line.
Code: Select all
[root@localhost logstash]# bin/plugin install logstash-input-beats
Validating logstash-input-beats
Installing logstash-input-beats
Plugin version conflict, aborting
ERROR: Installation Aborted, message: Bundler could not find compatible versions for gem "logstash-codec-multiline":
In snapshot (Gemfile.lock):
logstash-codec-multiline (= 0.1.9)
In Gemfile:
logstash-input-beats (>= 0) java depends on
logstash-codec-multiline (~> 2.0.3) java
logstash-codec-multiline (>= 0) java
Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
Bundler could not find compatible versions for gem "concurrent-ruby":
In snapshot (Gemfile.lock):
concurrent-ruby (= 0.8.0)
In Gemfile:
logstash-input-lumberjack (>= 0) java depends on
concurrent-ruby (>= 0) java
logstash-input-lumberjack (>= 0) java depends on
concurrent-ruby (>= 0) java
logstash-input-lumberjack (>= 0) java depends on
concurrent-ruby (>= 0) java
logstash-input-lumberjack (>= 0) java depends on
concurrent-ruby (>= 0) java
logstash-input-beats (>= 0) java depends on
concurrent-ruby (= 0.9.1) java
Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
Bundler could not find compatible versions for gem "logstash-core":
In snapshot (Gemfile.lock):
logstash-core (= 1.5.1)
In Gemfile:
logstash-input-s3 (>= 0) java depends on
logstash-mixin-aws (>= 0) java depends on
logstash-core (< 2.0.0, >= 1.4.0) java
.
.
.
logstash-input-s3 (>= 0) java depends on
logstash-mixin-aws (>= 0) java depends on
logstash-core (< 2.0.0, >= 1.4.0) java
logstash-input-beats (>= 0) java depends on
logstash-core (< 3.0.0, >= 1.5.4) java
logstash-core (= 1.5.1) java
Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
Des