- Newest
- Most votes
- Most comments
Hi,
I understand you have are trying to display the log entry timestamp in the epoch format using boto3 logs query function.
The following can be achieved by using the toMillis() function, however it would display the floating point number as you had shared.
The suitable method would be to use the .time() function in order to achieve this particular use case as I have not found any additional method of achieving this conversion. It was noted that the cloudwatch insights console does permit timestamp conversion to epoch format, however this similar syntax cannot be seen in the Boto3 documentation.
I am positive this helps. Let me know if you have any follow-up questions as we can keep this thread open for additional discussions with the community.
Kind regards, Muhammad
Relevant content
- asked 3 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 9 months ago
Hi Muhammad,
Thank you for your reply. Using the time() function takes an inordinate amount of time for conversions and other operations. It would be better if the boto3 query function would handle the conversion. After all, the console query function does already support the conversion operation. How can that happen ?
B/R gary