The @timestamp field for example, while a long, is always displayed as a date. Can I convert/display it as a long/int?
Asked
Active
Viewed 5,385 times
1 Answers
1
There is a toMillis
function:
Converts the timestamp found in the named field into a number representing the milliseconds since the Unix epoch.
https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CWL_QuerySyntax.html

Dejan Peretin
- 10,891
- 1
- 45
- 54