Skip to content

Commit 19138e5

Browse files
kilya11edsiper
authored andcommitted
input: tail: Ignore_Older is record based (fluent#244)
Based on the comment: fluent/fluent-bit#716 (comment) Signed-off-by: Ilya Kil <[email protected]>
1 parent e8d8838 commit 19138e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

input/tail.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ The plugin supports the following configuration parameters:
2424
| Path\_Key | If enabled, it appends the name of the monitored file as part of the record. The value assigned becomes the key in the map. | |
2525
| Exclude\_Path | Set one or multiple shell patterns separated by commas to exclude files matching a certain criteria, e.g: exclude\_path=\*.gz,\*.zip | |
2626
| Refresh\_Interval | The interval of refreshing the list of watched files in seconds. | 60 |
27-
| 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 |
28-
| Ignore\_Older | Ignores files that have been last modified before this time in seconds. Supports m,h,d (minutes, hours,days) syntax. Default behavior is to read all specified files.| |
27+
| 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 |
28+
| Ignore\_Older | Ignores records which are older than this time in seconds. Supports m,h,d \(minutes, hours, days\) syntax. Default behavior is to read all records from specified files. Only available when a Parser is specificied and it can parse the time of a record. | |
2929
| Skip\_Long\_Lines | When a monitored file reach it 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 |
3030
| DB | Specify the database file to keep track of monitored files and offsets. | |
3131
| DB.Sync | Set a default synchronization \(I/O\) method. Values: Extra, Full, Normal, Off. This flag affects how the internal SQLite engine do synchronization to disk, for more details about each option please refer to [this section](https://www.sqlite.org/pragma.html#pragma_synchronous). | Full |

0 commit comments

Comments
 (0)