Skip to content

Commit 1915d09

Browse files
committed
PR rev fix
1 parent 00d6dc9 commit 1915d09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/sentinel/security-alert-schema.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Because alerts come from many sources, not all fields are used by all providers.
4141
| **EndTime** | datetime | The end time of the impact of the alert. <ul><li>**Scheduled rule alerts:** the value of the *TimeGenerated* field for the last *event* captured by the query.<li>**Ingested alerts:** the time of the last event or activity included in the alert. |
4242
| **Entities** | string | A list of the entities identified in the alert. This list can include a combination of entities of different types. The entities' types can be any of those defined in the schema, as described in the [entities documentation](entities-reference.md). |
4343
| **ExtendedLinks** | string | A bag (a collection) for all links related to the alert. This bag can include a combination of links of different types. |
44-
| **ExtendedProperties** | string | A collection of other properties of the alert, including user-defined properties. Any [custom details](surface-custom-details-in-alerts.md) defined in the alert, and any dynamic content in the [alert details](customize-alert-details.md), are stored here. | |
44+
| **ExtendedProperties** | string | A collection of other properties of the alert, including user-defined properties. Any [custom details](surface-custom-details-in-alerts.md) defined in the alert, and any dynamic content in the [alert details](customize-alert-details.md), are stored here. |
4545
| **IsIncident** | boolean | DEPRECATED. Always set to *false*. |
4646
| **ProcessingEndTime** | datetime | The time of the alert's publishing. <ul><li>**Scheduled rule alerts:** the value of the *TimeGenerated* field.<li>**Ingested alerts:** the time that the originating product completes the production of the alert. |
4747
| **ProductComponentName** | string | The name of the component of the product that generated the alert. |
@@ -57,7 +57,7 @@ Because alerts come from many sources, not all fields are used by all providers.
5757
| **Tactics** | string | A comma-delineated list of MITRE ATT&CK tactics associated with the alert. |
5858
| **Techniques** | string | A comma-delineated list of MITRE ATT&CK techniques associated with the alert. |
5959
| **TenantId** | string | The unique ID of the tenant. |
60-
| **TimeGenerated** | datetime | The time the alert was generated (in UTC). | Also for ingested alerts? Or is it the ingestion time for those? |
60+
| **TimeGenerated** | datetime | The time the alert was generated (in UTC). |
6161
| **Type** | string | The constant ('SecurityAlert') |
6262
| **VendorName** | string | The vendor of the product that produced the alert. |
6363
| **VendorOriginalId** | string | Unique ID for the specific alert instance, set by the originating product. |

0 commit comments

Comments
 (0)