Skip to content

Commit a7720a4

Browse files
esmerelTom
authored andcommitted
Apply suggestions from code review
Merging markdownlint complaints so they're not confusing anyone. Signed-off-by: Lynette Miles <[email protected]> Signed-off-by: Tom <[email protected]>
1 parent c2ab488 commit a7720a4

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

pipeline/outputs/exit.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
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

0 commit comments

Comments
 (0)