Skip to content

Commit 64f16c6

Browse files
committed
Workbook final draft
1 parent 0d2bf0f commit 64f16c6

11 files changed

+32
-26
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
21.1 KB
Loading
21.2 KB
Loading
30.9 KB
Loading
-20 Bytes
Loading
54.1 KB
Loading
20.3 KB
Loading
27.8 KB
Loading
27.7 KB
Loading
55.8 KB
Loading

0 commit comments

Comments
 (0)