We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e3e46 commit 73d1c52Copy full SHA for 73d1c52
pipeline/inputs/thermal.md
@@ -20,6 +20,7 @@ The plugin supports the following configuration parameters:
20
| Interval\_NSec | Polling interval \(nanoseconds\). default: 0 |
21
| name\_regex | Optional name filter regex. default: None |
22
| type\_regex | Optional type filter regex. default: None |
23
+| Threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). Default: `false`. |
24
25
## Getting Started
26
@@ -83,4 +84,4 @@ pipeline:
83
84
match: '*'
85
```
86
{% endtab %}
-{% endtabs %}
87
+{% endtabs %}
0 commit comments