Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { //> @3@4@5@6 //> //> The filename to store offsets of processed messages. OffsetsFile string `json:"offsets_file" required:"true"` //* //> @3@4@5@6 //> //> 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 JournalArgs []string `json:"journal_args" default:"-f -a"` //* // for testing mostly MaxLines int `json:"max_lines"` }
Click to show internal directories.
Click to hide internal directories.