Hi, I'm looking to get clarification on what my flow logs are telling me.
For a given request, I'd like to know the total number of bytes that have been sent and received by that request. Currently, I have my period configured for a value > 0, so I'm getting intermediate flow logs whose final flag is set to false. Questions related to this:
-
For each of those flow logs, do the "net_bytes_total" fields report bytes sent and received since the last flow log? Or is it reporting the total bytes sent and received since the "start_time"?
-
Same question for the flow log where final is set to true. Do the "net_bytes_total" fields report bytes sent and received since the last (non-final) flow log? Or is it reporting the total bytes sent and received since the "start_time"?
-
If I set my period to -1, I only get the final logs. Will that guarantee the net_bytes_totals represent the total bytes sent and received since the "start_time"?
Thanks!