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
demandé il y a un an273 vues
1 réponse
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
répondu il y a un an
  • Clear! Thanks

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions