Skip to content

Commit 5dc1761

Browse files
committed
[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.
1 parent eb0a132 commit 5dc1761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/ingest/processors/user-agent.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Which returns
8080

8181
===== Using a custom regex file
8282
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
83-
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
83+
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
8484
while the node is running will not have any effect.
8585

8686
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

0 commit comments

Comments
 (0)