mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- more filewatch
This commit is contained in:
parent
1afe27394c
commit
f19e783d7f
2 changed files with 4 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -2,7 +2,7 @@ source :rubygems
|
|||
|
||||
gem "bunny" # for amqp support
|
||||
gem "uuidtools" # for naming amqp queues
|
||||
gem "filewatch" # for file tailing
|
||||
gem "filewatch", "~> 0.2.1" # for file tailing
|
||||
gem "jls-grok", "~> 0.4.3"
|
||||
gem "jruby-elasticsearch", "~> 0.0.6"
|
||||
gem "stomp" # for stomp protocol
|
||||
|
|
|
@ -5,7 +5,8 @@ GEM
|
|||
daemons (1.1.2)
|
||||
eventmachine (0.12.10-java)
|
||||
ffi (0.6.3-java)
|
||||
filewatch (0.1.2)
|
||||
filewatch (0.2.1)
|
||||
ffi
|
||||
haml (3.0.25)
|
||||
hoe (2.9.4)
|
||||
rake (>= 0.8.7)
|
||||
|
@ -35,7 +36,7 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
bunny
|
||||
filewatch
|
||||
filewatch (~> 0.2.1)
|
||||
haml
|
||||
jls-grok (~> 0.4.3)
|
||||
jruby-elasticsearch (~> 0.0.6)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue