Skip to content

Commit c1d2589

Browse files
authored
Merge branch 'main' into DOCS-1006
2 parents ca01bfe + 95d8762 commit c1d2589

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

docs/manage/security/scim/provision-with-microsoft-entra-id.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,19 @@ Create roles that the users will have in Sumo Logic (for example, `Analyst` and
7676
1. At the bottom of the **Attribute Mapping** dialog, select **Add New Mapping**.
7777
1. Fill out the **Edit Attribute** dialog:
7878
1. For **Mapping type** select **Expression**.
79-
1. For **Expression** enter `AppRoleAssignments([appRoleAssignments])`.
80-
1. For **Target attribute** select `roles[primary eq "True"].value`.
79+
1. For **Expression** enter `AppRoleAssignmentsComplex([appRoleAssignments])`.
80+
1. For **Target attribute** select `roles`.
8181
1. Click **OK**.<br/><img src={useBaseUrl('img/security/provision-azure-role-attribute.png')} alt="Edit attribute" style={{border: '1px solid gray'}} width="600" />
8282
1. On the **Attribute Mapping** dialog, delete all the attributes except:
8383
* userName
8484
* active
8585
* emails[type eq "work"].value
8686
* name.givenName
8787
* name.familyName
88-
* roles[primary eq "True"].value
89-
1. Click **Save**.<br/><img src={useBaseUrl('img/security/provision-azure-attribute-mappings.png')} alt="Attribute mappings" style={{border: '1px solid gray'}} width="600" />
88+
* roles<br/><img src={useBaseUrl('img/security/provision-azure-attribute-mappings.png')} alt="Attribute mappings" style={{border: '1px solid gray'}} width="600" />
89+
1. Select **Show Advanced Options**.
90+
1. For the **roles** attribute select **string** for the **Type**, and select the **Multi-Value?** checkbox to allow users to have multiple roles.<br/><img src={useBaseUrl('img/security/roles-advanced-options.png')} alt="Advanced options for the roles attribute" style={{border: '1px solid gray'}} width="600" />
91+
1. Click **Save**.
9092
1. Click the **Home > `<app name>` | Provisioning** link in the top left corner of the screen. This returns you to the **Provisioning** tab.
9193
1. Test provisioning:
9294
1. In the app, select **Manage > Provisioning**.

docs/metrics/manage-metric-volume/data-limits-for-metrics.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ sidebar_label: Data Limits for Metrics
55
description: It is important to understand the volume of metrics that you are ingesting into Sumo Logic.
66
---
77

8+
import useBaseUrl from '@docusaurus/useBaseUrl';
9+
810
This page describes the limits Sumo Logic enforces on the metrics you ingest into Sumo Logic, including data volume limits and metadata-related limits.
911

1012
:::note
@@ -102,13 +104,13 @@ The value of a metadata item, whether it is a dimension, metatag, or metadata re
102104

103105
#### Audit logging 
104106

105-
When one of the limits described above is exceeded, Sumo Logic creates a `MetricsMetadataLimitsExceeded` Health Event for the associated Metric Source and writes an error or warning message to the Audit Event Index.
107+
When one of the limits described above is exceeded, Sumo Logic creates a [`MetricsMetadataLimitsExceeded`](https://service.sumologic.com/audit/docs/#operation/getMetricsMetadataLimitsExceeded) Health Event for the associated Metric Source and writes an error or warning message to the [System Event Index](/docs/manage/security/audit-indexes/system-event-index/).
106108

107-
Here is an example of a Health Event for a Metrics Source that sent offending metrics:
109+
Here is an example of a [Health Event](/docs/manage/health-events) for a Metrics Source that sent offending metrics:
108110

109-
![metadata-health-event.png](/img/metrics/metadata-health-event.png)
111+
<img src={useBaseUrl('/img/metrics/metadata-health-event.png')} alt="MetricsMetadataLimitsExceeded health event error" style={{border: '1px solid gray'}} width="400" />
110112

111-
Here is an example of an Audit Event Index message generated when
113+
Here is an example of a System Event Index message generated when
112114
metrics sent to Sumo Logic exceed the metadata value limit.
113115

114116
```json
-2.12 KB
Loading
-1.72 KB
Loading
9.43 KB
Loading

0 commit comments

Comments
 (0)