Dear All,
I am trying to ingest some custom logs with date and time recorded in Unix timestamp format. I need to convert the timestamp to human-readable format and store them in custom fields.
sample of the record is
1 0d1803175532f48c0193fb2d0a9 8602911b4e-72e2c69c6d6b XXX.XXX.XXX.XXX YYY.YYY.YYY.YYY 1234 1234 6 2 148 1666225174 1666225774 REJECT OK
the highlighted text in the above log is basically the date and time of actual event
1666225174 -> Thursday, October 20, 2022 12:19:34 AM
1666225774 -> Thursday, October 20, 2022 12:29:34 AM
Regards,