mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Update Logstash 5 to the latest input beats 3.1.4 (#5925)
The B1 internal releases contained an old version of the beats input which didn't work well with the private keys, this PR make sure we use the latest version 3.1.4 in the 5.0 and 5.X branches Fixes: https://github.com/logstash-plugins/logstash-input-beats/issues/129
This commit is contained in:
parent
88d8a46360
commit
4502144d81
2 changed files with 2 additions and 2 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.beta4"
|
||||
gem "logstash-input-beats"
|
||||
gem "logstash-output-cloudwatch"
|
||||
gem "logstash-output-csv"
|
||||
gem "logstash-output-elasticsearch"
|
||||
|
|
|
@ -245,7 +245,7 @@ GEM
|
|||
logstash-core-plugin-api (>= 1.60, <= 2.99)
|
||||
nokogiri
|
||||
xml-simple
|
||||
logstash-input-beats (3.1.0.beta4-java)
|
||||
logstash-input-beats (3.1.4)
|
||||
concurrent-ruby (>= 0.9.2, <= 1.0.0)
|
||||
jar-dependencies (~> 0.3.4)
|
||||
logstash-codec-multiline (~> 3.0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue