Windows Eventlog log timestamp conversion issue #5755
Unanswered
sarankumarpkt
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Am trying to convert this timestamp format from "TimeCreated":"2022-04-21 08:41:07 +0530" to TimeCreated":"2022-04-21T08:41:07Z"
Operating System Version : Windows 10 OS
I tried creating a parser, even tried lua script as well, but it didn't work. Please guide me how to change the timestamp format in fluentbit.
===========================================================
parsers.conf file
===========================================================
Even i tried to using Lua script:
===========================================================
fluent-bit.conf File
===========================================================
Output info:
{"date":1658304681.768896,"TimeCreated":"2022-04-21 08:41:07 +0530","logId":209846,"Channel":"System","Message":"A fatal error occurred while creating a TLS credential. The internal error state is 10013.","level":"INFO","type":"log"}
Beta Was this translation helpful? Give feedback.
All reactions