Skip to content

Commit 16fa3e5

Browse files
committed
docs: remove mention of file based grok pattern
1 parent 3d5def0 commit 16fa3e5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/reference/ingest/ingest-node.asciidoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -920,9 +920,8 @@ expression that supports aliased expressions that can be reused.
920920

921921
This tool is perfect for syslog logs, apache and other webserver logs, mysql logs, and in general, any log format
922922
that is generally written for humans and not computer consumption.
923-
924-
The processor comes packaged with over 120 reusable patterns that are located at `$ES_HOME/config/ingest/grok/patterns`.
925-
Here, you can add your own custom grok pattern files with custom grok expressions to be used by the processor.
923+
This processor comes packaged with over
924+
https://github.com/elastic/elasticsearch/tree/master/modules/ingest-grok/src/main/resources/patterns[120 reusable patterns].
926925

927926
If you need help building patterns to match your logs, you will find the <http://grokdebug.herokuapp.com> and
928927
<http://grokconstructor.appspot.com/> applications quite useful!

0 commit comments

Comments
 (0)