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年前273ビュー
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ