You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`fixed_timestamp`| If enabled, use a fixed timestamp. This allows the message to be pre-generated once. |`false`|
14
+
|`flush_on_startup`| If set to `true`, the first dummy event is generated at startup. |`false`|
15
+
|`interval_nsec`| Set time interval, in nanoseconds, at which every message is generated. If set, `rate` configuration is ignored. |`0`|
16
+
|`interval_sec`| Set time interval, in seconds, at which every message is generated. If set, `rate` configuration is ignored. |`0`|
17
+
|`metadata`| Dummy JSON metadata. |`{}`|
18
+
|`rate`| Rate at which messages are generated, expressed in how many times per second. |`1`|
19
+
|`samples`| Limit the number of events generated. For example, if `samples=3`, the plugin generates only three events and stops. `0` means no limit. |`0`|
20
+
|`start_time_nsec`| Set a dummy base timestamp, in nanoseconds. If set to `-1`, the current time is used. |`-1`|
21
+
|`start_time_sec`| Set a dummy base timestamp, in seconds. If set to `-1`, the current time is used. |`-1`|
22
+
|`threaded`| Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). |`false`|
0 commit comments