Explanation for NODATA in VPC Flow Logs if there is no data

1

The VPC Flow Logs log status has "NODATA: There was no network traffic to or from the network interface during the aggregation interval. ". But my customer is asking:

  1. Does that really mean there was no data, or just no data captured, for example too small, or between two interfaces it does not capture?

  2. If there is really no data, then what is the purpose of sending this status which fills up the logs? Should it be treated as a heartbeat?

AWS
已提问 4 年前6152 查看次数
1 回答
1
已接受的回答

NODATA means no data has been received on that ENI. In case of data missed or skipped in the capture a SKIPPED DATA message is published.

The NODATA message allows you to know if an ENI is actively attached to an instance and receiving/not receiving traffic or is just available in a pool of ENI or was an old ENI whose flowlog data is still available but the ENI has been deleted.

You can see the info about the type of records here: https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs-records-examples.html

AWS
专家
已回答 4 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则