You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/akamai-cpc-source.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,6 @@ Akamai Client-Side Protection and Compliance (CPC) is a security solution design
24
24
| :--- | :--- |
25
25
| 12 hours | CPC-Configs |
26
26
| 5 minutes | CPC-Alerts |
27
-
| 5 minutes | CPC-Alerts Details |
28
27
29
28
## Setup
30
29
@@ -52,12 +51,12 @@ To configure an Akamai CPC Source:
52
51
1.**Client Secret**. Enter the Client secret value collected from the Akamai platform.
53
52
1.**Access Token**. Enter the Access token value collected from the Akamai platform.
54
53
1.**API Host Name**. Enter the API Host Name value collected from the Akamai platform.
55
-
1.**Collect Alert Logs**. Select this checkbox to collect the alert logs from the Akamai platform.
54
+
1.(Optional) **Collect Alert Logs**. Select this checkbox to collect the alert logs from the Akamai platform.
56
55
1. (Optional) **Supported Severity Level**. Select the severity of the alert logs from the dropdown.
57
56
1. (Optional) **Supported Alert Type**. Select the type of alerts from the dropdown.
58
57
1. (Optional) **Supported Alert Status**. Select the status of the alerts from the dropdown.
59
-
1.**Collect Alert Details**. Select this checkbox to collect the alert details from the Akamai platform.
60
-
1. The **Polling Interval** is set to12 hours by default, you can adjust it based on your needs.
58
+
1.(Optional) **Collect Alert Details**. Select this checkbox to collect the alert details from the Akamai platform.
59
+
1. The **CPC Configs Polling Interval** is set to 12 hours by default, you can adjust it based on your needs.
61
60
1. (Optional) **Processing Rules for Logs**. Configure any desired filters, such as allowlist, denylist, hash, or mask, as described in [Create a Processing Rule](/docs/send-data/collection/processing-rules/create-processing-rule).
62
61
1. When you are finished configuring the Source, click **Save**.
63
62
@@ -82,7 +81,7 @@ Sources can be configured using UTF-8 encoded JSON files with the Collector Ma
82
81
| clientToken | String | Yes |`null`| A unique identifier used to authenticate API requests. ||
83
82
| clientSecret | String | Yes |`null`| User account secret which will be used in authentication. ||
84
83
| accessToken | String | Yes |`null`| Token granting access to the Akamai CPC API on behalf of a client. ||
85
-
|hostName| String | Yes |`null`| The base URL of the Akamai API endpoint used to interact with CPC services. ||
84
+
|akamaiHostName| String | Yes |`null`| The base URL of the Akamai API endpoint used to interact with CPC services. ||
86
85
| collectAlertsLogs | Boolean | No |`null`| Specify if we need to collect the alert logs. ||
87
86
| severityLevel | String Array | No |`null`| Specify the alert logs severity ||
88
87
| alertType | String Array | No |`null`| Specify the type of alerts. ||
0 commit comments