Journal.d plugin

March 14, 2025 ยท View on GitHub

Reads journalctl output.

Warning

Important: If the journalctl process is stopped or killed, the file.d application will also be stopped.

Config params

offsets_file string required

The filename to store offsets of processed messages.


journal_args []string default=-f

Additional args for journalctl. Plugin forces "-o json" and "-c cursor" or "-n all", otherwise you can use any additional args.

Have a look at https://man7.org/linux/man-pages/man1/journalctl.1.html



Generated using insane-doc