From 5bbf79024249c5c9e770a2177a91c5bff200002b Mon Sep 17 00:00:00 2001 From: "Minsoo, Kim" <32118423+thouy@users.noreply.github.com> Date: Wed, 8 Feb 2023 22:49:30 +0900 Subject: [PATCH] fix(inputs.tail): fix typo in the README (#12648) --- plugins/inputs/tail/README.md | 2 +- plugins/inputs/tail/sample.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/inputs/tail/README.md b/plugins/inputs/tail/README.md index 900b41823..70d55e888 100644 --- a/plugins/inputs/tail/README.md +++ b/plugins/inputs/tail/README.md @@ -107,7 +107,7 @@ See the [CONFIGURATION.md][CONFIGURATION.md] for more details. ## The preserve_newline option can be true or false (defaults to false). ## If true, the newline character is preserved for multiline elements, ## this is useful to preserve message-structure e.g. for logging outputs. - #preserver_newline = false + #preserve_newline = false #After the specified timeout, this plugin sends the multiline event even if no new pattern is found to start a new event. The default is 5s. #timeout = 5s diff --git a/plugins/inputs/tail/sample.conf b/plugins/inputs/tail/sample.conf index 28d3daa50..368d7959f 100644 --- a/plugins/inputs/tail/sample.conf +++ b/plugins/inputs/tail/sample.conf @@ -74,7 +74,7 @@ ## The preserve_newline option can be true or false (defaults to false). ## If true, the newline character is preserved for multiline elements, ## this is useful to preserve message-structure e.g. for logging outputs. - #preserver_newline = false + #preserve_newline = false #After the specified timeout, this plugin sends the multiline event even if no new pattern is found to start a new event. The default is 5s. #timeout = 5s