- we use grok-pure now

- filewatch/tailglob went away during recent refactorings, now check for
  filewatch/tail
This commit is contained in:
Jordan Sissel 2011-10-17 13:22:56 -07:00
parent 80671f9c99
commit fbedf13ab2

View file

@ -27,13 +27,13 @@ class LogStash::Test
def check_libraries
results = [
# main agent
check_lib("grok", "jls-grok", :optional, "needed for the grok filter."),
check_lib("grok-pure", "jls-grok", :optional, "needed for the grok filter."),
check_lib("bunny", "bunny", :optional, "needed for AMQP input and output"),
check_lib("uuidtools", "uuidtools", :required,
"needed for AMQP input and output"),
check_lib("ap", "awesome_print", :optional, "improve debug logging output"),
check_lib("json", "json", :required, "required for logstash to function"),
check_lib("filewatch/tailglob", "filewatch", :optional,
check_lib("filewatch/tail", "filewatch", :optional,
"required for file input"),
check_lib("jruby-elasticsearch", "jruby-elasticsearch", :optional,
"required for elasticsearch output and for logstash web"),