Skip to content

Commit fa3d63d

Browse files
pipeline: inputs: health: Add threading info
Signed-off-by: Alexa Kreizinger <alexakreizinger@gmail.com>
1 parent 481a7a1 commit fa3d63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/inputs/health.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ The plugin supports the following configuration parameters:
1515
| Alert | If enabled, it will only generate messages if the target TCP service is down. By default this option is disabled. |
1616
| Add\_Host | If enabled, hostname is appended to each records. Default value is _false_. |
1717
| Add\_Port | If enabled, port number is appended to each records. Default value is _false_. |
18+
| Threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). Default: `false`. |
1819

1920
## Getting Started
2021

@@ -87,4 +88,3 @@ Fluent Bit v1.8.0
8788
[2] health.0: [1624145990.306498573, {"alive"=>true}]
8889
[3] health.0: [1624145991.305595498, {"alive"=>true}]
8990
```
90-

0 commit comments

Comments
 (0)