Skip to content

Commit 4d06784

Browse files
authored
Merge branch 'main' into minor-image-tag-fix
2 parents f154468 + 65ad388 commit 4d06784

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs/integrations/amazon-aws/cloudtrail.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,13 @@ Once you begin uploading data, your daily data usage will increase. It's a good
8383
### Field Extraction Template
8484

8585
```sql
86-
| parse "\"sourceIPAddress\":\"*\"" as source_ipaddress
87-
| parse "\"eventName\":\"*\"" as event_name
88-
| parse "\"eventSource\":\"*\"" as event_source
89-
| parse "\"awsRegion\":\"*\"" as aws_Region
90-
| parse "\"userName\":\"*\"" as user
86+
| parse "\"sourceIPAddress\":\"*\"" as source_ipaddress nodrop
87+
| parse "\"eventName\":\"*\"" as event_name nodrop
88+
| parse "\"eventSource\":\"*\"" as event_source nodrop
89+
| parse "\"awsRegion\":\"*\"" as aws_Region nodrop
90+
| parse "\"userName\":\"*\"" as user nodrop
9191
```
9292

93-
9493
### Enable Sumo Logic to track AWS Admin Activity
9594

9695
To track Admin activity in your AWS account, and to provide data for all Administrator Activity panels in the User Monitoring Dashboard, you'll need to inform Sumo Logic for the Admin AWS account. You can do this by uploading a CSV file via HTTP Source.
@@ -309,4 +308,4 @@ See information about S3 public objects and buckets, including counts of new pub
309308
## Additional resources
310309

311310
* Blog: [What is AWS CloudTrail?](https://www.sumologic.com/blog/what-is-aws-cloudtrail/)
312-
* App description: [Logs for Security app for AWS CloudTrail](https://www.sumologic.com/application/aws-cloudtrail/)
311+
* App description: [Logs for Security app for AWS CloudTrail](https://www.sumologic.com/application/aws-cloudtrail/)

docs/platform-services/automation-service/app-central/integrations/circl-cve-search.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
66

77
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/logos/circl-cve-search.png')} alt="circl-cve-search" width="100"/>
88

9-
***Version: 1.1
10-
Updated: Jul 06, 2023***
9+
***Version: 1.2
10+
Updated: May 05, 2025***
1111

12-
Utilize the [CIRCL CVE Search](<https://www.alphamountain.ai/contact/>) to retrieve lists of CVEs by product as well as detailed CVE information on specific CVEs.
12+
Utilize the CIRCL CVE Search to retrieve lists of CVEs by product as well as detailed CVE information on specific CVEs.
1313

1414
## Actions
1515

@@ -30,3 +30,4 @@ For information about CIRCL Vulnerability-Lookup Service (formerly CVE Search),
3030

3131
* October 22, 2018 - First upload
3232
* July 6, 2023 (v1.1) - Updated the integration with Environmental Variables
33+
* May 5, 2025 (v1.2) - Updated the integration with proper formatting of output and table view.

0 commit comments

Comments
 (0)