-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Expand file tree
/
Copy pathGCPCDNLogs_PollingConfig.json
More file actions
29 lines (29 loc) · 1.01 KB
/
GCPCDNLogs_PollingConfig.json
File metadata and controls
29 lines (29 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[
{
"name": "GCPCDNLogs",
"apiVersion": "2022-10-01-preview",
"type": "Microsoft.SecurityInsights/dataConnectors",
"kind": "GCP",
"location": "{{location}}",
"properties": {
"connectorDefinitionName": "GCPCDNLogsCCPDefinition",
"dataType": "GCPCDN",
"dcrConfig": {
"streamName": "SENTINEL_GCP_CDN_LOGS",
"dataCollectionEndpoint": "{{dataCollectionEndpoint}}",
"dataCollectionRuleImmutableId": "{{dataCollectionRuleImmutableId}}"
},
"auth": {
"serviceAccountEmail": "{{GCPServiceAccountEmail}}",
"projectNumber": "{{GCPProjectNumber}}",
"workloadIdentityProviderId": "{{GCPWorkloadIdentityProviderId}}"
},
"request": {
"projectId": "{{GCPProjectId}}",
"subscriptionNames": [
"{{GCPSubscriptionName}}"
]
}
}
}
]