You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/network-watcher/traffic-analytics-schema.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: halkazwini
6
6
ms.author: halkazwini
7
7
ms.service: network-watcher
8
8
ms.topic: concept-article
9
-
ms.date: 04/24/2024
9
+
ms.date: 05/03/2024
10
10
11
11
#CustomerIntent: As a administrator, I want learn about traffic analytics schema so I can easily use the queries and understand their output.
12
12
---
@@ -208,7 +208,7 @@ The following table lists the fields in the schema and what they signify for vir
208
208
> |**DestSubscription**| Subscription ID | Subscription ID of virtual network / network interface / virtual machine that the destination IP in the flow belongs to. |
209
209
> |**SrcRegion**| Azure Region | Azure region of virtual network / network interface / virtual machine to which the source IP in the flow belongs to. |
210
210
> |**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. |
212
212
> |**DestNIC**|\<resourcegroup_Name\>/\<NetworkInterfaceName\>| NIC associated with the destination IP in the flow. |
213
213
> |**SrcVM**|\<resourcegroup_Name\>/\<VirtualMachineName\>| Virtual machine associated with the source IP in the flow. |
214
214
> |**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
232
232
> |**DeniedInFlows**| - | Count of inbound flows that were denied. (Inbound to the network interface at which the flow was captured). |
233
233
> |**AllowedOutFlows**| - | Count of outbound flows that were allowed (Outbound to the network interface at which the flow was captured). |
234
234
> |**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. | - |
236
235
> |**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. |
237
236
> |**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. |
238
237
> |**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