Skip to content

Commit 4de54f9

Browse files
Leonardo Alminanaedsiper
authored andcommitted
in_tail: added event based file ingestion batch limit
Signed-off-by: Leonardo Alminana <[email protected]>
1 parent 7d36529 commit 4de54f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/in_tail/tail.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
#define FLB_TAIL_REFRESH 60 /* refresh every 60 seconds */
3939
#define FLB_TAIL_ROTATE_WAIT "5" /* time to monitor after rotation */
4040
#define FLB_TAIL_STATIC_BATCH_SIZE "50M" /* static batch size */
41+
#define FLB_TAIL_EVENT_BATCH_SIZE "50M" /* event batch size */
4142

4243
int in_tail_collect_event(void *file, struct flb_config *config);
4344

0 commit comments

Comments
 (0)