Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding extra fields to access logging #2414

Closed
wants to merge 1 commit into from

Commits on May 30, 2023

  1. Adding extra fields to access logging

    Linkerd access logs are missing some useful information that's already accessible from the request headers.
    
    Solved by adding in three additional fields, x_forwarded_for, requested_server_name and path
    
    Validated by compiling and deploying the modified proxy image alongside a nginx container, checking access log content for existing fields + new ones
    
    Part fixes issue #9842
    neoreddog committed May 30, 2023
    Configuration menu
    Copy the full SHA
    beecd72 View commit details
    Browse the repository at this point in the history