What is the VPC flow log format?
When you enable VPC flow logs, records will be created in CloudWatch Logs (or S3 if you choose so, but CloudWatch Logs is definitely better for debugging). There will be one log stream per network interface, and the format of the logs is like so:
action
will usually by ACCEPT or REJECT.
Check out the AWS documentation for more information.