Skip to content

Commit ef75b91

Browse files
committed
Merge branch 'more-laa' of https://github.com/batamig/azure-docs-pr into more-laa
2 parents e57cf1c + aee905b commit ef75b91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 OMS agent ID, if the host has OMS agent installed. |
156+
| **OMSAgentID** | String | The OMS agent ID, if the host has a [legacy OMS agent](/azure/azure-monitor/agents/log-analytics-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/migration-arcsight-detection-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ SecurityEvent
114114
| where isnotempty(SubjectDomainName)
115115
```
116116

117-
This rule assumes that Azure Monitoring Agent (AMA) collects the Windows Security Events. Therefore, the rule uses the Microsoft Sentinel [SecurityEvent](/azure/azure-monitor/reference/tables/securityevent) table.
117+
This rule assumes that the Azure Monitoring Agent (AMA) collects the Windows Security Events. Therefore, the rule uses the Microsoft Sentinel [SecurityEvent](/azure/azure-monitor/reference/tables/securityevent) table.
118118

119119
Consider these best practices:
120120

0 commit comments

Comments
 (0)