From 75ed68432014e316dc671e0e373d379ce512186a Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Thu, 8 May 2025 18:28:16 +0530 Subject: [PATCH 1/7] Akamai CPC C2C docs --- blog-service/2025-05-09-collection.md | 12 ++ cid-redirects.json | 1 + .../akamai-cpc-source.md | 111 ++++++++++++++++++ .../index.md | 6 + sidebars.ts | 1 + static/files/c2c/akamai-cpc/example.json | 30 +++++ static/files/c2c/akamai-cpc/example.tf | 31 +++++ 7 files changed, 192 insertions(+) create mode 100644 blog-service/2025-05-09-collection.md create mode 100644 docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/akamai-cpc-source.md create mode 100644 static/files/c2c/akamai-cpc/example.json create mode 100644 static/files/c2c/akamai-cpc/example.tf diff --git a/blog-service/2025-05-09-collection.md b/blog-service/2025-05-09-collection.md new file mode 100644 index 0000000000..c13fdd253c --- /dev/null +++ b/blog-service/2025-05-09-collection.md @@ -0,0 +1,12 @@ +--- +title: Akamai CPC Source (Collection) +image: https://help.sumologic.com/img/sumo-square.png +keywords: + - c2c + - akamai-cpc-source +hide_table_of_contents: true +--- + +import useBaseUrl from '@docusaurus/useBaseUrl'; + +We're excited to announce the release of our new cloud-to-cloud source for Akamai CPC. This source aims to collect CPC-Configs, CPC-Alerts, and CPC-Alert Details data from the Akamai platform and send them to Sumo Logic for streamlined analysis. [Learn more](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/akamai-cpc-source). \ No newline at end of file diff --git a/cid-redirects.json b/cid-redirects.json index 61f42aa891..43f8ca499d 100644 --- a/cid-redirects.json +++ b/cid-redirects.json @@ -1658,6 +1658,7 @@ "/cid/10126": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/trust-login-source", "/cid/10128": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/vmware-workspace-one-source", "/cid/10129": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/dragos-source", + "/cid/10731": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/akamai-cpc-source", "/cid/10135": "/docs/manage/manage-subscription/create-and-manage-orgs/manage-org-settings", "/cid/10136": "/docs/send-data/hosted-collectors/amazon-aws/aws-kinesis-firehose-logs-source", "/cid/10234": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/trellix-mvisio-epo-source", diff --git a/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/akamai-cpc-source.md b/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/akamai-cpc-source.md new file mode 100644 index 0000000000..a56dd62be3 --- /dev/null +++ b/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/akamai-cpc-source.md @@ -0,0 +1,111 @@ +--- +id: akamai-cpc-source +title: Akamai CPC Source +sidebar_label: Akamai CPC +tags: + - cloud-to-cloud + - akamai-cpc +description: Learn how to fetch CPC-Configs, CPC-Alerts, and CPC-Alert Details from the Akamai platform and send it to Sumo Logic. +--- + +import CodeBlock from '@theme/CodeBlock'; +import ExampleJSON from '/files/c2c/akamai-cpc/example.json'; +import MyComponentSource from '!!raw-loader!/files/c2c/akamai-cpc/example.json'; +import TerraformExample from '!!raw-loader!/files/c2c/akamai-cpc/example.tf'; +import useBaseUrl from '@docusaurus/useBaseUrl'; + +Thumbnail icon + +Akamai Client-Side Protection and Compliance (CPC) is a security solution designed to monitor and protect against client-side threats such as JavaScript-based data skimming and formjacking. It provides visibility into third-party script behavior and enforces security policies to ensure compliance with data protection standards. + +## Data collected + +| Polling Interval | Data | +| :--- | :--- | +| 12 hours | CPC-Configs | +| 5 min | CPC-Alerts | +| 12 hours | CPC-Alerts Details | + +## Setup + +### Vendor configuration + +You'll need a **Host Name**, **Client Token**, **Client Secret**, and **Access Token**. To generate these, follow these steps: + +- **Host Name**. The Akamai API base URL used to sending authenticated requests. +- Refer to the [Akamai Documentation](https://techdocs.akamai.com/developer/docs/set-up-authentication-credentials) to generate **Client Token**, **Client Secret**, and **Access Token**. + +### Source configuration + +When you create an Akamai CPC Source, you add it to a Hosted Collector. Before creating the Source, identify the Hosted Collector you want to use or create a new Hosted Collector. For instructions, see [Configure a Hosted Collector](/docs/send-data/hosted-collectors/configure-hosted-collector). + +To configure an Akamai CPC Source: +1. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Manage Data > Collection > Collection**.
[**New UI**](/docs/get-started/sumo-logic-ui). In the Sumo Logic top menu select **Configuration**, and then under **Data Collection** select **Collection**. You can also click the **Go To...** menu at the top of the screen and select **Collection**. +1. On the Collection page, click **Add Source** next to a Hosted Collector. +1. Search for and select **Akamai CPC**. +1. Enter a **Name** for the Source. The description is optional. +1. (Optional) For **Source Category**, enter any string to tag the output collected from the Source. Category metadata is stored in a searchable field called `_sourceCategory`. +1. (Optional) **Fields.** Click the **+Add Field** link to define the fields you want to associate. Each field needs a name (key) and value. + * ![green check circle.png](/img/reuse/green-check-circle.png) A green circle with a checkmark is shown when the field exists in the Fields table schema. + * ![orange exclamation point.png](/img/reuse/orange-exclamation-point.png) An orange triangle with an exclamation point is shown when the field doesn't exist in the Fields table schema. In this case, an option to automatically add the nonexistent fields to the Fields table schema is provided. If a field is sent to Sumo Logic that does not exist in the Fields schema it is ignored (i.e., dropped). +1. **Client Token**. Enter the Client token value collected from the Akamai platform. +1. **Client Secret**. Enter the Client secret value collected from the Akamai platform. +1. **Access Token**. Enter the Access token value collected from the Akamai platform. +1. **API Host Name**. Enter the API Host Name value collected from the Akamai platform. +1. **Collect Alert Logs**. Select this checkbox to collect the alert logs from the Akamai platform. + 1. (Optional) **Supported Severity Level**. Select the severity of the alert logs from the dropdown. + 1. (Optional) **Supported Alert Type**. Select the type of alerts from the dropdown. + 1. (Optional) **Supported Alert Status**. Select the status of the alerts from the dropdown. +1. **Collect Alert Details**. Select this checkbox to collect the alert details from the Akamai platform. +1. The **Polling Interval** is set to12 hours by default, you can adjust it based on your needs. +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). +1. When you are finished configuring the Source, click **Save**. + +## JSON configuration + +Sources can be configured using UTF-8 encoded JSON files with the Collector Management API. See [how to use JSON to configure Sources](/docs/send-data/use-json-configure-sources) for details. + +| Parameter | Type | Value | Required | Description | +|:--|:--|:--|:--|:--| +| schemaRef | JSON Object | `{"type":"Akamai CPC"}` | Yes | Define the specific schema type. | +| sourceType | String | `"Universal"` | Yes | Type of source. | +| config | JSON Object | [Configuration object](#configuration-object) | Yes | Source type specific values. | + +### Configuration Object + +| Parameter | Type | Required | Default | Description | Example | +|:---|:---|:---|:---|:---|:---| +| name | String | Yes | `null` | Type a desired name of the source. The name must be unique per Collector. This value is assigned to the [metadata](/docs/search/get-started-with-search/search-basics/built-in-metadata) field `_source`. | `"mySource"` | +| description | String | No | `null` | Type a description of the source. | `"Testing source"` | +| category | String | No | `null` | Type a category of the source. This value is assigned to the [metadata](/docs/search/get-started-with-search/search-basics/built-in-metadata) field `_sourceCategory`. See [best practices](/docs/send-data/best-practices) for details. | `"mySource/test"` +| fields | JSON Object | No | `null` | JSON map of key-value fields (metadata) to apply to the Collector or Source. Use the boolean field `_siemForward` to enable forwarding to SIEM.|`{"_siemForward": false, "fieldA": "valueA"}` | +| clientToken | String | Yes | `null` | A unique identifier used to authenticate API requests. | | +| clientSecret | String | Yes | `null` | User account secret which will be used in authentication. | | +| accessToken | String | Yes | `null` | Token granting access to the Akamai CPC API on behalf of a client. | | +| hostName | String | Yes | `null` | The base URL of the Akamai API endpoint used to interact with CPC services. | | +| collectAlertsLogs | Boolean | No | `null` | Specify if we need to collect the alert logs. | | +| severityLevel | String Array | No | `null` | Specify the alert logs severity | | +| alertType | String Array | No | `null` | Specify the type of alerts. | | +| alertStatus | String Array | No | `null` | Specify the status of the alerts. | | +| pollingIntervalAlertsMin | Integer | No | `5 minutes` | Time interval (in minutes) after which the source will check for new data.
**Minimum**: 5 minutes
**Maximum**: 60 minutes | | +| collectAlertDetails | Boolean | No | `false` | Specify if we need to collect the alert details. | | +| pollingIntervalCPCConfigsHrs | Integer | Yes | `12 hours` | Time interval (in minutes) after which the source will check for new data.
**Minimum**: 1 hour
**Maximum**: 24 hours | | + + +### JSON example + +{MyComponentSource} + +Download example + +### Terraform example + +{TerraformExample} + +Download example + +## FAQ + +:::info +Click [here](/docs/c2c/info) for more information about Cloud-to-Cloud sources. +::: diff --git a/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/index.md b/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/index.md index 4b2ba8e0bf..a79c7f1c69 100644 --- a/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/index.md +++ b/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/index.md @@ -78,6 +78,12 @@ In this section, we'll introduce the following concepts:

Airtable Source helps to retrieve Airtable audit logs into the Sumo Logic environment.

+
+
+ icon

Akamai CPC Source

+

Learn to fetch CPC-Configs, CPC-Alerts, and CPC-Alert Details from the Akamai platform.

+
+
Thumbnail icon

Akamai SIEM API

diff --git a/sidebars.ts b/sidebars.ts index 277c8c48ee..bc71d82cfb 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -429,6 +429,7 @@ module.exports = { 'send-data/hosted-collectors/cloud-to-cloud-integration-framework/1password-source', 'send-data/hosted-collectors/cloud-to-cloud-integration-framework/abnormal-security-source', 'send-data/hosted-collectors/cloud-to-cloud-integration-framework/airtable-source', + 'send-data/hosted-collectors/cloud-to-cloud-integration-framework/akamai-cpc-source', 'send-data/hosted-collectors/cloud-to-cloud-integration-framework/akamai-siem-api-source', 'send-data/hosted-collectors/cloud-to-cloud-integration-framework/armis-api-source', 'send-data/hosted-collectors/cloud-to-cloud-integration-framework/asana-source', diff --git a/static/files/c2c/akamai-cpc/example.json b/static/files/c2c/akamai-cpc/example.json new file mode 100644 index 0000000000..516e0c46e1 --- /dev/null +++ b/static/files/c2c/akamai-cpc/example.json @@ -0,0 +1,30 @@ +{ + "api.version": "v1", + "source": { + "config": { + "name": "c2c-Akamai CPC", + "clientToken":"akab-ctfkqxxxxxxa3quph-xxxxxx", + "clientSecret":"IyVVIdYgBfxxxxxbToZMGGaxxxxxxxxxxM", + "accessToken":"akabxxxxxx4ke52-xxxxxxxx5efol", + "hostName":"abcde-efgx-xxxxxx.net", + "collectAlertsLogs": true, + "pollingIntervalAlertsMin": 5, + "collectAlertDetails": true, + "severityLevel": [ + "HIGH", + "MEDIUM" + ], +"alertType": [ + "SUSPICIOUS_SCRIPT_ACTIVITY_EG_CPC_ALERT" + ], + "alertStatus": [ + "OPEN" + ], + "pollingIntervalCPCConfigsHrs":12 + }, + "schemaRef": { + "type": "Akamai CPC" + }, + "sourceType": "Universal" + } +} diff --git a/static/files/c2c/akamai-cpc/example.tf b/static/files/c2c/akamai-cpc/example.tf new file mode 100644 index 0000000000..c1c63dfa4c --- /dev/null +++ b/static/files/c2c/akamai-cpc/example.tf @@ -0,0 +1,31 @@ +resource "sumologic_cloud_to_cloud_source" "akamai-cpc-source" { + collector_id = sumologic_collector.collector.id + schema_ref = { + type = "Akamai CPC" + } + config = jsonencode({ + "name": "c2c-Akamai CPC", + "clientToken":"akab-ctfkqxxxxxxa3quph-xxxxxx", + "clientSecret":"IyVVIdYgBfxxxxxbToZMGGaxxxxxxxxxxM", + "accessToken":"akabxxxxxx4ke52-xxxxxxxx5efol", + "hostName":"abcde-efgx-xxxxxx.net", + "collectAlertsLogs": true, + "pollingIntervalAlertsMin": 5, + "collectAlertDetails": true, + "severityLevel": [ + "HIGH", + "MEDIUM" + ], + "alertType": [ + "SUSPICIOUS_SCRIPT_ACTIVITY_EG_CPC_ALERT" + ], + "alertStatus": [ + "OPEN" + ], + "pollingIntervalCPCConfigsHrs":12 + }) +} +resource "sumologic_collector" "collector" { + name = "my-collector" + description = "Just testing this" +} \ No newline at end of file From f4055cb54391354f7672da12f7ebb57ae6bbf8cb Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Thu, 8 May 2025 18:30:50 +0530 Subject: [PATCH 2/7] minor fix --- .../cloud-to-cloud-integration-framework/akamai-cpc-source.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/akamai-cpc-source.md b/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/akamai-cpc-source.md index a56dd62be3..51a8ca8e98 100644 --- a/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/akamai-cpc-source.md +++ b/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/akamai-cpc-source.md @@ -23,8 +23,8 @@ Akamai Client-Side Protection and Compliance (CPC) is a security solution design | Polling Interval | Data | | :--- | :--- | | 12 hours | CPC-Configs | -| 5 min | CPC-Alerts | -| 12 hours | CPC-Alerts Details | +| 5 minutes | CPC-Alerts | +| 5 minutes | CPC-Alerts Details | ## Setup From d0646899607b3778399c68880e1a86765e16a1e3 Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Thu, 8 May 2025 19:12:38 +0530 Subject: [PATCH 3/7] minor fix (Priyansh Comments) --- .../akamai-cpc-source.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/akamai-cpc-source.md b/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/akamai-cpc-source.md index 51a8ca8e98..e51090374a 100644 --- a/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/akamai-cpc-source.md +++ b/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/akamai-cpc-source.md @@ -24,7 +24,6 @@ Akamai Client-Side Protection and Compliance (CPC) is a security solution design | :--- | :--- | | 12 hours | CPC-Configs | | 5 minutes | CPC-Alerts | -| 5 minutes | CPC-Alerts Details | ## Setup @@ -52,12 +51,12 @@ To configure an Akamai CPC Source: 1. **Client Secret**. Enter the Client secret value collected from the Akamai platform. 1. **Access Token**. Enter the Access token value collected from the Akamai platform. 1. **API Host Name**. Enter the API Host Name value collected from the Akamai platform. -1. **Collect Alert Logs**. Select this checkbox to collect the alert logs from the Akamai platform. +1. (Optional) **Collect Alert Logs**. Select this checkbox to collect the alert logs from the Akamai platform. 1. (Optional) **Supported Severity Level**. Select the severity of the alert logs from the dropdown. 1. (Optional) **Supported Alert Type**. Select the type of alerts from the dropdown. 1. (Optional) **Supported Alert Status**. Select the status of the alerts from the dropdown. -1. **Collect Alert Details**. Select this checkbox to collect the alert details from the Akamai platform. -1. The **Polling Interval** is set to12 hours by default, you can adjust it based on your needs. +1. (Optional) **Collect Alert Details**. Select this checkbox to collect the alert details from the Akamai platform. +1. The **CPC Configs Polling Interval** is set to 12 hours by default, you can adjust it based on your needs. 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). 1. When you are finished configuring the Source, click **Save**. @@ -82,7 +81,7 @@ Sources can be configured using UTF-8 encoded JSON files with the Collector Ma | clientToken | String | Yes | `null` | A unique identifier used to authenticate API requests. | | | clientSecret | String | Yes | `null` | User account secret which will be used in authentication. | | | accessToken | String | Yes | `null` | Token granting access to the Akamai CPC API on behalf of a client. | | -| hostName | String | Yes | `null` | The base URL of the Akamai API endpoint used to interact with CPC services. | | +| akamaiHostName | String | Yes | `null` | The base URL of the Akamai API endpoint used to interact with CPC services. | | | collectAlertsLogs | Boolean | No | `null` | Specify if we need to collect the alert logs. | | | severityLevel | String Array | No | `null` | Specify the alert logs severity | | | alertType | String Array | No | `null` | Specify the type of alerts. | | From 3b0b1ae74db85b07de50cc41ce998f3a42429a9b Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Tue, 13 May 2025 12:41:47 +0530 Subject: [PATCH 4/7] Update docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/akamai-cpc-source.md Co-authored-by: John Pipkin (Sumo Logic) --- .../cloud-to-cloud-integration-framework/akamai-cpc-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/akamai-cpc-source.md b/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/akamai-cpc-source.md index e51090374a..7a88cf59d1 100644 --- a/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/akamai-cpc-source.md +++ b/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/akamai-cpc-source.md @@ -46,7 +46,7 @@ To configure an Akamai CPC Source: 1. (Optional) For **Source Category**, enter any string to tag the output collected from the Source. Category metadata is stored in a searchable field called `_sourceCategory`. 1. (Optional) **Fields.** Click the **+Add Field** link to define the fields you want to associate. Each field needs a name (key) and value. * ![green check circle.png](/img/reuse/green-check-circle.png) A green circle with a checkmark is shown when the field exists in the Fields table schema. - * ![orange exclamation point.png](/img/reuse/orange-exclamation-point.png) An orange triangle with an exclamation point is shown when the field doesn't exist in the Fields table schema. In this case, an option to automatically add the nonexistent fields to the Fields table schema is provided. If a field is sent to Sumo Logic that does not exist in the Fields schema it is ignored (i.e., dropped). + * ![orange exclamation point.png](/img/reuse/orange-exclamation-point.png) An orange triangle with an exclamation point is shown when the field doesn't exist in the Fields table schema. In this case, an option to automatically add the nonexistent fields to the Fields table schema is provided. If a field is sent to Sumo Logic that does not exist in the Fields schema it is ignored (that is, dropped). 1. **Client Token**. Enter the Client token value collected from the Akamai platform. 1. **Client Secret**. Enter the Client secret value collected from the Akamai platform. 1. **Access Token**. Enter the Access token value collected from the Akamai platform. From 9226e9ef765666c2ca05c7adb83adb07542ed262 Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Tue, 13 May 2025 12:41:55 +0530 Subject: [PATCH 5/7] Update docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/akamai-cpc-source.md Co-authored-by: John Pipkin (Sumo Logic) --- .../cloud-to-cloud-integration-framework/akamai-cpc-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/akamai-cpc-source.md b/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/akamai-cpc-source.md index 7a88cf59d1..ec80934b20 100644 --- a/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/akamai-cpc-source.md +++ b/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/akamai-cpc-source.md @@ -62,7 +62,7 @@ To configure an Akamai CPC Source: ## JSON configuration -Sources can be configured using UTF-8 encoded JSON files with the Collector Management API. See [how to use JSON to configure Sources](/docs/send-data/use-json-configure-sources) for details. +Sources can be configured using UTF-8 encoded JSON files with the Collector Management API. See [Use JSON to Configure Sources](/docs/send-data/use-json-configure-sources) for details. | Parameter | Type | Value | Required | Description | |:--|:--|:--|:--|:--| From 071b8df05fca2e426b40582e4c89473d3ead7018 Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Tue, 13 May 2025 12:44:29 +0530 Subject: [PATCH 6/7] C2C details added to the product list --- docs/integrations/product-list/product-list-a-l.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/product-list/product-list-a-l.md b/docs/integrations/product-list/product-list-a-l.md index f88265ce45..5a8efe8b6b 100644 --- a/docs/integrations/product-list/product-list-a-l.md +++ b/docs/integrations/product-list/product-list-a-l.md @@ -22,7 +22,7 @@ For descriptions of the different types of integrations Sumo Logic offers, see [ | Thumbnail icon | [ActiveMQ](https://activemq.apache.org/) | Apps:
- [ActiveMQ](/docs/integrations/containers-orchestration/activemq/)
- [ActiveMQ - OpenTelemetry](/docs/integrations/containers-orchestration/opentelemetry/activemq-opentelemetry/) | | Thumbnail icon | [Adaxes](https://www.adaxes.com/) | Cloud SIEM integration: [Adaxes](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/87fd53e1-0bfd-4e53-9979-4fb6ec196cc2.md) | | Thumbnail icon | [Airtable](https://www.airtable.com/) | App: [Airtable](/docs/integrations/saas-cloud/airtable/)
Automation integration: [Airtable](/docs/platform-services/automation-service/app-central/integrations/airtable/)
Cloud SIEM integration: [Airtable](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/38db1e35-cb46-4a49-ae8c-b6f766ff5378.md)
Collector: [Airtable Source](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/airtable-source/) | -| Thumbnail icon | [Akamai](https://www.akamai.com/) | Apps:
- [Akamai Cloud Monitor](/docs/integrations/saas-cloud/akamai-cloud-monitor/)
- [Akamai DataStream](/docs/integrations/saas-cloud/akamai-datastream/)
- [Akamai Security Events](/docs/integrations/security-threat-detection/akamai-security-events/)
Cloud SIEM integration: [Akamai](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/47292522-c7f4-4c0e-9ab5-4426c0215be3.md)
Collector: [Akamai SIEM API Source](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/akamai-siem-api-source/) | +| Thumbnail icon | [Akamai](https://www.akamai.com/) | Apps:
- [Akamai Cloud Monitor](/docs/integrations/saas-cloud/akamai-cloud-monitor/)
- [Akamai DataStream](/docs/integrations/saas-cloud/akamai-datastream/)
- [Akamai Security Events](/docs/integrations/security-threat-detection/akamai-security-events/)
Cloud SIEM integration: [Akamai](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/47292522-c7f4-4c0e-9ab5-4426c0215be3.md)
Collector: [Akamai CPC](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/akamai-cpc-source)
[Akamai SIEM API Source](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/akamai-siem-api-source/) | | Thumbnail icon | [Akenza](https://akenza.io/) | Automation integration: [Akenza](/docs/platform-services/automation-service/app-central/integrations/akenza/) | | Thumbnail icon | [Alert Logic](https://www.alertlogic.com/) | App: [Alert Logic](/docs/integrations/security-threat-detection/alert-logic/) | | Thumbnail icon | [Alibaba Cloud](https://www.alibabacloud.com/) | Cloud SIEM integration: [Alibaba](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/d7de27e2-7680-48a0-96aa-1c26cf8d1ca4.md) | From 0429f1b0c12ef970965f58bb540342e505f6d42d Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Fri, 16 May 2025 14:47:43 +0530 Subject: [PATCH 7/7] Rename 2025-05-09-collection.md to 2025-05-16-collection.md --- .../{2025-05-09-collection.md => 2025-05-16-collection.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename blog-service/{2025-05-09-collection.md => 2025-05-16-collection.md} (94%) diff --git a/blog-service/2025-05-09-collection.md b/blog-service/2025-05-16-collection.md similarity index 94% rename from blog-service/2025-05-09-collection.md rename to blog-service/2025-05-16-collection.md index c13fdd253c..f285807038 100644 --- a/blog-service/2025-05-09-collection.md +++ b/blog-service/2025-05-16-collection.md @@ -9,4 +9,4 @@ hide_table_of_contents: true import useBaseUrl from '@docusaurus/useBaseUrl'; -We're excited to announce the release of our new cloud-to-cloud source for Akamai CPC. This source aims to collect CPC-Configs, CPC-Alerts, and CPC-Alert Details data from the Akamai platform and send them to Sumo Logic for streamlined analysis. [Learn more](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/akamai-cpc-source). \ No newline at end of file +We're excited to announce the release of our new cloud-to-cloud source for Akamai CPC. This source aims to collect CPC-Configs, CPC-Alerts, and CPC-Alert Details data from the Akamai platform and send them to Sumo Logic for streamlined analysis. [Learn more](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/akamai-cpc-source).