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
Copy file name to clipboardExpand all lines: pipeline/inputs/kernel-logs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The _kmsg_ input plugin reads the Linux Kernel log buffer from the beginning. It
6
6
7
7
| Key | Description | Default |
8
8
| :--- | :--- | :--- |
9
-
|`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`. 8 means all logs are saved. |`8`|
9
+
|`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`. `8` means all logs are saved. |`8`|
10
10
|`Threaded`| Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). |`false`|
0 commit comments