I'm using this plugin using default directory (i.e. var/log/journal) with below config & able to receive messages using rabbitmq output plugin but problem starts when I try to read data from subdirectories.
Problem statement:
My unix box stores systemd journal files in subdirectory under default one ("dynamically-generated")
Eg1 today: var/log/journal/abc/system.journal
Eg2 tomorrow: var/log/journal/xyz/system.journal
I tried replacing path with below asterisk* without luck, please help.
Hi Team,
I'm using this plugin using default directory (i.e. var/log/journal) with below config & able to receive messages using rabbitmq output plugin but problem starts when I try to read data from subdirectories.
Problem statement: My unix box stores systemd journal files in subdirectory under default one ("dynamically-generated") Eg1 today: var/log/journal/abc/system.journal Eg2 tomorrow: var/log/journal/xyz/system.journal
I tried replacing path with below asterisk* without luck, please help.
var/log/journal/* var/log/journal// var/log/journal//.journal
Thanks in advance. Sandeep