Browse Source

[Docs] Fix link to Grok patterns (#29088)

Jiri Tyr 7 years ago
parent
commit
c713d62f88
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/ingest/ingest-node.asciidoc

+ 2 - 2
docs/reference/ingest/ingest-node.asciidoc

@@ -1216,8 +1216,8 @@ 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-common/src/main/resources/patterns[120 reusable patterns].
+This processor comes packaged with many
+https://github.com/elastic/elasticsearch/blob/{branch}/libs/grok/src/main/resources/patterns[reusable patterns].
 
 If you need help building patterns to match your logs, you will find the {kibana-ref}/xpack-grokdebugger.html[Grok Debugger] tool quite useful! The Grok Debugger is an {xpack} feature under the Basic License and is therefore *free to use*. The Grok Constructor at <http://grokconstructor.appspot.com/> is also a useful tool.