Tomcat timestamp parsing problem

I am parsing Tomcat JSON Logs via a pipeline rule like this:

set_fields(to_map(parse_json(to_string($message.message))));

which works fine, except that doesnt parse the timestamp format. instead i get a error message like this:

Replaced invalid timestamp value in message <56e712d1-4b04-11ed-b292-566f4f06005b> with current time - Value <Thu Oct 13 16:35:52 CEST 2022> caused exception: Invalid format: “Thu Oct 13 16:35:52 CEST 2022”

Maybe someone has a hint how i can fix/workaround this in my pipeline?

Cheers :slight_smile:

Hello @irq1337

This is common issue in the forum and there are a few resolves depending how and what was configured. We would need more information to help us, help you.

Example:

I came across this…

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