From c1e54a4aa9579081b0084e15cbcffd83eee879a0 Mon Sep 17 00:00:00 2001 From: Scott Piper Date: Thu, 22 Feb 2018 12:16:07 -0700 Subject: [PATCH] Added more values to the CloudTrail schema --- conf/logs.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/conf/logs.json b/conf/logs.json index cd79e9ec9..a8f88e756 100644 --- a/conf/logs.json +++ b/conf/logs.json @@ -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": { @@ -1068,10 +1071,13 @@ "apiVersion", "errorCode", "errorMessage", + "managementEvent", "requestID", "readOnly", "resources", - "sharedEventID" + "serviceEventDetails", + "sharedEventID", + "vpcEndpointId" ] } },