Skip to content

Commit b75c38b

Browse files
author
Shubhangi Pagar
committed
Update PoD conenctor polling file to remove start and end time and to enable WebSocket conenction, as per dicussion with PoD engineering team, this is causing data duplication
1 parent 66a58a6 commit b75c38b

File tree

4 files changed

+69
-53
lines changed

4 files changed

+69
-53
lines changed

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

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,22 @@
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,
28-
"queryWindowInMin": 5,
2925
"retryCount": 2,
3026
"timeoutInSeconds": 180,
31-
"logResponseContent": true
27+
"logResponseContent": true,
28+
"websocket": {
29+
"enabled": true,
30+
"keepAlive": {
31+
"enabled": true,
32+
"intervalInSeconds": 120,
33+
"message": "ping"
34+
}
35+
}
3236
},
3337
"response": {
3438
"eventsJsonPaths": [
@@ -60,18 +64,22 @@
6064
"request": {
6165
"httpMethod": "Get",
6266
"apiEndpoint": "wss://logstream.proofpoint.com:443/v1/stream",
63-
"startTimeAttributeName": "sinceTime",
64-
"endTimeAttributeName": "toTime",
65-
"queryTimeFormat": "yyyy-MM-ddTHH:mm-0000",
6667
"queryParameters": {
6768
"cid": "{{clusterId}}",
6869
"type": "maillog"
6970
},
7071
"rateLimitQPS": 20,
71-
"queryWindowInMin": 5,
7272
"retryCount": 2,
7373
"timeoutInSeconds": 180,
74-
"logResponseContent": true
74+
"logResponseContent": true,
75+
"websocket": {
76+
"enabled": true,
77+
"keepAlive": {
78+
"enabled": true,
79+
"intervalInSeconds": 120,
80+
"message": "ping"
81+
}
82+
}
7583
},
7684
"response": {
7785
"eventsJsonPaths": [

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"Data Connectors": [
3737
"Data Connectors/ProofPointEmailSecurity_CCP/ProofpointPOD_Definaton.json"
3838
],
39-
"BasePath": "C:\\GitHub\\Azure-Sentinel\\solutions\\Proofpoint On demand(POD) Email Security",
40-
"Version": "3.1.1",
39+
"BasePath": "/Users/spagar/Documents/GitForks/Latest/Azure-Sentinel/Solutions/Proofpoint On demand(POD) Email Security",
40+
"Version": "3.1.2",
4141
"Metadata": "SolutionMetadata.json",
4242
"TemplateSpec": true,
4343
"Is1PConnector": false
Binary file not shown.

0 commit comments

Comments
 (0)