Skip to content

Commit f3adc02

Browse files
authored
Update articles/sentinel/dns-normalization-schema.md
1 parent 38b1ef3 commit f3adc02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sentinel/dns-normalization-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ The fields listed in this section are specific to DNS events, although many are
159159
| **Field** | **Class** | **Type** | **Notes** |
160160
| --- | --- | --- | --- |
161161
| <a name="src"></a>**Src** | Recommended | String | A unique identifier of the source device. <br><br>This field can alias the [SrcDvcId](#srcdvcid), [SrcHostname](#srchostname), or [SrcIpAddr](#srcipaddr) fields. <br><br>Example: `192.168.12.1` |
162-
| <a name="srcipaddr"></a>**SrcIpAddr** | Recommended | IP Address | The IP address of the client that snet the DNS request. For a recursive DNS request, this value would typically be the reporting device, and in most cases set to `127.0.0.1`. <br><br>Example: `192.168.12.1` |
162+
| <a name="srcipaddr"></a>**SrcIpAddr** | Recommended | IP Address | The IP address of the client that sent the DNS request. For a recursive DNS request, this value would typically be the reporting device, and in most cases set to `127.0.0.1`. <br><br>Example: `192.168.12.1` |
163163
| **SrcPortNumber** | Optional | Integer | Source port of the DNS query.<br><br>Example: `54312` |
164164
| <a name="ipaddr"></a>**IpAddr** | Alias | | Alias to [SrcIpAddr](#srcipaddr) |
165165
| **SrcGeoCountry** | Optional | Country | The country associated with the source IP address.<br><br>Example: `USA` |

0 commit comments

Comments
 (0)