Skip to content

Commit ceec850

Browse files
Joel GerberJoel Gerber
authored andcommitted
Refer to libsystemd API instead of journald API
This hopefully makes the description more accurate.
1 parent 670c65e commit ceec850

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Filtering-Details.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44

55
This application takes an array of hashes passed to the `filters` parameter
66
within 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
99
the `journalctl` [man
1010
page](https://www.freedesktop.org/software/systemd/man/journalctl.html).
1111

1212
## Usage Information
1313

1414
In order to utilize this plugin's filtering capabilities, you will need to
1515
understand 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

1818
The best way to describe this process is probably by example. The following
1919
sub-sections lists out various scenarios that you might wish to perform with

0 commit comments

Comments
 (0)