docs: remove mention of file based grok pattern
This commit is contained in:
parent
3d5def0789
commit
16fa3e546e
|
@ -920,9 +920,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
|
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.
|
that is generally written for humans and not computer consumption.
|
||||||
|
This processor comes packaged with over
|
||||||
The processor comes packaged with over 120 reusable patterns that are located at `$ES_HOME/config/ingest/grok/patterns`.
|
https://github.com/elastic/elasticsearch/tree/master/modules/ingest-grok/src/main/resources/patterns[120 reusable patterns].
|
||||||
Here, you can add your own custom grok pattern files with custom grok expressions to be used by the processor.
|
|
||||||
|
|
||||||
If you need help building patterns to match your logs, you will find the <http://grokdebug.herokuapp.com> and
|
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!
|
<http://grokconstructor.appspot.com/> applications quite useful!
|
||||||
|
|
Loading…
Reference in New Issue