-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
I have the following configuration:
[SERVICE]
Flush 1
Log_Level debug
[INPUT]
Name systemd
Tag host.*
Systemd_Filter _SYSTEMD_UNIT=bashdaemon.service
[OUTPUT]
Name stdout
Match *
For some reason, Fluent Bit isn't picking up the journal entries for the bashdaemon.service unit. This screenshot below (direct link) shows this:
- Top terminal: fluent-bit running the configuration
- Bottom left: cat'ing out the configuration (just for verification purposes)
- Bottom right:
journalctloutput tailing with a filter on thebashdaemon.serviceunit
Any thoughts on why Fluent Bit may not be ingesting these systemd unit journal entries? Or how to troubleshoot this?
Thanks in advance!
Reactions are currently unavailable
