Open FerFabbiano opened 7 months ago
Add new error
Object mapping for [requestParameters.operations] tried to parse field [null] as object, but found a concrete value
Log example
"requestParameters": {
"constraints": {
"encryptionContextEquals": {
"aws:rds:src-db-arn": "...",
"aws:rds:snap-id": "...",
"aws:ebs:id": "..."
}
},
"operations": [
"Decrypt"
],
Hi!
Found two issues related to the same problem.
In case number one, the error makes sense to me, because it's trying to map String as an object. Ok. In case number two, tagSpecificationSet is actually an object, so the error does not make sense to me. Why i this?
Following some of the issues you solved related to similar errors, i modified aes-siem-es-loader Lambda Function, adding the following lines to the file /siem/sf_cloudtrail.py (line 142). With this fix, error messages seems to dissapear, although i seriously doubt this is the correct fix because i can't see logs with neither requestParameters.tagSpecificationSet or requestParameters.map.groupBy fields.
Log examples are shown below, thanks in advance!