Skip to content

Commit b7aad6e

Browse files
authored
Add ignore_active_older_files description to tail (#2126)
Add ignore_active_older_files description to tail (#2126) Signed-off-by: CNicer <nicerx@qq.com>
1 parent 13f1738 commit b7aad6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipeline/inputs/tail.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ The plugin supports the following configuration parameters:
2020
| `refresh_interval` | The interval of refreshing the list of watched files in seconds. | `60` |
2121
| `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` |
2222
| `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` |
2324
| `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` |
2425
| `skip_empty_lines` | Skips empty lines in the log file from any further processing or output. | `off` |
2526
| `db` | Specify the database file to keep track of monitored files and offsets. Recommended to be unique per plugin. | _none_ |

0 commit comments

Comments
 (0)