Skip to content

Commit bea3e4f

Browse files
authored
Merge branch 'main' into copilot-ga
2 parents 43e6cf0 + 49317da commit bea3e4f

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

docs/alerts/monitors/settings.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,10 @@ Click the **Mute** button mute the monitor. See also: [Muting Schedules](/docs/
116116
Click the **More Actions** menu to view more options, including:
117117

118118
* **Copy Path**. Copies the path of the monitor to your computer clipboard.
119-
* **Duplicate**. Makes another monitor based on the same settings.
119+
* **Duplicate**. Copies the monitor and gives you creator permissions on the duplicated monitor.
120120
* **Move**. Moves the monitor to a different path.
121121
* **Export**. Provides JSON of the monitor, allowing you to transfer content within Sumo Logic by copying this JSON, then pasting it into the import dialog in the [Library](/docs/get-started/library) location you choose. This JSON format may change without notice. 
122+
* **Copy Link**. Copies a link to the monitor. Provide the link to any Sumo Logic user in your organization so they can view the monitor. While this option doesn't allow you to share the monitor in the same way you can share a dashboard, you can use this option to quickly allow others in your Sumo Logic organization to view the monitor details.
122123

123124
<img src={useBaseUrl('img/alerts/monitors/more-actions.png')} alt="monitor more actions" style={{border: '1px solid gray'}} width="600"/>
124125

docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/microsoft-azure-ad-inventory-source.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ To configure a Microsoft Azure AD Inventory Source:
9292
:::note
9393
To collect the `signInActivity` information you should have `Azure AD Premium P1/P2` license.
9494
:::
95+
1. **Collect Users Group Details**. By enabling the checkbox, you can also include the user group information in your user response. [Learn more](https://learn.microsoft.com/en-us/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0&tabs=http#http-request).
96+
:::note
97+
To know about the permissions required to collect user group details, refer to the [Microsoft documentation](https://learn.microsoft.com/en-us/graph/api/group-get?view=graph-rest-1.0&tabs=http#permissions).
98+
:::
9599
1. **Processing Rules for Logs**. Configure any desired filters, such as allowlist, denylist, hash, or mask, as described in [Create a Processing Rule](/docs/send-data/collection/processing-rules/create-processing-rule).
96100
1. When you are finished configuring the Source, click **Submit**.
97101

@@ -126,6 +130,7 @@ Sources can be configured using UTF-8 encoded JSON files with the Collector Ma
126130
| application_id | String | Yes | `null` | Provide the Application (client) ID you got after you registered (created) the Azure Application. | |
127131
| supported_apis | Array of strings | Yes | `null` | Define one or more of the available APIs to collect: Devices, and Users.| ["Devices","Users"] |
128132
| userSignInActivity | Boolean | No | False | Select the checkbox to include the sign in activity information in your user response. | |
133+
| userGroupDetails | Boolean | No | False | Select the checkbox to include the user’s group details in your user response. | |
129134

130135
### JSON example
131136

static/files/c2c/microsoft-azure-ad-inventory/example.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
"secret_key": "********",
1212
"application_id": "ApplicationID",
1313
"userSignInActivity": false,
14+
"userGroupDetails": false,
1415
"fields": {
1516
"_siemForward": false
1617
}
1718
},
1819
"sourceType": "Universal"
1920
}
20-
}
21+
}

static/files/c2c/microsoft-azure-ad-inventory/example.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ resource "sumologic_cloud_to_cloud_source" "microsoft-azure-ad-inventory-source"
1010
"secret_key": "********",
1111
"application_id": "ApplicationID",
1212
"userSignInActivity": false,
13+
"userGroupDetails": false,
1314
"fields": {
1415
"_siemForward": false
1516
}

0 commit comments

Comments
 (0)