Skip to content

Commit ef1490a

Browse files
authored
Merge pull request Azure#13262 from shubhangipagar-gh/fixPodDuplicateDataIssue
Fix pod duplicate data issue
2 parents 1ed870c + c9571d1 commit ef1490a

File tree

5 files changed

+48
-63
lines changed

5 files changed

+48
-63
lines changed

Solutions/Proofpoint On demand(POD) Email Security/Data Connectors/ProofPointEmailSecurity_CCP/ProofpointPOD_PollingConfig.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,13 @@
1717
"request": {
1818
"httpMethod": "Get",
1919
"apiEndpoint": "wss://logstream.proofpoint.com:443/v1/stream",
20-
"startTimeAttributeName": "sinceTime",
21-
"endTimeAttributeName": "toTime",
22-
"queryTimeFormat": "yyyy-MM-ddTHH:mm-0000",
2320
"queryParameters": {
2421
"cid": "{{clusterId}}",
2522
"type": "message"
2623
},
2724
"rateLimitQPS": 20,
2825
"queryWindowInMin": 5,
2926
"retryCount": 2,
30-
"timeoutInSeconds": 180,
3127
"logResponseContent": true
3228
},
3329
"response": {
@@ -60,17 +56,13 @@
6056
"request": {
6157
"httpMethod": "Get",
6258
"apiEndpoint": "wss://logstream.proofpoint.com:443/v1/stream",
63-
"startTimeAttributeName": "sinceTime",
64-
"endTimeAttributeName": "toTime",
65-
"queryTimeFormat": "yyyy-MM-ddTHH:mm-0000",
6659
"queryParameters": {
6760
"cid": "{{clusterId}}",
6861
"type": "maillog"
6962
},
7063
"rateLimitQPS": 20,
7164
"queryWindowInMin": 5,
7265
"retryCount": 2,
73-
"timeoutInSeconds": 180,
7466
"logResponseContent": true
7567
},
7668
"response": {

Solutions/Proofpoint On demand(POD) Email Security/Data/Solution_ProofPointPOD.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"Data Connectors/ProofPointEmailSecurity_CCP/ProofpointPOD_Definaton.json"
3838
],
3939
"BasePath": "C:\\GitHub\\Azure-Sentinel\\solutions\\Proofpoint On demand(POD) Email Security",
40-
"Version": "3.1.1",
40+
"Version": "3.1.2",
4141
"Metadata": "SolutionMetadata.json",
4242
"TemplateSpec": true,
4343
"Is1PConnector": false
Binary file not shown.

0 commit comments

Comments
 (0)