Skip to content

Commit fbb006e

Browse files
in_dummy: Add flush_on_startup setting doc. (fluent#1264)
Signed-off-by: Francisco Valente <[email protected]>
1 parent 29c90f7 commit fbb006e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipeline/inputs/dummy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ The plugin supports the following configuration parameters:
1717
| Interval\_nsec | Set nanoseconds of time interval at which every message is generated. If set, `Rate` configuration will be ignored. Default: 0 |
1818
| Samples | If set, the events number will be limited. e.g. If Samples=3, the plugin only generates three events and stops. |
1919
| Copies | Number of messages to generate each time they are generated. Defaults to 1. |
20+
| Flush\_on\_startup | If set to `true`, the first dummy event is generated at startup. Default: `false` |
2021

2122
## Getting Started
2223

0 commit comments

Comments
 (0)