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 b49679b
Showing 1 changed file with 2 additions and 2 deletions.
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 b49679b

Please sign in to comment.