Skip to content

Commit cf408bb

Browse files
authored
Merge pull request #111317 from azurekid/patch-1
Update normalization-schema-dhcp.md
2 parents b6fa4a3 + 325fe42 commit cf408bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sentinel/normalization-schema-dhcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The fields below are specific to DHCP events, but many are similar to fields in
9595
| <a name="srcmacaddr"></a>**SrcMacAddr** | Mandatory | Mac Address | The MAC address of the client requesting a DHCP lease. <br><br>**Note**: The Windows DHCP server logs MAC address in a non-standard way, omitting the colons, which should be inserted by the parser.<br><br>Example: `06:10:9f:eb:8f:14` |
9696
| <a name="dhcpleaseduration"></a>**DhcpLeaseDuration** | Optional | Integer | The length of the lease granted to a client, in seconds. |
9797
|<a name="dhcpsessionid"></a>**DhcpSessionId** | Optional | string | The session identifier as reported by the reporting device. For the Windows DHCP server, set this to the TransactionID field. <br><br>Example: `2099570186` |
98-
| **SessionId** | Alias | String | Alias to [DhcpkSessionId](#dhcpsessionid) |
98+
| **SessionId** | Alias | String | Alias to [DhcpSessionId](#dhcpsessionid) |
9999
| <a name="dhcpsessionduration"></a>**DhcpSessionDuration** | Optional | Integer | The amount of time, in milliseconds, for the completion of the DHCP session.<br><br>Example: `1500` |
100100
| **Duration** | Alias | | Alias to [DhcpSessionDuration](#dhcpsessionduration) |
101101
| **DhcpSrcDHCId** | Optional | String | The DHCP client ID, as defined by [RFC4701](https://datatracker.ietf.org/doc/html/rfc4701) |

0 commit comments

Comments
 (0)