-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Looking through the code I found this line which looks like it's trying to find a property of "" on the decoded event object:
cloudwatch2humio/src/logs_ingester.py
Line 45 in 4426836
| parsed_log_group = log_group_parser.match(decoded_event.get("", "")) |
In looking through the commit history, it looks like this change was introduced by accident when converting single quotes to double quotes: 8d4232c#r79005643
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels