[
https://issues.apache.org/jira/browse/NIFI-14179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Handermann updated NIFI-14179:
------------------------------------
Summary: PutSyslog incorrect Timestamp Format Example for RFC 5424 (was:
PutSyslog marks invalid messages with Z timezone)
> PutSyslog incorrect Timestamp Format Example for RFC 5424
> ---------------------------------------------------------
>
> Key: NIFI-14179
> URL: https://issues.apache.org/jira/browse/NIFI-14179
> Project: Apache NiFi
> Issue Type: Bug
> Affects Versions: 1.27.0
> Reporter: Martin Hynar
> Assignee: Daniel Stieglitz
> Priority: Minor
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Hello team, I just discovered that PutSyslog processor routes messages with Z
> timezone to invalid relationship.
>
> Setting up sample PutSyslog processor with (format taken from NiFi
> documentation)
> {code:java}
> Message Timestamp: ${now():format("yyyy-MM-dd'T'HH:mm:ss.SZ")}
> {code}
>
> Same problem applies also to format yyyy-MM-dd'T'HH:mm:ssZ
> The +hh:mm form does not have the problem.
>
>
> Other parameters are fixed
> {code:java}
> Message Priority: 1
> Message Hostname: example.com
> Message Body: message
> {code}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)