mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Added back Kafka beta pinned versions
This commit is contained in:
parent
0fbded8e43
commit
99daeffac5
1 changed files with 2 additions and 2 deletions
4
Gemfile
4
Gemfile
|
@ -92,7 +92,7 @@ gem "logstash-input-udp"
|
|||
gem "logstash-input-unix"
|
||||
gem "logstash-input-xmpp"
|
||||
gem "logstash-input-zeromq"
|
||||
gem "logstash-input-kafka"
|
||||
gem "logstash-input-kafka", "3.0.0.beta4"
|
||||
gem "logstash-input-beats"
|
||||
gem "logstash-output-cloudwatch"
|
||||
gem "logstash-output-csv"
|
||||
|
@ -123,5 +123,5 @@ gem "logstash-output-statsd"
|
|||
gem "logstash-output-stdout"
|
||||
gem "logstash-output-tcp"
|
||||
gem "logstash-output-udp"
|
||||
gem "logstash-output-kafka"
|
||||
gem "logstash-output-kafka", "3.0.0.beta2"
|
||||
gem "logstash-input-http_poller"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue