I want to change the ELB access log from UTC to JST.

Asked 2 years ago, Updated 2 years ago, 98 views

Currently, I am using a mechanism to save access logs from ELB to s3.
We are currently collecting logs from ELB, but the standard output is UTC.
The official document only says that it will be printed in ISO 8601 format.
There were no details.

So I have a question like JST(UTC+9)
Do you have any settings to output?

2016-04-28T03:15:34.003052Z

If not, I am thinking of adding logic to change to JST in the program.
Thank you for your cooperation.

aws amazon-elb

2022-09-30 21:16

1 Answers

So I have a question like JST(UTC+9)
Do you have any settings to output?

Even if you look at the API, there are no such parameters, so I don't think they exist.


2022-09-30 21:16

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.