[
https://issues.apache.org/jira/browse/NIFI-14179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17936672#comment-17936672
]
ASF subversion and git services commented on NIFI-14179:
--------------------------------------------------------
Commit b8525196403ae3b0678033091945533224b1aef6 in nifi's branch
refs/heads/main from dan-s1
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=b852519640 ]
NIFI-14179 Fixed RFC 5424 Timestamp Format Example in PutSyslog (#9809)
Signed-off-by: David Handermann <[email protected]>
> PutSyslog marks invalid messages with Z timezone
> ------------------------------------------------
>
> 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: Major
> 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)