fix(inputs.tail): fix typo in the README (#12648)
This commit is contained in:
parent
3571d0a49b
commit
5bbf790242
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue