Graylog2 / Graylog2/graylog-plugin-aws
responseElements["status"] is not always a string
Open
bug
help wanted
triaged
- Dominant language
- Java
- Stars
- 93
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.