Skip to content

Commit f72ebcf

Browse files
committed
Fixes to standardize the kernel logs input plugin doc. Fixes #2270.
Signed-off-by: Eric D. Schabell <eric@schabell.org>
1 parent af72c5d commit f72ebcf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pipeline/inputs/kernel-logs.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ The _Kernel logs_ (`kmsg`) input plugin reads the Linux Kernel log buffer from t
44

55
## Configuration parameters
66

7+
The plugin supports the following configuration parameters:
8+
79
| Key | Description | Default |
810
|:-------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------|:--------|
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-
| `Threaded` | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | `false` |
11+
| `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` |
12+
| `threaded` | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | `false` |
1113

12-
## Get started
14+
## Getting started
1315

1416
To start getting the Linux Kernel messages, you can run the plugin from the command line or through the configuration file:
1517

0 commit comments

Comments
 (0)