Skip to content

Commit 91820b3

Browse files
Merge pull request #274235 from halkazwini/nw-schema
Schema table updates
2 parents a2798f5 + 0de4752 commit 91820b3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/network-watcher/traffic-analytics-schema.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: halkazwini
66
ms.author: halkazwini
77
ms.service: network-watcher
88
ms.topic: concept-article
9-
ms.date: 04/24/2024
9+
ms.date: 05/03/2024
1010

1111
#CustomerIntent: As a administrator, I want learn about traffic analytics schema so I can easily use the queries and understand their output.
1212
---
@@ -208,7 +208,7 @@ The following table lists the fields in the schema and what they signify for vir
208208
> | **DestSubscription** | Subscription ID | Subscription ID of virtual network / network interface / virtual machine that the destination IP in the flow belongs to. |
209209
> | **SrcRegion** | Azure Region | Azure region of virtual network / network interface / virtual machine to which the source IP in the flow belongs to. |
210210
> | **DestRegion** | Azure Region | Azure region of virtual network to which the destination IP in the flow belongs to. |
211-
> | **SecNIC** | \<resourcegroup_Name\>/\<NetworkInterfaceName\> | NIC associated with the source IP in the flow. |
211+
> | **SrcNIC** | \<resourcegroup_Name\>/\<NetworkInterfaceName\> | NIC associated with the source IP in the flow. |
212212
> | **DestNIC** | \<resourcegroup_Name\>/\<NetworkInterfaceName\> | NIC associated with the destination IP in the flow. |
213213
> | **SrcVM** | \<resourcegroup_Name\>/\<VirtualMachineName\> | Virtual machine associated with the source IP in the flow. |
214214
> | **DestVM** | \<resourcegroup_Name\>/\<VirtualMachineName\> | Virtual machine associated with the destination IP in the flow. |
@@ -232,7 +232,6 @@ The following table lists the fields in the schema and what they signify for vir
232232
> | **DeniedInFlows** | - | Count of inbound flows that were denied. (Inbound to the network interface at which the flow was captured). |
233233
> | **AllowedOutFlows** | - | Count of outbound flows that were allowed (Outbound to the network interface at which the flow was captured). |
234234
> | **DeniedOutFlows** | - | Count of outbound flows that were denied (Outbound to the network interface at which the flow was captured). |
235-
> | **FlowCount** | Deprecated. Total flows that matched the same four-tuple. In flow types ExternalPublic and AzurePublic, count includes the flows from various PublicIP addresses as well. | - |
236235
> | **PacketsDestToSrc** | Represents packets sent from the destination to the source of the flow | Populated only for the Version 2 of network security group flow log schema. |
237236
> | **PacketsSrcToDest** | Represents packets sent from the source to the destination of the flow | Populated only for the Version 2 of network security group flow log schema. |
238237
> | **BytesDestToSrc** | Represents bytes sent from the destination to the source of the flow | Populated only for the Version 2 of network security group flow log schema. |

0 commit comments

Comments
 (0)