Skip to content

Commit 1779b5c

Browse files
author
Pat
authored
Update tail.md (#1152)
Signed-off-by: Pat <[email protected]>
1 parent 9c1faf0 commit 1779b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/inputs/tail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The plugin supports the following configuration parameters:
1919
| Read\_from\_Head | For new discovered files on start \(without a database offset/position\), read the content from the head of the file, not tail. | False |
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 |
22-
| Ignore\_Older | Ignores records older than `ignore_older`. Supports m, h, d (minutes, hours, days) syntax. Default behavior is to read all records. Option only available when a Parser is specified and it can parse the time of a record. | |
22+
| Ignore\_Older | Ignores files older than `ignore_older`. Supports m, h, d (minutes, hours, days) syntax. Default behavior is to read all. | |
2323
| 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 fits into the buffer size. | Off |
2424
| Skip\_Empty\_Lines | Skips empty lines in the log file from any further processing or output. | Off |
2525
| DB | Specify the database file to keep track of monitored files and offsets. | |

0 commit comments

Comments
 (0)