Skip to content

Commit 4568766

Browse files
authored
Merge branch 'main' into fields-icons
2 parents ed70461 + 702beaf commit 4568766

File tree

7 files changed

+15
-19
lines changed

7 files changed

+15
-19
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,20 +73,23 @@ Create roles that the users will have in Sumo Logic (for example, `Analyst` and
7373
1. Click **Test Connection**. If successful, a message like this appears: **Testing connection to `<app name>`. The supplied credentials are authorized to enable provisioning**.
7474
1. Set up mappings:
7575
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**.
7679
1. At the bottom of the **Attribute Mapping** dialog, select **Add New Mapping**.
7780
1. Fill out the **Edit Attribute** dialog:
7881
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])`.
83+
1. For **Target attribute** select `roles`.
8184
1. Click **OK**.<br/><img src={useBaseUrl('img/security/provision-azure-role-attribute.png')} alt="Edit attribute" style={{border: '1px solid gray'}} width="600" />
8285
1. On the **Attribute Mapping** dialog, delete all the attributes except:
8386
* userName
8487
* active
8588
* emails[type eq "work"].value
8689
* name.givenName
8790
* 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" />
91+
* roles<br/><img src={useBaseUrl('img/security/provision-azure-attribute-mappings.png')} alt="Attribute mappings" style={{border: '1px solid gray'}} width="600" />
92+
1. Click **Save**.
9093
1. Click the **Home > `<app name>` | Provisioning** link in the top left corner of the screen. This returns you to the **Provisioning** tab.
9194
1. Test provisioning:
9295
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

docs/send-data/collection/restart-collectors.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,11 @@
11
---
22
id: restart-collectors
3-
title: Restart a Collector (Beta)
3+
title: Restart a Collector
44
description: Learn how to restart a Collector from the Collection page.
55
---
66

77
import useBaseUrl from '@docusaurus/useBaseUrl';
88

9-
<head>
10-
<meta name="robots" content="noindex" />
11-
</head>
12-
13-
<p><a href="/docs/beta"><span className="beta">Beta</span></a></p>
14-
15-
<!-- 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-
199
This document explains how to initiate a request to restart an Installed
2010
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).
2111

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,7 @@ module.exports = {
776776
items: [
777777
'send-data/collection/search-for-a-collector-or-source',
778778
'send-data/collection/start-stop-collector-using-scripts',
779+
'send-data/collection/restart-collectors',
779780
'send-data/collection/edit-collector',
780781
'send-data/collection/edit-source',
781782
'send-data/collection/pause-resume-source',
-2.12 KB
Loading
-1.72 KB
Loading
9.43 KB
Loading

0 commit comments

Comments
 (0)