Skip to content

Commit

Permalink
Fix apache access logs mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Oct 2, 2023
1 parent 4d454c0 commit c69569f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions specification/logs/data-model-appendix.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ When mapping from the unified model to HEC, we apply this additional mapping:
<td>%a</td>
<td>string</td>
<td>Client address</td>
<td>Attributes["client.address"]</td>
<td>Attributes["client.socket.address"]</td>
</tr>
<tr>
<td>%A</td>
Expand All @@ -399,7 +399,7 @@ When mapping from the unified model to HEC, we apply this additional mapping:
<td>%h</td>
<td>string</td>
<td>Client hostname.</td>
<td>Attributes["server.address"]</td>
<td>Attributes["client.address"]</td>
</tr>
<tr>
<td>%m</td>
Expand Down

0 comments on commit c69569f

Please sign in to comment.