Skip to content

Commit 270b188

Browse files
authored
Update rubrik-security-cloud-data-connector-using-azure-function.md
1 parent b3878eb commit 270b188

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

articles/sentinel/data-connectors/rubrik-security-cloud-data-connector-using-azure-function.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,19 @@ The Rubrik Security Cloud data connector enables security operations teams to in
2525

2626
**Rubrik Anomaly Events - Anomaly Events for all severity types.**
2727
```kusto
28-
Rubrik_Anomaly_Data_CL
29-
28+
Rubrik_Anomaly_Data_CL
3029
| sort by TimeGenerated desc
3130
```
3231

3332
**Rubrik Ransomware Analysis Events - Ransomware Analysis Events for all severity types.**
3433
```kusto
35-
Rubrik_Ransomware_Data_CL
36-
34+
Rubrik_Ransomware_Data_CL
3735
| sort by TimeGenerated desc
3836
```
3937

4038
**Rubrik ThreatHunt Events - Threat Hunt Events for all severity types.**
4139
```kusto
42-
Rubrik_ThreatHunt_Data_CL
43-
40+
Rubrik_ThreatHunt_Data_CL
4441
| sort by TimeGenerated desc
4542
```
4643

@@ -132,7 +129,7 @@ If you're already signed in, go to the next step.
132129
RansomwareAnalysis_table_name
133130
ThreatHunts_table_name
134131
logAnalyticsUri (optional)
135-
- Use logAnalyticsUri to override the log analytics API endpoint for dedicated cloud. For example, for public cloud, leave the value empty; for Azure GovUS cloud environment, specify the value in the following format: https://<CustomerId>.ods.opinsights.azure.us.
132+
- Use logAnalyticsUri to override the log analytics API endpoint for dedicated cloud. For example, for public cloud, leave the value empty; for Azure GovUS cloud environment, specify the value in the following format: `https://<CustomerId>.ods.opinsights.azure.us`.
136133
4. Once all application settings have been entered, click **Save**.
137134

138135

0 commit comments

Comments
 (0)