Skip to content

in_syslog resulting in TimeParseError with OpenBSD syslogd(8) #4464

Closed Answered by dspruell
dspruell asked this question in Q&A
Discussion options

You must be logged in to vote

I found at least one configuration that works without resulting in an error:

syslogd(8) flags:

syslogd_flags=-h -Z -u

syslogd.conf(5) forwarding entry:

*.*;mail.info @127.0.0.1:5140

fluentd in_udp source:

<source>
    @type udp
    @label @SYSLOG
    tag syslog
    port 5140
    bind 127.0.0.1
    <parse>
        @type syslog
        with_priority true
        time_format "%Y-%m-%dT%H:%M:%S.%L%z"
    </parse>
</source>

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by dspruell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants