From 285f629874a2a0867348f61b50595859e3e7ec5c Mon Sep 17 00:00:00 2001 From: Vladimir Avdoshka Date: Tue, 22 Dec 2020 18:58:21 +0100 Subject: [PATCH] Update the warning for DB parameter faced the issue which could be avoided if I saw this warning. Signed-off-by: Vlad --- pipeline/inputs/tail.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/inputs/tail.md b/pipeline/inputs/tail.md index ce3f3f84d..0aaf90913 100644 --- a/pipeline/inputs/tail.md +++ b/pipeline/inputs/tail.md @@ -30,7 +30,7 @@ The plugin supports the following configuration parameters: | Tag | Set a tag \(with regex-extract fields\) that will be placed on lines read. E.g. `kube...`. Note that "tag expansion" is supported: if the tag includes an asterisk \(\*\), that asterisk will be replaced with the absolute path of the monitored file \(also see [Workflow of Tail + Kubernetes Filter](../filters/kubernetes.md#workflow-of-tail-kubernetes-filter)\). | | | Tag\_Regex | Set a regex to exctract fields from the file. E.g. `(?[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*)_(?[^_]+)_(?.+)-` | | -Note that if the database parameter `DB` is **not** specified, by default the plugin will start reading each target file from the beginning. +Note that if the database parameter `DB` is **not** specified, by default the plugin will start reading each target file from the beginning. This also might cause some unwanted behaviour, for example when a line is bigger that `Buffer_Chunk_Size` and `Skip_Long_Lines` is not turned on, the file will be read from the beginning each `Refresh_Interval` until the file is rotated. ### Multiline Configuration Parameters