Skip to content

Commit 003fc63

Browse files
committed
Merge branch 'more-laa' of https://github.com/batamig/azure-docs-pr into more-laa
2 parents fef04d2 + bb09a61 commit 003fc63

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

articles/sentinel/data-connectors/security-events-via-legacy-agent.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ ms.collection: sentinel-data-connector
1111

1212
# Security Events via Legacy Agent connector for Microsoft Sentinel
1313

14-
<!--should this page also be archived?-->
1514
You can stream all security events from the Windows machines connected to your Microsoft Sentinel workspace using the Windows agent. This connection enables you to view dashboards, create custom alerts, and improve investigation. This gives you more insight into your organization’s network and improves your security operation capabilities. For more information, see the [Microsoft Sentinel documentation](https://go.microsoft.com/fwlink/p/?linkid=2220093&wt.mc_id=sentinel_dataconnectordocs_content_cnl_csasci).
1615

1716
This is autogenerated content. For changes, contact the solution provider.

articles/sentinel/entities-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ The following section contains a more in-depth look at the full schemas of each
153153
| **NetBiosName** | String | The host name (pre-Windows 2000). |
154154
| **IoTDevice** | Entity ([IoT Device](#iot-device)) | The IoT Device entity (if this host represents an IoT Device). |
155155
| **AzureID** | String | The Azure resource ID of the VM, if known. |
156-
| **OMSAgentID** | String | The agent ID, if the host has an agent installed. |
156+
| **OMSAgentID** | String | The OMS agent ID, if the host has OMS agent installed. |
157157
| **OSFamily** | Enum? | One of the following values: <li>Linux<li>Windows<li>Android<li>IOS<li>Mac |
158158
| **OSVersion** | String | A free-text representation of the operating system.<br>This field is meant to hold specific versions the are more fine-grained than OSFamily, or future values not supported by OSFamily enumeration. |
159159
| **IsDomainJoined** | Bool | Indicates whether this host belongs to a domain. |

articles/sentinel/normalization-schema-dns.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,12 @@ The changes in version 0.1.7 of the schema are:
332332

333333
The goal of normalizing is to ensure that all sources provide consistent telemetry. A source that doesn't provide the required telemetry, such as mandatory schema fields, cannot be normalized. However, sources that typically provide all required telemetry, even if there are some discrepancies, can be normalized. Discrepancies may affect the completeness of query results.
334334

335-
A known discrepancy includes Corelight Zeek, which may not provide the mandatory DnsQuery field. We have observed such behavior in certain cases in which the DNS response code name is `NXDOMAIN`.
335+
The following table lists known discrepancies:
336+
337+
| Source | Discrepancies |
338+
| ------ | ------------- |
339+
| Microsoft DNS Server Collected using the DNS connector and the Log Analytics Agent | The connector doesn't provide the mandatory DnsQuery field for original event ID 264 (Response to a dynamic update). The data is available at the source, but not forwarded by the connector. |
340+
| Corelight Zeek | Corelight Zeek may not provide the mandatory DnsQuery field. We have observed such behavior in certain cases in which the DNS response code name is `NXDOMAIN`. |
336341

337342
## Handling DNS response
338343

0 commit comments

Comments
 (0)