From 42608881b0912d3d71c4d8dc5641df73d9ccc088 Mon Sep 17 00:00:00 2001 From: Tanguy Leroux Date: Mon, 11 Jun 2018 09:32:12 +0200 Subject: [PATCH] [Docs] Remove mention pattern files in Grok processor (#31170) Pattern files have been removed in 16fa3e546e172d3d194c2711654824d4851d69f8 --- docs/reference/ingest/ingest-node.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/ingest/ingest-node.asciidoc b/docs/reference/ingest/ingest-node.asciidoc index 8a7c33086abe8..182a3d5fc784c 100644 --- a/docs/reference/ingest/ingest-node.asciidoc +++ b/docs/reference/ingest/ingest-node.asciidoc @@ -1325,7 +1325,7 @@ This pipeline will insert these named captures as new fields within the document // NOTCONSOLE [[custom-patterns]] -==== Custom Patterns and Pattern Files +==== Custom Patterns The Grok processor comes pre-packaged with a base set of pattern. These patterns may not always have what you are looking for. Pattern have a very basic format. Each entry describes has a name and the pattern itself.