Process status monitoring with fluent-bit #7656
-
Hi all, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Alert depends on your monitoring system really, e.g. Grafana alerting, something in the OS, etc. Systemd log input handling is provided: https://docs.fluentbit.io/manual/pipeline/inputs/systemd |
Beta Was this translation helpful? Give feedback.
-
for eg. inside /var/log/fluent-bit.log I see: it means that fluent-bit client is stopped, can I create a sort of alarm using (for eg: Open-Search Dashboard or similar)? thanks |
Beta Was this translation helpful? Give feedback.
So yeah, you can push logs from systemd to wherever you like and then create alerts on them - how you do it depends on the destination tool you are using. Log-based alerting is available in Grafana, I assume something similar is present in whatever tool you are using (e.g. Opensearch) but you'll need to check the specifics of that.
Refer to the docs for how to ingest from Systemd and then send via whatever output you want.