您如何在CloudWatch中转换字段类型?

时间:2020-07-08 01:28:00

标签: amazon-cloudwatch amazon-cloudwatchlogs aws-cloudwatch-log-insights

例如@timestamp字段很长,但始终显示为日期。我可以将其转换/显示为long / int吗?

1 个答案:

答案 0 :(得分:0)

有一个toMillis函数:

将在命名字段中找到的时间戳转换为代表自Unix纪元以来的毫秒数。

https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CWL_QuerySyntax.html