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
demandé il y a 4 ans6157 vues
1 réponse
1
Réponse acceptée

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
EXPERT
répondu il y a 4 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions