Skip to content

Commit

Permalink
Merge pull request #607 from 0xdabbad00/spiper-cloudtrail_schema_addi…
Browse files Browse the repository at this point in the history
…tions

Added more values to the CloudTrail schema
  • Loading branch information
ryandeivert authored Feb 26, 2018
2 parents 347c64b + e496ff5 commit d9763f6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions conf/logs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1049,16 +1049,19 @@
"eventTime": "string",
"eventType": "string",
"eventVersion": "string",
"managementEvent": "boolean",
"readOnly": "boolean",
"recipientAccountId": "string",
"requestID": "string",
"requestParameters": {},
"resources": [],
"responseElements": {},
"serviceEventDetails": {},
"sharedEventID": "string",
"sourceIPAddress": "string",
"userAgent": "string",
"userIdentity": {}
"userIdentity": {},
"vpcEndpointId": "string"
},
"parser": "json",
"configuration": {
Expand All @@ -1068,10 +1071,13 @@
"apiVersion",
"errorCode",
"errorMessage",
"managementEvent",
"requestID",
"readOnly",
"resources",
"sharedEventID"
"serviceEventDetails",
"sharedEventID",
"vpcEndpointId"
]
}
},
Expand Down

0 comments on commit d9763f6

Please sign in to comment.