Skip to content

Commit

Permalink
in_systemd: add lowercase option (fluent#724)
Browse files Browse the repository at this point in the history
Signed-off-by: Chitoku <[email protected]>
  • Loading branch information
chitoku-k authored Mar 9, 2022
1 parent d1b77d1 commit 9b18f82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipeline/inputs/systemd.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The plugin supports the following configuration parameters:
| DB | Specify the absolute path of a database file to keep track of Journald cursor. | |
| 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 |
| Read\_From\_Tail | Start reading new entries. Skip entries already stored in Journald. | Off |
| Lowercase | Lowercase the Journald field \(key\). | Off |
| Strip\_Underscores | Remove the leading underscore of the Journald field \(key\). For example the Journald field _\_PID_ becomes the key _PID_. | Off |

## Getting Started
Expand Down

0 comments on commit 9b18f82

Please sign in to comment.