graylog-plugin-aws icon indicating copy to clipboard operation
graylog-plugin-aws copied to clipboard

responseElements["status"] is not always a string

Open et304383 opened this issue 7 years ago • 1 comments

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.

et304383 avatar May 30 '18 15:05 et304383

Refs #6

joschi avatar Jun 04 '18 09:06 joschi