From fbedf13ab2de5e273b4ec083a562a3cabd64af3a Mon Sep 17 00:00:00 2001 From: Jordan Sissel Date: Mon, 17 Oct 2011 13:22:56 -0700 Subject: [PATCH] - we use grok-pure now - filewatch/tailglob went away during recent refactorings, now check for filewatch/tail --- lib/logstash/test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/logstash/test.rb b/lib/logstash/test.rb index 04b20b618..02898b7e8 100644 --- a/lib/logstash/test.rb +++ b/lib/logstash/test.rb @@ -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"),