Open SuyashTandon opened 1 year ago
I think the issue could be providing a glob for .journal
files rather than a directory name.
Could you try with path /var/log/journal
If this is the case perhaps we can add an error message in the case that the configured path is not a directory ...
Hi Team,
I'm using this plugin using default directory (i.e. var/log/journal)
I am trying to output these logs to check whether its working or not by using:
Expected result is Logs should be present with matching "kubelet" tag, but I am not able to get any logs. There are '.journal' files in my var/log/journal directory.
Thanks