Skip to content

Commit ca71245

Browse files
pipeline: inputs: random: Add threading info
Signed-off-by: Alexa Kreizinger <alexakreizinger@gmail.com>
1 parent b20fbe2 commit ca71245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/inputs/random.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The plugin supports the following configuration parameters:
1111
| Samples | If set, it will only generate a specific number of samples. By default this value is set to _-1_, which will generate unlimited samples. |
1212
| Interval\_Sec | Interval in seconds between samples generation. Default value is _1_. |
1313
| Interval\_Nsec | Specify a nanoseconds interval for samples generation, it works in conjunction with the Interval\_Sec configuration key. Default value is _0_. |
14+
| Threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). Default: `false`. |
1415

1516
## Getting Started
1617

@@ -78,4 +79,3 @@ Fluent Bit v1.x.x
7879
[3] random.0: [1475893657, {"rand_value"=>1501010137543905482}]
7980
[4] random.0: [1475893658, {"rand_value"=>16238242822364375212}]
8081
```
81-

0 commit comments

Comments
 (0)