Skip to content

Commit 5270502

Browse files
Merge pull request #245116 from yelevin/docs-editor/map-data-fields-to-entities-1689594566
Replacing public repo PR "Update limitations on entity mappings #111671"
2 parents ba5d554 + 0c2b5d9 commit 5270502

File tree

3 files changed

+27
-8
lines changed

3 files changed

+27
-8
lines changed

articles/sentinel/includes/sentinel-limits-analytics-rules.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ The following limit applies to analytics rules in Microsoft Sentinel.
1616
| --------- | --------- | --------- |
1717
| Number of *enabled* rules | 512 rules | None |
1818
| Number of near-real-time (NRT) rules | 50 NRT rules | None |
19+
| Entity mappings | 10 mappings per rule | None |
20+
| Entities identified per alert<br>(Divided equally among the mapped entities) | 500 entities per alert | None |
21+
| Entities cumulative size limit | 64 KB | None |
1922
| Custom details | 20 details per rule | None |
2023
| Custom details cumulative size limit | 2 KB | None |
2124
| Alerts per rule<br>Applicable when *Event grouping* is set to *Trigger an alert for each event* | 150 alerts | None |
22-
| Alerts per rule for NRT rules | 30 alerts | None |
25+
| Alerts per rule for NRT rules | 30 alerts | None |

articles/sentinel/map-data-fields-to-entities.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,24 @@ The procedure detailed below is part of the analytics rule creation wizard. It's
3838

3939
1. Select an **identifier** for the entity. Identifiers are attributes of an entity that can sufficiently identify it. Choose one from the **Identifier** drop-down list, and then choose a data field from the **Value** drop-down list that will correspond to the identifier. With some exceptions, the **Value** list is populated by the data fields in the table defined as the subject of the rule query.
4040

41-
You can define **up to three identifiers** for a given entity. Some identifiers are required, others are optional. You must choose at least one required identifier. If you don't, a warning message will instruct you which identifiers are required. For best results - for maximum unique identification - you should use **strong identifiers** whenever possible, and using multiple strong identifiers will enable greater correlation between data sources. See the full list of available [entities and identifiers](entities-reference.md).
41+
You can define **up to three identifiers** for a given entity mapping. Some identifiers are required, others are optional. You must choose at least one required identifier. If you don't, a warning message will instruct you which identifiers are required. For best results&mdash;for maximum unique identification&mdash;you should use **strong identifiers** whenever possible, and using multiple strong identifiers will enable greater correlation between data sources. See the full list of available [entities and identifiers](entities-reference.md).
4242

4343
:::image type="content" source="media/map-data-fields-to-entities/map-entities.png" alt-text="Map fields to entities":::
4444

45-
1. Click **Add new entity** to map more entities. You can map **up to five entities** in a single analytics rule. You can also map more than one of the same type. For example, you can map two **IP** entities, one from a *source IP address* field and one from a *destination IP address* field. This way you can track them both.
45+
1. Select **Add new entity** to map more entities. You can define **up to ten entity mappings** in a single analytics rule. You can also map more than one of the same type. For example, you can map two **IP** entities, one from a *source IP address* field and one from a *destination IP address* field. This way you can track them both.
4646

4747
If you change your mind, or if you made a mistake, you can remove an entity mapping by clicking the trash can icon next to the entity drop-down list.
4848

4949
1. When you have finished mapping entities, click the **Review and create** tab. Once the rule validation is successful, click **Save**.
5050

5151
> [!NOTE]
52-
> - **Each mapped entity can identify *up to ten entities***.
53-
> - If an alert contains more than ten items that correspond to a single entity mapping, only the first ten will be recognized as entities and be able to be analyzed as such.
54-
> - This limitation applies to actual mappings, not to entity types. So if you have three different mapped entities for IP addresses (say, source, destination, and gateway), each of those mappings can accommodate ten entities.
52+
> - ***Up to 500 entities collectively* can be identified in a single alert, divided equally across all entity mappings defined in the rule**.
53+
> - For example, if two entity mappings are defined in the rule, each mapping can identify up to 250 entities; if five mappings are defined, each one can identify up to 100 entities, and so on.
54+
> - Multiple mappings of a single entity type (say, source IP and destination IP) each count separately.
55+
> - If an alert contains items in excess of this limit, those excess items will not be recognized and extracted as entities.
5556
>
56-
> - **The size limit for an entire alert is *64 KB***.
57-
> - Alerts that grow larger than 64 KB will be truncated. As entities are identified, they are added to the alert one by one until the alert size reaches 64 KB, and any remaining entities are dropped from the alert.
57+
> - **The size limit for the entire *entities* area of an alert (the *Entities* field) is *64 KB***.
58+
> - *Entities* fields that grow larger than 64 KB will be truncated. As entities are identified, they are added to the alert one by one until the field size reaches 64 KB, and any entities yet unidentified are dropped from the alert.
5859
5960
## Notes on the new version
6061

@@ -68,3 +69,6 @@ In this document, you learned how to map data fields to entities in Microsoft Se
6869

6970
- Get the complete picture on [scheduled query analytics rules](detect-threats-custom.md).
7071
- Learn more about [entities in Microsoft Sentinel](entities.md).
72+
73+
74+

articles/sentinel/whats-new.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,25 @@ See these [important announcements](#announcements) about recent changes to feat
2424

2525
## July 2023
2626

27+
- [Higher limits for entities in alerts and entity mappings in analytics rules](#higher-limits-for-entities-in-alerts-and-entity-mappings-in-analytics-rules)
2728
- Announcement: [Changes to Microsoft Defender for Office 365 connector alerts that apply when disconnecting and reconnecting](#changes-to-microsoft-defender-for-office-365-connector-alerts-that-apply-when-disconnecting-and-reconnecting)
2829
- [Content Hub generally available and centralization changes released](#content-hub-generally-available-and-centralization-changes-released)
2930
- [Deploy incident response playbooks for SAP](#deploy-incident-response-playbooks-for-sap)
3031
- [Microsoft Sentinel solution for D365 Finance and Operations (Preview)](#microsoft-sentinel-solution-for-d365-finance-and-operations-preview)
3132
- [Simplified pricing tiers](#simplified-pricing-tiers) in [Announcements](#announcements) section below
3233
- [Monitor and optimize the execution of your scheduled analytics rules (Preview)](#monitor-and-optimize-the-execution-of-your-scheduled-analytics-rules-preview)
3334

35+
### Higher limits for entities in alerts and entity mappings in analytics rules
36+
37+
The following limits on entities in alerts and entity mappings in analytics rules have been raised:
38+
- You can now define **up to ten entity mappings** in an analytics rule (up from five).
39+
- A single alert can now contain **up to 500 identified entities** in total, divided equally amongst the mapped entities.
40+
- The *Entities* field in the alert has a **size limit of 64 KB**. (This size limit previously applied to the entire alert record.)
41+
42+
Learn more about entity mapping, and see a full description of these limits, in [Map data fields to entities in Microsoft Sentinel](map-data-fields-to-entities.md).
43+
44+
Learn about other [service limits in Microsoft Sentinel](sentinel-service-limits.md).
45+
3446
### Content Hub generally available and centralization changes released
3547

3648
Content hub is now generally available (GA)! The [content hub centralization changes announced in February](#out-of-the-box-content-centralization-changes) have also been released. For more information on these changes and their impact, including more details about the tool provided to reinstate **IN USE** gallery templates, see [Out-of-the-box (OOTB) content centralization changes](sentinel-content-centralize.md).

0 commit comments

Comments
 (0)