Skip to content

Commit

Permalink
latest jls-grok to fix LOGSTASH-300
Browse files Browse the repository at this point in the history
  • Loading branch information
fetep committed Jun 24, 2012
1 parent 5d4997b commit 33efbe1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
- bugfix: some enhancements to grok pattern %{COMBINEDAPACHELOG}
- bugfix: grok: %{URIPATH} and %{URIPARAM} enhancements
- feature: grok: add %{UUID} pattern
- bugfix: grok: better error message when expanding unknown %{pattern}

## outputs
- bugfix: [LOGSTASH-351] - fix file input on windows
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gem "bunny" # for amqp support, MIT-style license
gem "uuidtools" # for naming amqp queues, License ???

gem "filewatch", "0.3.3" # for file tailing, BSD License
gem "jls-grok", "0.10.6" # for grok filter, BSD License
gem "jls-grok", "0.10.7" # for grok filter, BSD License
gem "aws-sdk" # for AWS access: SNS and S3 log tailing. Apache 2.0 License
gem "jruby-elasticsearch", "0.0.13", :platforms => :jruby # BSD License
gem "onstomp" # for stomp protocol, Apache 2.0 License
Expand Down
8 changes: 6 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ GEM
multi_json (~> 1.0)
multi_xml
i18n (0.6.0)
jls-grok (0.10.6)
jls-grok (0.10.7)
cabin (~> 0.4.0)
jruby-elasticsearch (0.0.13)
jruby-openssl (0.7.7)
Expand Down Expand Up @@ -80,6 +80,10 @@ GEM
nokogiri (1.5.3-java)
onstomp (1.0.6)
polyglot (0.3.3)
pry (0.9.9.6)
coderay (~> 1.0.5)
method_source (~> 0.7.1)
slop (>= 2.4.4, < 3)
pry (0.9.9.6-java)
coderay (~> 1.0.5)
method_source (~> 0.7.1)
Expand Down Expand Up @@ -134,7 +138,7 @@ DEPENDENCIES
gmetric (= 0.1.3)
haml
heroku
jls-grok (= 0.10.6)
jls-grok (= 0.10.7)
jruby-elasticsearch (= 0.0.13)
jruby-openssl
jruby-win32ole
Expand Down

0 comments on commit 33efbe1

Please sign in to comment.