Dec 19 2019 03:36 PM
Any guidance on how I would go about parsing a dynamic list of tuples within a single event?
The example I have attached is a AWS CloudTrail log event with a dynamic list of Security Group policies. I need to parse the toPort, fromPort, and cidr from each entry. Each log event will have a dynamic number of policies.
The goal was to break these tuplets out into their own rows and a join (inner) to the parent log.
Thank you in advance.
Dec 19 2019 11:39 PM
Dec 20 2019 07:45 AM
That worked! Thank you!
AWSCloudTrail