mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- add filewatch
This commit is contained in:
parent
ce67dbcefb
commit
529e6c726e
2 changed files with 4 additions and 1 deletions
3
Gemfile
3
Gemfile
|
@ -2,7 +2,7 @@ source :rubygems
|
|||
|
||||
gem "bunny" # for amqp support, MIT-style license
|
||||
gem "uuidtools" # for naming amqp queues, License ???
|
||||
gem "filewatch", "~> 0.2.3" # for file tailing, BSD License
|
||||
gem "filewatch", "~> 0.2.5" # for file tailing, BSD License
|
||||
gem "jls-grok", "~> 0.4.7" # for grok filter, BSD License
|
||||
gem "jruby-elasticsearch", "~> 0.0.9" # BSD License
|
||||
gem "stomp" # for stomp protocol, Apache 2.0 License
|
||||
|
@ -13,6 +13,7 @@ gem "rack" # License: MIT
|
|||
gem "mizuno" # License: Apache 2.0
|
||||
gem "sinatra" # License: MIT-style
|
||||
gem "haml" # License: MIT
|
||||
gem "sass" # License: MIT
|
||||
|
||||
# TODO(sissel): Put this into a group that's only used for monolith packaging
|
||||
gem "mongo" # outputs/mongodb, License: Apache 2.0
|
||||
|
|
|
@ -25,6 +25,7 @@ GEM
|
|||
rack (1.3.0)
|
||||
rake (0.9.2)
|
||||
redis (2.2.1)
|
||||
sass (3.1.3)
|
||||
sinatra (1.2.6)
|
||||
rack (~> 1.1)
|
||||
tilt (>= 1.2.2, < 2.0)
|
||||
|
@ -54,6 +55,7 @@ DEPENDENCIES
|
|||
mongo
|
||||
rack
|
||||
redis
|
||||
sass
|
||||
sinatra
|
||||
spoon
|
||||
stomp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue