Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions articles/aks/container-network-observability-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ms.date: 11/11/2025
>
> - **CRD**: `RetinaNetworkFlowLogs` → `ContainerNetworkLog`
> - **CLI flag**: `--enable-retinanetworkflowlog` → `--enable-container-network-logs`
> - **Log Analytics table**: `RetinaNetworkFlowLogs` → `ContainerNetworkLog`
> - **Log Analytics table**: `RetinaNetworkFlowLogs` → `ContainerNetworkLogs`
>
> Action items for existing users to enable new naming
>
Expand Down Expand Up @@ -60,7 +60,7 @@ ms.date: 11/11/2025
>
> [!NOTE]
> - Previously collected data stays in your workspace in old table RetinaNetworkFlowLogs.
> - After re-enabling, allow a short delay before new data appears in new table ContainerNetworkLog.
> - After re-enabling, allow a short delay before new data appears in new table ContainerNetworkLogs.

Container network logs in [Advanced Container Networking Services](advanced-container-networking-services-overview.md) for Azure Kubernetes Service (AKS) provide comprehensive, context-rich visibility into every network flow within your cluster. While metrics tell you *what* is happening in your network (such as bandwidth usage or error rates), container network logs tell you *why* by capturing the complete story of each connection—including who initiated it, what protocols were used, and whether the traffic was allowed or blocked.

Expand Down
4 changes: 2 additions & 2 deletions articles/aks/how-to-configure-container-network-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ms.custom: template-how-to-pattern, devx-track-azurecli
>
> - **CRD**: `RetinaNetworkFlowLogs` → `ContainerNetworkLog`
> - **CLI flag**: `--enable-retinanetworkflowlog` → `--enable-container-network-logs`
> - **Log Analytics table**: `RetinaNetworkFlowLogs` → `ContainerNetworkLog`
> - **Log Analytics table**: `RetinaNetworkFlowLogs` → `ContainerNetworkLogs`
>
> Action items for existing users to enable new naming
>
Expand Down Expand Up @@ -61,7 +61,7 @@ ms.custom: template-how-to-pattern, devx-track-azurecli
>
> [!NOTE]
> - Previously collected data stays in your workspace in old table RetinaNetworkFlowLogs.
> - After re-enabling, allow a short delay before new data appears in new table ContainerNetworkLog.
> - After re-enabling, allow a short delay before new data appears in new table ContainerNetworkLogs.

In this article, you complete the steps to configure and use the container network logs feature in Advanced Container Networking Services for Azure Kubernetes Service (AKS). These logs offer persistent network flow monitoring tailored to enhance visibility in containerized environments.

Expand Down