Can we add new filed inside elb access log?

236 Views Asked by At

As of now i am getting ELB logs from S3. I want to add one more field inside the logs(elb access log). Is it possible to add new field when generating new access log?

2

There are 2 best solutions below

1
Marcin On

Sadly its not possible. Access logs have fixed format. If you require anything else that that, you have to produce custom logs from your application.

0
helper On

Access log format is fixed and you can't modify it.

The only thing that you can do is to put additional code in your application and when it loaded it can store additional details with custom log.