You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/manage/security/scim/provision-with-microsoft-entra-id.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,20 +73,23 @@ Create roles that the users will have in Sumo Logic (for example, `Analyst` and
73
73
1. Click **Test Connection**. If successful, a message like this appears: **Testing connection to `<app name>`. The supplied credentials are authorized to enable provisioning**.
74
74
1. Set up mappings:
75
75
1. Select **Mappings** and **Provision Microsoft Entra Users**.<br/><img src={useBaseUrl('img/security/provision-azure-mappings.png')} alt="Provision mappings" style={{border: '1px solid gray'}} width="600" />
76
+
1. Go to **Attribute Mapping**, select **Show advanced options**, and select **Edit attribute list for customappsso**.
77
+
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" />
78
+
1. Click **Save**.
76
79
1. At the bottom of the **Attribute Mapping** dialog, select **Add New Mapping**.
77
80
1. Fill out the **Edit Attribute** dialog:
78
81
1. For **Mapping type** select **Expression**.
79
-
1. For **Expression** enter `AppRoleAssignments([appRoleAssignments])`.
80
-
1. For **Target attribute** select `roles[primary eq "True"].value`.
82
+
1. For **Expression** enter `AppRoleAssignmentsComplex([appRoleAssignments])`.
Copy file name to clipboardExpand all lines: docs/metrics/manage-metric-volume/data-limits-for-metrics.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ sidebar_label: Data Limits for Metrics
5
5
description: It is important to understand the volume of metrics that you are ingesting into Sumo Logic.
6
6
---
7
7
8
+
import useBaseUrl from '@docusaurus/useBaseUrl';
9
+
8
10
This page describes the limits Sumo Logic enforces on the metrics you ingest into Sumo Logic, including data volume limits and metadata-related limits.
9
11
10
12
:::note
@@ -102,13 +104,13 @@ The value of a metadata item, whether it is a dimension, metatag, or metadata re
102
104
103
105
#### Audit logging
104
106
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/).
106
108
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:
<!-- Originally added as a beta article with SUMO-175343. -->
16
-
17
-
This feature is in Beta. To participate, contact your Sumo Logic account executive.
18
-
19
9
This document explains how to initiate a request to restart an Installed
20
10
Collector from the Collection page. The other option is to [start or stop a Collector using our provided scripts](start-stop-collector-using-scripts.md).
0 commit comments