Skip to content

Commit 149e36c

Browse files
author
Shubhangi Pagar
committed
Update **ProofpointPOD_PollingConfig.json**. to remove start and end time query params, it impacts time frames at server side and causes duplicate data ingestion
1 parent 636abb9 commit 149e36c

File tree

4 files changed

+25
-44
lines changed

4 files changed

+25
-44
lines changed

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

Lines changed: 12 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,19 @@
1515
"apiKeyIdentifier": "Bearer"
1616
},
1717
"request": {
18-
"httpMethod": "Get",
1918
"apiEndpoint": "wss://logstream.proofpoint.com:443/v1/stream",
2019
"queryParameters": {
2120
"cid": "{{clusterId}}",
2221
"type": "message"
2322
},
2423
"rateLimitQPS": 20,
2524
"retryCount": 2,
26-
"timeoutInSeconds": 180,
27-
"logResponseContent": true,
28-
"websocket": {
29-
"enabled": true,
30-
"keepAlive": {
31-
"enabled": true,
32-
"intervalInSeconds": 120,
33-
"message": "ping"
34-
}
35-
}
25+
"logResponseContent": true
26+
},
27+
"connectionConfiguration": {
28+
"websocketEnabled": true,
29+
"keepAliveInterval": 60,
30+
"keepAliveMessage": "ping"
3631
},
3732
"response": {
3833
"eventsJsonPaths": [
@@ -62,24 +57,19 @@
6257
"apiKeyIdentifier": "Bearer"
6358
},
6459
"request": {
65-
"httpMethod": "Get",
6660
"apiEndpoint": "wss://logstream.proofpoint.com:443/v1/stream",
6761
"queryParameters": {
6862
"cid": "{{clusterId}}",
6963
"type": "maillog"
7064
},
7165
"rateLimitQPS": 20,
7266
"retryCount": 2,
73-
"timeoutInSeconds": 180,
74-
"logResponseContent": true,
75-
"websocket": {
76-
"enabled": true,
77-
"keepAlive": {
78-
"enabled": true,
79-
"intervalInSeconds": 120,
80-
"message": "ping"
81-
}
82-
}
67+
"logResponseContent": true
68+
},
69+
"connectionConfiguration": {
70+
"websocketEnabled": true,
71+
"keepAliveInterval": 60,
72+
"keepAliveMessage": "ping"
8373
},
8474
"response": {
8575
"eventsJsonPaths": [
Binary file not shown.

Solutions/Proofpoint On demand(POD) Email Security/Package/mainTemplate.json

Lines changed: 12 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2996,24 +2996,19 @@
29962996
"apiKeyIdentifier": "Bearer"
29972997
},
29982998
"request": {
2999-
"httpMethod": "Get",
30002999
"apiEndpoint": "wss://logstream.proofpoint.com:443/v1/stream",
30013000
"queryParameters": {
30023001
"cid": "[[parameters('clusterId')]",
30033002
"type": "message"
30043003
},
30053004
"rateLimitQPS": 20,
30063005
"retryCount": 2,
3007-
"timeoutInSeconds": 180,
3008-
"logResponseContent": true,
3009-
"websocket": {
3010-
"enabled": true,
3011-
"keepAlive": {
3012-
"enabled": true,
3013-
"intervalInSeconds": 120,
3014-
"message": "ping"
3015-
}
3016-
}
3006+
"logResponseContent": true
3007+
},
3008+
"connectionConfiguration": {
3009+
"websocketEnabled": true,
3010+
"keepAliveInterval": 60,
3011+
"keepAliveMessage": "ping"
30173012
},
30183013
"response": {
30193014
"eventsJsonPaths": [
@@ -3043,24 +3038,19 @@
30433038
"apiKeyIdentifier": "Bearer"
30443039
},
30453040
"request": {
3046-
"httpMethod": "Get",
30473041
"apiEndpoint": "wss://logstream.proofpoint.com:443/v1/stream",
30483042
"queryParameters": {
30493043
"cid": "[[parameters('clusterId')]",
30503044
"type": "maillog"
30513045
},
30523046
"rateLimitQPS": 20,
30533047
"retryCount": 2,
3054-
"timeoutInSeconds": 180,
3055-
"logResponseContent": true,
3056-
"websocket": {
3057-
"enabled": true,
3058-
"keepAlive": {
3059-
"enabled": true,
3060-
"intervalInSeconds": 120,
3061-
"message": "ping"
3062-
}
3063-
}
3048+
"logResponseContent": true
3049+
},
3050+
"connectionConfiguration": {
3051+
"websocketEnabled": true,
3052+
"keepAliveInterval": 60,
3053+
"keepAliveMessage": "ping"
30643054
},
30653055
"response": {
30663056
"eventsJsonPaths": [

Solutions/Proofpoint On demand(POD) Email Security/ReleaseNotes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
22
|-------------|--------------------------------|------------------------------------------------------|
3+
| 3.1.2 | 08-12-2025 | Update **ProofpointPOD_PollingConfig.json**. to remove start and end time query params|
34
| 3.1.1 | 03-11-2025 | Update support url in **SolutionMetadata.json**.|
45
| 3.1.0 | 31-07-2025 | Updated Support details and publisherId in **SolutionMetadata.json**, updated Author details and Logo in **Solution_ProofPointPOD.json** from Microsoft to Proofpoint.|
56
| 3.0.5 | 28-07-2025 | Removed Deprecated **Data Connector**. |

0 commit comments

Comments
 (0)