How to convert Unix/Epoch time to dateTime in Data Prepper

How would I do this with the date processor in Data Prepper?

This is what I am trying to do with the VPC flow logs:
- date:
match:
- key: start
patterns: [“epoch_second”]
destination: “@timestamp
output_format: “yyyy-MM-dd’T’HH:mm:ss”

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