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:
Pier-Hugues Pellerin 2016-09-15 12:56:36 -04:00 committed by Suyog Rao
parent 88d8a46360
commit 4502144d81
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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)