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
The **kmsg** input plugin reads the Linux Kernel log buffer since the beginning, it gets every record and parse it field as priority, sequence, seconds, useconds, and message.
3
+
The _kmsg_ input plugin reads the Linux Kernel log buffer from the beginning. It gets every record and parses fields as `priority`, `sequence`, `seconds`, `useconds`, and `message`.
4
4
5
-
## Configuration Parameters
5
+
## Configuration parameters
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. 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`|
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
11
12
-
## Getting Started
12
+
## Get started
13
13
14
-
In order to start getting the Linux Kernel messages, you can run the plugin from the command line or through the configuration file:
14
+
To start getting the Linux Kernel messages, you can run the plugin from the command line or through the configuration file:
0 commit comments