Skip to content

Commit 6596cc5

Browse files
authored
Merge branch 'main' into docs-72-cloud-siem-rule-limits
2 parents 8c67d34 + 9258e9c commit 6596cc5

File tree

9 files changed

+993
-529
lines changed

9 files changed

+993
-529
lines changed

blog-service/2025-06-16-apps-2.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Snyk (Apps)
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
keywords:
5+
- apps
6+
- snyk
7+
hide_table_of_contents: true
8+
---
9+
10+
import useBaseUrl from '@docusaurus/useBaseUrl';
11+
12+
We're excited to introduce the new Snyk app for Sumo Logic. This app enables you to gain real-time visibility into security vulnerabilities across your software projects and dependencies. This app also helps security and DevOps teams track risk exposure, prioritize remediation, and maintain a strong security posture. [Learn more](/docs/integrations/webhooks/snyk).

blog-service/2025-06-16-apps.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
---
2+
title: AWS CloudTrail Updates (Apps)
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
keywords:
5+
- apps
6+
- aws-cloudtrail
7+
hide_table_of_contents: true
8+
---
9+
10+
import useBaseUrl from '@docusaurus/useBaseUrl';
11+
12+
AWS is streamlining [CloudTrail](https://aws.amazon.com/cloudtrail/) events for [IAM Identity Center](https://aws.amazon.com/iam/identity-center/) to retain only the essential fields needed for audit and incident response workflows. These changes improve user identification and integration with directories like Okta and Microsoft Active Directory, and do not impact CloudTrail events from other AWS services.
13+
14+
To support this update, Sumo Logic has revised several AWS apps and Cloud SIEM parsers. If you use CloudTrail data in saved searches, dashboards, or detection rules, you may need to reinstall affected apps or update custom content before AWS enforces the changes on July 14, 2025.
15+
16+
To learn more, see [Important changes to CloudTrail events for AWS IAM Identity Center](https://aws.amazon.com/blogs/security/modifications-to-aws-cloudtrail-event-data-of-iam-identity-center/).
17+
18+
### Impact following the AWS CloudTrail updates
19+
20+
AWS is updating CloudTrail events for IAM Identity Center, affecting how user identity data is structured. So, if you are using the updated fields in your Cloud SIEM content or across the Sumo Logic platform, you need to update any saved queries, dashboards, or detection rules to reflect these changes and ensure continued functionality.
21+
22+
Key actions required while updating the AWS CloudTrail include:
23+
- Sumo Logic provided apps must be manually reinstalled to incorporate the updated event field mappings.
24+
- Cloud SIEM parsers have auto-updated and require no customer intervention.
25+
26+
### Action plan for Sumo Logic users
27+
28+
#### Step 1: Reinstall the relevant Sumo Logic apps
29+
30+
If you're using any of the following apps that consume CloudTrail data, you must reinstall them:
31+
- [Amazon CloudTrail – Cloud Security Monitoring and Analytics](/docs/integrations/cloud-security-monitoring-analytics/aws-cloudtrail/)
32+
- [AWS CloudTrail](/docs/integrations/amazon-aws/cloudtrail/)
33+
- [CIS AWS Foundations Benchmark](/docs/integrations/amazon-aws/cis-aws-foundations-benchmark/)
34+
- [PCI Compliance for AWS CloudTrail](/docs/integrations/amazon-aws/cloudtrail-pci-compliance/)
35+
- [Threat Intel for AWS](/docs/integrations/amazon-aws/threat-intel/)
36+
- [Cloud Infrastructure Security for AWS](/docs/security/additional-security-features/cloud-infrastructure-security/cloud-infrastructure-security-for-aws/)
37+
38+
To reinstall any of the above apps, follow the steps below:
39+
40+
1. Navigate to the **App Catalog**.
41+
1. Search for the relevant app.
42+
1. Install to deploy updated content under a new folder.
43+
44+
:::info
45+
These are Classic apps (V1), and reinstalling them will create a new folder in your Content Library with updated dashboards.
46+
:::
47+
48+
#### Step 2: Update the custom saved searches and dashboards
49+
50+
If you’ve created custom content based on CloudTrail fields, manual field updates as given below will be required to accommodate the new schema:
51+
- Move the `userName` field from the `userIdentity` element to the `additionalEventData` element.
52+
- Remove the `principalId` field from the schema.
53+
- Move the `userId`, `identityStoreArn`, and `credentialId` fields to the `userIdentity` element.
54+
55+
For more information on field changes, see [AWS Security Blog](https://aws.amazon.com/blogs/security/modifications-to-aws-cloudtrail-event-data-of-iam-identity-center/#:~:text=How%20to%20prepare%20your%20workflows%20for%20the%20upcoming%20changes%20to%20IAM%20Identity%20Center%20user%20identification%20in%20CloudTrail).
56+
57+
:::note
58+
AWS plans to implement these enhancements on [July 14, 2025](https://aws.amazon.com/blogs/security/modifications-to-aws-cloudtrail-event-data-of-iam-identity-center/#:~:text=Effective%20July%2014%2C%202025).
59+
60+
Sumo Logic apps are backward-compatible, allowing you to update the apps ahead of time. For any custom content outside of Sumo Logic’s apps or parsers, ensure your changes are backward compatible and deploy updates before July 14, 2025.
61+
:::
62+
63+
### FAQ
64+
65+
#### What happens if I don’t update my applications or searches?
66+
67+
Failure to update your apps, saved searches, or dashboards will result in user-related fields not being parsed correctly. Consequently, visualizations and panels relying on those fields will appear empty or display inaccurate data.

cid-redirects.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1622,6 +1622,7 @@
16221622
"/cid/10209": "/docs/integrations/security-threat-detection/cisco-meraki",
16231623
"/cid/10210": "/docs/integrations/saas-cloud/proofpoint-tap",
16241624
"/cid/10202": "/docs/integrations/saas-cloud/mimecast",
1625+
"/cid/12222": "/docs/integrations/webhooks/snyk",
16251626
"/cid/1119": "/docs/integrations/saas-cloud/druva",
16261627
"/cid/10191": "/docs/integrations/saas-cloud/akamai-datastream",
16271628
"/cid/10194": "/docs/integrations/saas-cloud/proofpoint-on-demand",

docs/integrations/product-list/product-list-m-z.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ For descriptions of the different types of integrations Sumo Logic offers, see [
144144
| <img src={useBaseUrl('img/send-data/smartsheet.png')} alt="Thumbnail icon" width="50"/> | [Smartsheet](https://www.smartsheet.com/) | Collector: [Smartsheet Source](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/smartsheet-source) |
145145
| <img src={useBaseUrl('img/integrations/misc/snare-logo.png')} alt="Thumbnail icon" width="75"/> | [Snare](https://www.snaresolutions.com/) | Cloud SIEM integration: [Intersect Alliance](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/005c835d-f067-4147-9da9-fe4d2691247e.md) |
146146
| <img src={useBaseUrl('img/integrations/misc/snowflake-logo.png')} alt="Thumbnail icon" width="100"/> | [Snowflake](https://www.snowflake.com/en/) | Cloud SIEM integration: [Snowflake](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/5541f59d-e27d-48e6-a35c-34fb75e9cf13.md) <br/>Collector: <br/>- [Snowflake Logs](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/snowflake-logs-source) <br/>- [Snowflake SQL API Source](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/snowflake-sql-api-source) |
147-
| <img src={useBaseUrl('img/platform-services/automation-service/app-central/logos/snyk.png')} alt="Thumbnail icon" width="75"/> | [Snyk](https://snyk.io/) | Automation integration: [Snyk](/docs/platform-services/automation-service/app-central/integrations/snyk/) |
147+
| <img src={useBaseUrl('img/platform-services/automation-service/app-central/logos/snyk.png')} alt="Thumbnail icon" width="75"/> | [Snyk](https://snyk.io/) | App: [Snyk](/docs/integrations/webhooks/snyk) <br/> Automation integration: [Snyk](/docs/platform-services/automation-service/app-central/integrations/snyk/) |
148148
| <img src={useBaseUrl('img/platform-services/automation-service/app-central/logos/socradar.png')} alt="Thumbnail icon" width="75"/> | [SOCRadar](https://socradar.io/) | Automation integration: [SOCRadar](/docs/platform-services/automation-service/app-central/integrations/socradar/) |
149149
| <img src={useBaseUrl('img/platform-services/automation-service/app-central/logos/sonicwall.png')} alt="Thumbnail icon" width="75"/> | [SonicWall](https://www.sonicwall.com/) | Automation integration: [SonicWall](/docs/platform-services/automation-service/app-central/integrations/sonicwall/) |
150150
| <img src={useBaseUrl('img/send-data/sophos.jpeg')} alt="Thumbnail icon" width="50"/> | [Sophos](https://www.sophos.com/en-us) | Automation integrations: <br/>- [Sophos Central](/docs/platform-services/automation-service/app-central/integrations/sophos-central/) <br/>- [Sophos Central V3](/docs/platform-services/automation-service/app-central/integrations/sophos-central-v3/) <br/> Apps: <br/>- [Sophos](/docs/integrations/saas-cloud/sophos/) <br/>Cloud SIEM integration: [Sophos](https://github.com/SumoLogic/cloud-siem-content-catalog/blob/master/vendors/dc8564e3-6c44-463a-8bad-36618a688d57.md) <br/>Collector: [Sophos Central Source](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/sophos-central-source/) <br/>Community app: [Sumo Logic for Sophos Central](https://github.com/SumoLogic/sumologic-content/tree/master/Sophos/Sophos-Central) |

0 commit comments

Comments
 (0)