Skip to content

Commit acc35a5

Browse files
pipeline: inputs: kernel-logs: Add threading info
Signed-off-by: Alexa Kreizinger <alexakreizinger@gmail.com>
1 parent cc502a9 commit acc35a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/inputs/kernel-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ The **kmsg** input plugin reads the Linux Kernel log buffer since the beginning,
77
| Key | Description | Default |
88
| :--- | :--- | :--- |
99
| Prio_Level | The log level to filter. The kernel log is dropped if its priority is more than prio_level. Allowed values are 0-8. Default is 8. 8 means all logs are saved. | 8 |
10+
| Threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | false |
1011

1112
## Getting Started
1213

@@ -60,4 +61,3 @@ pipeline:
6061
```
6162
{% endtab %}
6263
{% endtabs %}
63-

0 commit comments

Comments
 (0)