Invalid date format for raw message

I’m trying to send data from an APC UPS system. UPS is not really good at following RFC, so I have to send it to a raw input. I’m running into an issue with the date:

 Invalid format: "2025-02-15T06:18:24Z:" is malformed at ":"

Any suggestions on how to transform this date as it’s coming into GrayLog so it will be accepted?

I’m running GrayLog 6.5.1 on Ubuntu.

Thanks in advance.

You probably need to use the pipeline function parse_date Parse date from string in pipeline rule

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.