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

Fix outdated host.hostname attribute in log data model #3516

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions specification/logs/data-model-appendix.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ this data model.
<td>HOSTNAME</td>
<td>string</td>
<td>Describes the location where the event originated. Possible values are FQDN, IP address, etc.</td>
<td>Resource["host.hostname"]</td>
<td>Resource["host.name"]</td>
</tr>
<tr>
<td>APP-NAME</td>
Expand Down Expand Up @@ -130,7 +130,7 @@ Rest of SDIDs -> Attributes["syslog.*"]</td>
<td>Computer</td>
<td>string</td>
<td>The name of the computer on which the event occurred.</td>
<td>Resource["host.hostname"]</td>
<td>Resource["host.name"]</td>
</tr>
<tr>
<td>EventID</td>
Expand Down Expand Up @@ -712,13 +712,13 @@ For example, on Windows this could be the host’s Active Directory domain or Ne
<td>**Resource</td>
</tr>
<tr>
<td>host.hostname</td>
<td>host.name</td>
<td>string</td>
<td>Hostname of the host.

It normally contains what the hostname command returns on the host machine.</td>

<td>Resource["host.hostname"]</td>
<td>Resource["host.name"]</td>

</tr>
<tr>
Expand Down