Skip to content

Commit d064689

Browse files
committed
minor fix (Priyansh Comments)
1 parent f4055cb commit d064689

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/akamai-cpc-source.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Akamai Client-Side Protection and Compliance (CPC) is a security solution design
2424
| :--- | :--- |
2525
| 12 hours | CPC-Configs |
2626
| 5 minutes | CPC-Alerts |
27-
| 5 minutes | CPC-Alerts Details |
2827

2928
## Setup
3029

@@ -52,12 +51,12 @@ To configure an Akamai CPC Source:
5251
1. **Client Secret**. Enter the Client secret value collected from the Akamai platform.
5352
1. **Access Token**. Enter the Access token value collected from the Akamai platform.
5453
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.
5655
1. (Optional) **Supported Severity Level**. Select the severity of the alert logs from the dropdown.
5756
1. (Optional) **Supported Alert Type**. Select the type of alerts from the dropdown.
5857
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.
6160
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).
6261
1. When you are finished configuring the Source, click **Save**.
6362

@@ -82,7 +81,7 @@ Sources can be configured using UTF-8 encoded JSON files with the Collector Ma
8281
| clientToken | String | Yes | `null` | A unique identifier used to authenticate API requests. | |
8382
| clientSecret | String | Yes | `null` | User account secret which will be used in authentication. | |
8483
| 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. | |
8685
| collectAlertsLogs | Boolean | No | `null` | Specify if we need to collect the alert logs. | |
8786
| severityLevel | String Array | No | `null` | Specify the alert logs severity | |
8887
| alertType | String Array | No | `null` | Specify the type of alerts. | |

0 commit comments

Comments
 (0)