mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Update Grok docs - add link to included in patterns.
This commit is contained in:
parent
3132c2a5fc
commit
9808aefca2
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue