mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
- Update grok to use pure-ruby grok
This commit is contained in:
parent
7d659da783
commit
d0cc96408b
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -3,7 +3,7 @@ source :rubygems
|
|||
gem "bunny" # for amqp support, MIT-style license
|
||||
gem "uuidtools" # for naming amqp queues, License ???
|
||||
gem "filewatch", "~> 0.2.5" # for file tailing, BSD License
|
||||
gem "jls-grok", "~> 0.4.7" # for grok filter, BSD License
|
||||
gem "jls-grok", "~> 0.5.2" # for grok filter, BSD License
|
||||
gem "jruby-elasticsearch", "~> 0.0.10" # BSD License
|
||||
gem "stomp" # for stomp protocol, Apache 2.0 License
|
||||
gem "json" # Ruby license
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue