VCN Flow Logs

Use VCN flow logs to capture network traffic information to support monitoring and security needs.

Highlights

  • VCN flow logs show details about traffic that passes through a VCN.
  • VCN flow logs help you audit traffic and troubleshoot security lists.
  • Enable and manage flow logs from the Network Command Center.
  • Use capture filters to evaluate and select traffic to include in the flow log.
  • Flow logs leverage the Logging service to send log information to a specified log group. For more information, see Logging Overview.
  • Enable flow logs for all VNICs in a VCN or subnet, or target specific instances, network load balancers, or resource VNICs as enablement points.

Overview

Each resource in a VCN has one or more Virtual Network Interface Cards (VNICs). The Networking service uses Security Lists to decide what traffic is allowed through a particular VNIC. The VNIC is subject to all rules in all security lists associated with the VNIC's subnet.

To help you troubleshoot security lists or audit the traffic in and out of VNICs, you can set up VCN flow logs. Flow logs record details about traffic that has been accepted or rejected based on the security list rules.

How Flow Logs Are Enabled and Delivered

Flow logs are enabled in the Network Command Center, and leverage the Logging service to store flow logs in a log group. Log groups are logical containers that you use to manage and organize flow logs.

You can choose from four types of enablement points:
  • Virtual Cloud Network (VCN): Traffic is logged for existing and future VNICs in all subnets in the VCN.
  • Subnet: Traffic is logged for existing and future VNICs in that subnet.
  • VNIC:Traffic is logged for specific VNICs in a VCN.
  • Resources: Traffic is logged for a targeted instance or network load balancer in a VCN.
Each flow log record contains information about traffic for a single VNIC.

Flow logs use capture filters to select what is included in the logged traffic. Using a capture filter, you can specify the percentage of network flows to capture (sampling rate). You can also create rules to include or exclude packet based on criteria you specify. A capture filter must have at least one rule, and can have up to 10 rules. Capture filter rules are examined in the sequence order you define. When a match is found, that rule is applied. If no match is found on a particular rule, the next rule in the sequence is evaluated and run if matched. Reordering the rules can change the capture filter behavior. For more information, see Capture Filters.

After flow logs are enabled, a batch of flow logs for each VNIC is collected at the sampling rate you specify in the log's capture filter.

You can view flow log contents and manage flow logs and log groups from the Network Command Center or from the Logging service page. You can view and manage capture filters from the Network Command Center.

Flow Log Contents

Each flow log record reflects logged traffic in one direction of a connection between two endpoints. For example, for a single TCP connection, you might have two records in the capture window: one for ingress traffic, and the other for egress traffic.

For more information about flow log contents, examples, and limitations and other considerations, see Details for VCN Flow Logs.