Skip to content

Latest commit

 

History

History
executable file
·
21 lines (13 loc) · 515 Bytes

README.md

File metadata and controls

executable file
·
21 lines (13 loc) · 515 Bytes

Journal.d plugin

Reads journalctl output.

Config params

offsets_file string required

The filename to store offsets of processed messages.


journal_args []string default=-f -a

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