docs: fix broken link

Closes #19430
This commit is contained in:
Martijn van Groningen 2016-07-14 11:12:33 +02:00
parent 2138a55eab
commit 1bc12f5214
1 changed files with 1 additions and 1 deletions

View File

@ -1002,7 +1002,7 @@ expression that supports aliased expressions that can be reused.
This tool is perfect for syslog logs, apache and other webserver logs, mysql logs, and in general, any log format
that is generally written for humans and not computer consumption.
This processor comes packaged with over
https://github.com/elastic/elasticsearch/tree/master/modules/ingest-grok/src/main/resources/patterns[120 reusable patterns].
https://github.com/elastic/elasticsearch/tree/master/modules/ingest-common/src/main/resources/patterns[120 reusable patterns].
If you need help building patterns to match your logs, you will find the <http://grokdebug.herokuapp.com> and
<http://grokconstructor.appspot.com/> applications quite useful!