04 Nov 2024 09:08 AM
Hi All,
Is it possible to show a timestamp field when querying a timeseries.
I have this command created via a logs metrics extraction and I need to see the date the losg arrived.
timeseries count = count(log.application.aws.)
Solved! Go to Solution.
12 Nov 2024 04:07 PM
When you create metric from log the precise timestamp gets rounded to 1 min interval as single data point of timeseries represents everything what happened in such interval. In other word, such data point represents many log lines.
So it is not possible to see exact timestamp, but of course you always know what minute represents specific value