Amazon S3

The s3 log type tracks network requests for access to Amazon S3 buckets.

The following code snippet contains all the raw_field and ecs mappings for this log type:

  1. "mappings": [
  2. {
  3. "raw_field":"eventName",
  4. "ecs":"aws.cloudtrail.event_name"
  5. },
  6. {
  7. "raw_field":"eventSource",
  8. "ecs":"aws.cloudtrail.event_source"
  9. },
  10. {
  11. "raw_field":"eventTime",
  12. "ecs":"timestamp"
  13. }
  14. ]