Commit fdebacd
Adding extra fields to access logging
Linkerd access logs are missing the origin IP address.
Solved by adding in the field x_forwarded_for to access logs which has the origin ip address.
Validated by compiling and deploying the modified proxy image alongside a nginx container, checking access log content for existing fields + the new field
Part fixes issue #9842
Signed-off-by: Dan Ambrose <[email protected]>1 parent 704ef31 commit fdebacd
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| 136 | + | |
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
| |||
0 commit comments