From 0b062bbc8286636ebab313cba9823691d27e6523 Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Wed, 30 Oct 2019 11:10:35 -0400 Subject: [PATCH] [DOCS] Correct required file ext for user agent ingest processor (#48688) For the user agent ingest processor, custom regex files must end with the `.yml` file extension. This corrects the docs which said the `.yaml` extension was required. --- docs/reference/ingest/processors/user-agent.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/ingest/processors/user-agent.asciidoc b/docs/reference/ingest/processors/user-agent.asciidoc index fcf43576d5b..7afb1ba95a4 100644 --- a/docs/reference/ingest/processors/user-agent.asciidoc +++ b/docs/reference/ingest/processors/user-agent.asciidoc @@ -78,7 +78,7 @@ Which returns ===== Using a custom regex file To use a custom regex file for parsing the user agents, that file has to be put into the `config/ingest-user-agent` directory and -has to have a `.yaml` filename extension. The file has to be present at node startup, any changes to it or any new files added +has to have a `.yml` filename extension. The file has to be present at node startup, any changes to it or any new files added while the node is running will not have any effect. In practice, it will make most sense for any custom regex file to be a variant of the default file, either a more recent version