graylog-plugin-aws
graylog-plugin-aws copied to clipboard
responseElements["status"] is not always a string
This is in some of my CloudTrail records:
"responseElements": {
"status": {
"state": "SUCCEEDED"
},
I think com.graylog2.input.cloudtrail.json.CloudTrailResponseElements needs to be fixed to not expect status is only ever a string.
Refs #6