File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 11---
2- description : ' Exit fluent-bit after a number of flushes, records or seconds'
2+ description : Exit Fluent Bit after a number of flushes, records, or seconds.
33---
44
55# Exit
66
7- The exit plugin is a utility plugin which will cause fluent-bit to exit after one of the following occurs:
8- * receiving a set number of records (record_count).
9- * being flushed a set number of times (flush_count).
10- * being flushed after a set number of seconds have transpired (time_count).
7+ The _ exit_ plugin is a utility plugin which causes Fluent Bit to exit after one of the following occurs:
118
12- At least one of these parameters must be set. If more than one is set it will wait until any one of the set conditions is met.
9+ - receiving a set number of records (` record_count ` ).
10+ - being flushed a set number of times (` flush_count ` ).
11+ - being flushed after a set number of seconds have transpired (` time_count ` ).
12+
13+ At least one of these parameters must be set. If more than one is set the plugin exits when any one of the set conditions is met.
1314
1415## Configuration Parameters
1516
You can’t perform that action at this time.
0 commit comments