A flow log record always displays the values in the following order:
- version: The version of the VPC Flow Logs output
- account ID: The ID of the account capturing the data
- ENI ID: The ID of the ENI adapter on which the flow logs are enabled
- source IP: The source IP address sending the request
- destination IP: The destination IP address receiving the request
- source port: The source port of the sender
- destination port: The destination port of the receiver
- protocol: The IANA protocol number
- packets: The number of packets captured during the time the flow log was enabled
- bytes: The number of bytes captured during the time the flow log was enabled
- start: The start time in the UNIX timestamp
- end: The end time in the UNIX timestamp ...