Update Grok docs - add link to included in patterns.

This commit is contained in:
Jake Crosby 2012-12-28 16:37:00 +13:00
parent 3132c2a5fc
commit 9808aefca2

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/master/patterns>. You can add
# your own trivially. (See the patterns_dir setting)
class LogStash::Filters::Grok < LogStash::Filters::Base
config_name "grok"