Skip to content

Commit 65ad388

Browse files
authored
Update cloudtrail.md (#5292)
* Update cloudtrail.md * Update cloudtrail.md * Update cloudtrail.md
1 parent f46e572 commit 65ad388

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
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/)

0 commit comments

Comments
 (0)