@cryptotaxi247 / netdata-1 / commits / 17176f436

Update README.md

Costa Tsaousis committed Oct 7, 2023 at 23:15 UTC 17176f4362ebf3f014a6df16f18df0a84a8913f3
1 file changed +1
collectors/systemd-journal.plugin/README.md
+1
@@ -34,6 +34,7 @@ For more information check [this discussion](https://github.com/netdata/netdata/
34
35 - This plugin is not available when Netdata is installed in a container. The problem is that `libsystemd` is not available in Alpine Linux (there is a `libsystemd`, but it is a dummy that returns failure on all calls). We plan to change this, by shipping Netdata containers based on Debian.
36 - For the same reason (lack of `systemd` support for Alpine Linux), the plugin is not available on `static` builds of Netdata (which are based on `muslc`, not `glibc`).
37 +- On old systemd systems (like Centos 7), the plugin runs always in "full data query" mode, which makes it slower. The reason, is that systemd API is missing some important calls we need to use the field indexes of `systemd` journal. However, when running in this mode, the plugin offers also negative matches on the data (like filtering for all logs that do not have set some field), and this is the reason "full data query" mode is also offered as an option even on newer versions of `systemd`.
38
39 To use the plugin, install one of our native distribution packages, or install it from source.
40