Skip to content

Commit 3c84f1d

Browse files
authored
Merge pull request #227161 from yelevin/yelevin/analytics-health-and-audit
Health and audit workbook for analytics rules
2 parents 4192c77 + cc8f4b4 commit 3c84f1d

20 files changed

+113
-17
lines changed

articles/sentinel/audit-table-reference.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ The following table describes the columns and data generated in the SentinelAudi
2828
| ColumnName | ColumnType | Description |
2929
| ------------------------ | -------------- | -------------------------------------------------------------- |
3030
| **TenantId** | String | The tenant ID for your Microsoft Sentinel workspace. |
31-
| **TimeGenerated** | Datetime | The time (UTC) at which the audit event occurred. |
31+
| **TimeGenerated** | Datetime | The time (UTC) at which the audited activity occurred. |
3232
| <a name="operationname_audit"></a>**OperationName** | String | The Azure operation being recorded. For example:<br>- `Microsoft.SecurityInsights/alertRules/Write`<br>- `Microsoft.SecurityInsights/alertRules/Delete` |
33-
| <a name="sentinelresourceid_audit"></a>**SentinelResourceId** | String | The unique identifier of the Microsoft Sentinel workspace and the associated resource on which the audit event occurred. |
33+
| <a name="sentinelresourceid_audit"></a>**SentinelResourceId** | String | The unique identifier of the Microsoft Sentinel workspace and the associated resource on which the audited activity occurred. |
3434
| **SentinelResourceName** | String | The resource name. For analytics rules, this is the rule name. |
3535
| <a name="status_audit"></a>**Status** | String | Indicates `Success` or `Failure` for the [OperationName](#operationname_audit). |
3636
| **Description** | String | Describes the operation, including extended data as needed. For example, for failures, this column might indicate the failure reason. |
37-
| **WorkspaceId** | String | The workspace GUID on which the audit issue occurred. The full Azure Resource Identifier is available in the [SentinelResourceID](#sentinelresourceid_audit) column. |
37+
| **WorkspaceId** | String | The workspace GUID on which the audited activity occurred. The full Azure Resource Identifier is available in the [SentinelResourceID](#sentinelresourceid_audit) column. |
3838
| **SentinelResourceType** | String | The Microsoft Sentinel resource type being monitored. |
3939
| **SentinelResourceKind** | String | The specific type of resource being monitored. For example, for analytics rules: `NRT`. |
4040
| **CorrelationId** | String | The event correlation ID in GUID format. |
@@ -59,15 +59,15 @@ Extended properties for analytics rules reflect certain [rule settings](detect-t
5959
| **CallerName** | String | The user or application that initiated the action. |
6060
| **OriginalResourceState** | Dynamic (json) | A JSON bag that describes the rule before the change. |
6161
| **Reason** | String | The reason why the operation failed. For example: `No permissions`. |
62-
| **ResourceDiffMemberNames** | Array\[String\] | An array of the properties that changed on the relevant resource. For example: `['custom_details','look_back']`. |
63-
| **ResourceDisplayName** | String | Name of the analytics rule on which the audit issue occurred. |
64-
| **ResourceGroupName** | String | Resource group of the workspace on which the audit issue occurred. |
65-
| **ResourceId** | String | The resource ID of the analytics rule on which the audit issue occurred. |
66-
| **SubscriptionId** | String | The subscription ID of the workspace on which the audit issue occurred. |
62+
| **ResourceDiffMemberNames** | Array\[String\] | An array of the properties of the rule that were changed by the audited activity. For example: `['custom_details','look_back']`. |
63+
| **ResourceDisplayName** | String | Name of the analytics rule on which the audited activity occurred. |
64+
| **ResourceGroupName** | String | Resource group of the workspace on which the audited activity occurred. |
65+
| **ResourceId** | String | The resource ID of the analytics rule on which the audited activity occurred. |
66+
| **SubscriptionId** | String | The subscription ID of the workspace on which the audited activity occurred. |
6767
| **UpdatedResourceState** | Dynamic (json) | A JSON bag that describes the rule after the change. |
6868
| **Uri** | String | The full-path resource ID of the analytics rule. |
69-
| **WorkspaceId** | String | The resource ID of the workspace on which the audit issue occurred. |
70-
| **WorkspaceName** | String | The name of the workspace on which the audit issue occurred. |
69+
| **WorkspaceId** | String | The resource ID of the workspace on which the audited activity occurred. |
70+
| **WorkspaceName** | String | The name of the workspace on which the audited activity occurred. |
7171

7272

7373
## Next steps

articles/sentinel/health-audit.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,10 @@ To start collecting health and audit data, you need to [enable health and audit
6666
- [Automation rules and playbooks](monitor-automation-health.md#get-the-complete-automation-picture) (join query with Azure Logic Apps diagnostics)
6767
- [Analytics rules](monitor-analytics-rule-integrity.md#run-queries-to-detect-health-and-integrity-issues)
6868

69-
- Use the health monitoring workbooks provided in Microsoft Sentinel.
69+
- Use the auditing and health monitoring workbooks provided in Microsoft Sentinel.
7070
- [Data connectors](monitor-data-connector-health.md#use-the-health-monitoring-workbook)
7171
- [Automation rules and playbooks](monitor-automation-health.md#use-the-health-monitoring-workbook)
72+
- [Analytics rules](monitor-analytics-rule-integrity.md#use-the-auditing-and-health-monitoring-workbook)
7273

7374
- Export the data into various destinations, like your Log Analytics workspace, archiving to a storage account, and more. Learn about the [supported destinations](../azure-monitor/essentials/diagnostic-settings.md) for your logs.
7475

41.5 KB
Loading
20.4 KB
Loading
20.6 KB
Loading
57.9 KB
Loading
30.9 KB
Loading
51.5 KB
Loading
23.3 KB
Loading
54.1 KB
Loading

0 commit comments

Comments
 (0)