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
Hi all
I seen a previous fixed bug of Classifier throwing a "TypeError: unhashable type: 'dict'" for AWS Security Hub events.
However this fix does not seem to have fixed my issue. I am getting same error but for AWS Config event. Its throwing error on the source field also.
Below is what the event looks like:
Not tried the work around of removing Source from SourceAddress in the normalizer types file but raising a bug here so we can get this fixed.
This is coming from a Kineses Data Stream if that makes any difference.
Thanks
The text was updated successfully, but these errors were encountered:
Hi @rsavjani, if you would like to contribute, feel free to submit a PR based on release-4-0-0, but totally optional. I can do the PR when I get a chance.
The issue is normalization doesn't handle well when the source field is a list of dictionary. Or maybe we can have better handling in the code. Open to suggestions.
Hi all
I seen a previous fixed bug of Classifier throwing a "TypeError: unhashable type: 'dict'" for AWS Security Hub events.
However this fix does not seem to have fixed my issue. I am getting same error but for AWS Config event. Its throwing error on the source field also.
Below is what the event looks like:
Not tried the work around of removing Source from SourceAddress in the normalizer types file but raising a bug here so we can get this fixed.
This is coming from a Kineses Data Stream if that makes any difference.
Thanks
The text was updated successfully, but these errors were encountered: