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
preguntada hace un año270 visualizaciones
1 Respuesta
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
respondido hace un año
  • Clear! Thanks

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas