What is the number in log file names of elastic beanstalk on s3 means?

0

I set to save log files of my elastic beanstalk on S3 through Cloudwatch. As I checked the saved log files, some numbers come after "access.log" but don't know what it means. Is there any way to set log file name as {saved-time}-access.log? Or can I know what this number means so that I can schedule a daily job parsing the day's log file?

Enter image description here

hyunie
已提问 1 年前272 查看次数
1 回答
1

It's the epoch time which you can convert to human readable format and use in the parse scripts as required.

eg 1668074461 converts to Thursday November 10, 2022 19:01:01 ( for UTC+09:00 )

profile picture
Syd
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则