mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- update grok version
This commit is contained in:
parent
281447914c
commit
93aeed7cbc
2 changed files with 12 additions and 13 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.9.0" # for grok filter, BSD License
|
||||
gem "jls-grok", "0.9.0" # 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
|
||||
|
|
23
Gemfile.lock
23
Gemfile.lock
|
@ -3,8 +3,8 @@ GEM
|
|||
specs:
|
||||
awesome_print (0.4.0)
|
||||
bson (1.3.1-java)
|
||||
bunny (0.6.0)
|
||||
daemons (1.1.3)
|
||||
bunny (0.7.4)
|
||||
daemons (1.1.4)
|
||||
eventmachine (0.12.10-java)
|
||||
ffi (1.0.9-java)
|
||||
filewatch (0.2.5)
|
||||
|
@ -13,26 +13,25 @@ GEM
|
|||
json
|
||||
gmetric (0.1.3)
|
||||
haml (3.1.2)
|
||||
hoe (2.9.4)
|
||||
rake (>= 0.8.7)
|
||||
jls-grok (0.4.7)
|
||||
ffi (>= 0.6.3)
|
||||
hoe (2.12.0)
|
||||
rake (~> 0.8)
|
||||
jls-grok (0.9.0)
|
||||
jruby-elasticsearch (0.0.10)
|
||||
json (1.5.1-java)
|
||||
json (1.5.3-java)
|
||||
minitest (2.5.0)
|
||||
mizuno (0.4.0)
|
||||
rack (>= 1.0.0)
|
||||
mongo (1.3.1)
|
||||
bson (>= 1.3.1)
|
||||
rack (1.3.0)
|
||||
rack (1.3.2)
|
||||
rake (0.9.2)
|
||||
redis (2.2.1)
|
||||
sass (3.1.3)
|
||||
redis (2.2.2)
|
||||
sass (3.1.7)
|
||||
sinatra (1.2.6)
|
||||
rack (~> 1.1)
|
||||
tilt (>= 1.2.2, < 2.0)
|
||||
statsd-ruby (0.3.0)
|
||||
stomp (1.1.8)
|
||||
stomp (1.1.9)
|
||||
stompserver (0.9.9)
|
||||
daemons (>= 1.0.2)
|
||||
eventmachine (>= 0.7.2)
|
||||
|
@ -52,7 +51,7 @@ DEPENDENCIES
|
|||
gelf
|
||||
gmetric (~> 0.1.3)
|
||||
haml
|
||||
jls-grok (~> 0.4.7)
|
||||
jls-grok (= 0.9.0)
|
||||
jruby-elasticsearch (~> 0.0.10)
|
||||
json
|
||||
minitest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue