fix(inputs.tail): fix typo in the README (#12648)

This commit is contained in:
Minsoo, Kim 2023-02-08 22:49:30 +09:00 committed by GitHub
parent 3571d0a49b
commit 5bbf790242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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). ## The preserve_newline option can be true or false (defaults to false).
## If true, the newline character is preserved for multiline elements, ## If true, the newline character is preserved for multiline elements,
## this is useful to preserve message-structure e.g. for logging outputs. ## 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. #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 #timeout = 5s

View File

@ -74,7 +74,7 @@
## The preserve_newline option can be true or false (defaults to false). ## The preserve_newline option can be true or false (defaults to false).
## If true, the newline character is preserved for multiline elements, ## If true, the newline character is preserved for multiline elements,
## this is useful to preserve message-structure e.g. for logging outputs. ## 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. #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 #timeout = 5s