You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While ingesting gouglecloud audit logs we noticed mappings errors similar to #18465 where a same field can either be text or object.
Mapping errors mainly come from GKE control plan logs on the following fields:
response.status (already handled in 7.9)
response.metadata.labels.istio
response.metadata.labels.app
response.spec.volumes
request.target
request.instances
request.spec.volumes
request.metadata.labels.app
Also recently we encountered Limit of mapping depth errors on spec field (ex: response.spec.validation.openAPIV3Schema.properties.spec.properties.nodeSets.items.properties.volumeClaimTemplates.items.properties.status.properties.conditions.items.properties.status)
It would be helpful to do something similar to Cloudtrail #19121 and flatten response & request fields
The text was updated successfully, but these errors were encountered:
No problem. Just wanted to make sure there wasn't an existing problem in the module. Because right now I expect the module to only create fields that we know are safely handled in the mapping and leave the rest in the raw event.original blob.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
While ingesting gouglecloud audit logs we noticed mappings errors similar to #18465 where a same field can either be text or object.
Mapping errors mainly come from GKE control plan logs on the following fields:
Also recently we encountered
Limit of mapping depth
errors on spec field (ex:response.spec.validation.openAPIV3Schema.properties.spec.properties.nodeSets.items.properties.volumeClaimTemplates.items.properties.status.properties.conditions.items.properties.status
)It would be helpful to do something similar to Cloudtrail #19121 and flatten response & request fields
The text was updated successfully, but these errors were encountered: