From 327dfe642fb88ef5b5b4ab2accf5787746704a79 Mon Sep 17 00:00:00 2001 From: Francisco Valente <1435136+franciscovalentecastro@users.noreply.github.com> Date: Mon, 27 Nov 2023 21:42:06 +0000 Subject: [PATCH] in_dummy: Add flush_on_startup setting doc. Signed-off-by: Francisco Valente <1435136+franciscovalentecastro@users.noreply.github.com> --- pipeline/inputs/dummy.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pipeline/inputs/dummy.md b/pipeline/inputs/dummy.md index 55d6f608a..28bbcf577 100644 --- a/pipeline/inputs/dummy.md +++ b/pipeline/inputs/dummy.md @@ -15,6 +15,7 @@ The plugin supports the following configuration parameters: | Rate | Rate at which messages are generated expressed in how many times per second. Default: 1 | | Samples | If set, the events number will be limited. e.g. If Samples=3, the plugin only generates three events and stops. | | Copies | Number of messages to generate each time they are generated. Defaults to 1. | +| Flush\_on\_startup | If set to `true`, the first dummy event is generated at startup. Default: `false` | ## Getting Started