mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
5.0 -- Bump to beats input beta4 version (#5711)
This commit is contained in:
parent
707a979a00
commit
8728ecf816
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
@ -88,7 +88,7 @@ gem "logstash-input-udp"
|
|||
gem "logstash-input-unix"
|
||||
gem "logstash-input-xmpp"
|
||||
gem "logstash-input-kafka"
|
||||
gem "logstash-input-beats", "3.1.0.beta3"
|
||||
gem "logstash-input-beats", "3.1.0.beta4"
|
||||
gem "logstash-output-cloudwatch"
|
||||
gem "logstash-output-csv"
|
||||
gem "logstash-output-elasticsearch"
|
||||
|
|
|
@ -73,12 +73,12 @@ GEM
|
|||
clamp (0.6.5)
|
||||
coderay (1.1.1)
|
||||
concurrent-ruby (1.0.0-java)
|
||||
coveralls (0.8.14)
|
||||
coveralls (0.8.15)
|
||||
json (>= 1.8, < 3)
|
||||
simplecov (~> 0.12.0)
|
||||
term-ansicolor (~> 1.3)
|
||||
thor (~> 0.19.1)
|
||||
tins (~> 1.6.0)
|
||||
tins (>= 1.6.0, < 2)
|
||||
diff-lcs (1.2.5)
|
||||
docile (1.1.5)
|
||||
domain_name (0.5.20160615)
|
||||
|
@ -243,7 +243,7 @@ GEM
|
|||
logstash-core-plugin-api (>= 1.60, <= 2.99)
|
||||
nokogiri
|
||||
xml-simple
|
||||
logstash-input-beats (3.1.0.beta3-java)
|
||||
logstash-input-beats (3.1.0.beta4-java)
|
||||
concurrent-ruby (>= 0.9.2, <= 1.0.0)
|
||||
jar-dependencies (~> 0.3.4)
|
||||
logstash-codec-multiline (~> 3.0)
|
||||
|
@ -655,7 +655,7 @@ DEPENDENCIES
|
|||
logstash-filter-useragent
|
||||
logstash-filter-uuid
|
||||
logstash-filter-xml
|
||||
logstash-input-beats (= 3.1.0.beta3)
|
||||
logstash-input-beats (= 3.1.0.beta4)
|
||||
logstash-input-couchdb_changes
|
||||
logstash-input-elasticsearch
|
||||
logstash-input-exec
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue