Skip to content

Commit 9b18f82

Browse files
authored
in_systemd: add lowercase option (#724)
Signed-off-by: Chitoku <[email protected]>
1 parent d1b77d1 commit 9b18f82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipeline/inputs/systemd.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ The plugin supports the following configuration parameters:
1717
| DB | Specify the absolute path of a database file to keep track of Journald cursor. | |
1818
| DB.Sync | Set a default synchronization \(I/O\) method. values: Extra, Full, Normal, Off. This flag affects how the internal SQLite engine do synchronization to disk, for more details about each option please refer to [this section](https://www.sqlite.org/pragma.html#pragma_synchronous). note: this option was introduced on Fluent Bit v1.4.6. | Full |
1919
| Read\_From\_Tail | Start reading new entries. Skip entries already stored in Journald. | Off |
20+
| Lowercase | Lowercase the Journald field \(key\). | Off |
2021
| Strip\_Underscores | Remove the leading underscore of the Journald field \(key\). For example the Journald field _\_PID_ becomes the key _PID_. | Off |
2122

2223
## Getting Started

0 commit comments

Comments
 (0)