File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55This application takes an array of hashes passed to the ` filters ` parameter
66within a ` systemd ` typed source definition in your ` fluent.conf ` configuration
7- file and then parses them into a format understood by ` systemd ` 's ` journald `
8- API. The basis behind what ` journald ` 's API expects can be found documented in
7+ file and then parses them into a format understood by ` libsystemd ` 's journal
8+ API. The basis behind what ` libsystemd ` 's API expects can be found documented in
99the ` journalctl ` [ man
1010page] ( https://www.freedesktop.org/software/systemd/man/journalctl.html ) .
1111
1212## Usage Information
1313
1414In order to utilize this plugin's filtering capabilities, you will need to
1515understand how this plugin transforms the passed array of hashes into a format
16- that is understood by ` journald ` .
16+ that is understood by ` libsystemd ` .
1717
1818The best way to describe this process is probably by example. The following
1919sub-sections lists out various scenarios that you might wish to perform with
You can’t perform that action at this time.
0 commit comments