Merge pull request #290 from jakecr/master

Update Grok docs - add link to included in patterns.
This commit is contained in:
Jordan Sissel 2012-12-27 22:08:43 -08:00
commit 78372a6c74

View file

@ -7,7 +7,8 @@ require "set"
# data (like syslog or apache logs) into something structured and queryable.
#
# Grok allows you to match text without needing to be a regular expressions
# ninja. Logstash ships with about 120 patterns by default. You can add
# ninja. Logstash ships with about 120 patterns by default. You can find them here:
# <https://github.com/logstash/logstash/tree/v%VERSION%/patterns>. You can add
# your own trivially. (See the patterns_dir setting)
class LogStash::Filters::Grok < LogStash::Filters::Base
config_name "grok"