diff --git a/CHANGELOG.md b/CHANGELOG.md index 7033d96f4c2..a3b9b66c78e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,9 @@ release. ### Logs +- Update two apache access logs mappings. + ([#3712](https://github.com/open-telemetry/opentelemetry-specification/pull/3712)) + ### Resource ### OpenTelemetry Protocol diff --git a/specification/logs/data-model-appendix.md b/specification/logs/data-model-appendix.md index b5808cf7706..3b5d20ae51d 100644 --- a/specification/logs/data-model-appendix.md +++ b/specification/logs/data-model-appendix.md @@ -387,7 +387,7 @@ When mapping from the unified model to HEC, we apply this additional mapping: %a string Client address - Attributes["client.address"] + Attributes["client.socket.address"] %A @@ -399,7 +399,7 @@ When mapping from the unified model to HEC, we apply this additional mapping: %h string Client hostname. - Attributes["server.address"] + Attributes["client.address"] %m