We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d36529 commit 4de54f9Copy full SHA for 4de54f9
plugins/in_tail/tail.h
@@ -38,6 +38,7 @@
38
#define FLB_TAIL_REFRESH 60 /* refresh every 60 seconds */
39
#define FLB_TAIL_ROTATE_WAIT "5" /* time to monitor after rotation */
40
#define FLB_TAIL_STATIC_BATCH_SIZE "50M" /* static batch size */
41
+#define FLB_TAIL_EVENT_BATCH_SIZE "50M" /* event batch size */
42
43
int in_tail_collect_event(void *file, struct flb_config *config);
44
0 commit comments