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

Update two apache access logs mappings #3712

Merged
merged 3 commits into from
Oct 6, 2023

Conversation

trask
Copy link
Member

@trask trask commented Oct 2, 2023

Fixes #3709

Changes

Updates two apache access logs mappings:

  • %h - "Remote hostname. Will log the IP address if HostnameLookups is set to Off, which is the default."
    • updated from server.address to client.address
  • %a - "Local IP-address."
    • updated from client.address to client.socket.address

cc @lmolkova @AlexanderWert @Oberon00

@arminru arminru merged commit 9df932f into open-telemetry:main Oct 6, 2023
7 checks passed
arminru added a commit to carlosalberto/opentelemetry-specification that referenced this pull request Oct 6, 2023
@trask trask deleted the apache-access-logs branch October 17, 2023 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Data Model Appendix - Apache Access Log
7 participants