2 Answers
- Newest
- Most votes
- Most comments
0
Why not leverage CloudFront access logs which are delivered to S3 at no additional cost. You can use a logging format like httpd which includes response headers in the logs. Then process the logs to extract the header value as needed.
Remember to place a policy on logs and delete after processing to not incur in archive costs.
answered 5 months ago
0
Custom log headers do not seem to be available here. Am I missing something? There are only a fixed set of headers.
answered 5 months ago
Relevant content
- Accepted Answerasked 3 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 2 months ago
Oh wonderful, custom log formats and headers are available there? I hadn't seen that before. I'll give that a try. Thank you very much.
EDIT: I'm not seeing where to set that in the console or in the docs...
EDIT 2: Are these only available on Real-Time logs?