You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pipeline/inputs/tail.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ The plugin supports the following configuration parameters:
20
20
|`refresh_interval`| The interval of refreshing the list of watched files in seconds. |`60`|
21
21
|`rotate_wait`| Specify the number of extra time in seconds to monitor a file once is rotated in case some pending data is flushed. |`5`|
22
22
|`ignore_older`| Ignores files older than `ignore_older`. Supports `m`, `h`, `d` (minutes, hours, days) syntax. | Read all. |
23
+
|`ignore_active_older_files`| Ignore files that are older than the value set in `ignore_older` even if the file is being ingested. |`false`|
23
24
|`skip_long_lines`| When a monitored file reaches its buffer capacity due to a very long line (`buffer_max_size`), the default behavior is to stop monitoring that file. `skip_long_lines` alter that behavior and instruct Fluent Bit to skip long lines and continue processing other lines that fit into the buffer size. |`off`|
24
25
|`skip_empty_lines`| Skips empty lines in the log file from any further processing or output. |`off`|
25
26
|`db`| Specify the database file to keep track of monitored files and offsets. Recommended to be unique per plugin. |_none_|
0 commit comments