mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
- Add em-http-request
This commit is contained in:
parent
9636f7fc42
commit
625c7a7a7c
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ Gem::Specification.new do |spec|
|
|||
spec.add_dependency("json")
|
||||
#spec.add_dependency("awesome_print")
|
||||
|
||||
# For http requests (elasticsearch, etc)
|
||||
spec.add_dependency("em-http-request")
|
||||
|
||||
# For the 'grok' filter
|
||||
#spec.add_dependency("jls-grok", ">= 0.2.3071")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue