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
@@ -201,9 +201,8 @@ The following table lists the fields in the schema and what they signify for vir
201
201
> |**L7Protocol**| Protocol Name | Derived from destination port. |
202
202
> |**FlowDirection**| - **I** = Inbound <br> - **O** = Outbound | Direction of the flow: in or out of the target resource per flow log. |
203
203
> |**FlowStatus**| - **A** = Allowed <br> - **D** = Denied | Status of flow: allowed or denied by target resource per flow log. |
204
-
> |**NSGList**|\<SUBSCRIPTIONID\>/\<RESOURCEGROUP_NAME\>/\<NSG_NAME\>| Network security group associated with the flow. |
205
-
> |**NsgRule**| NSG_RULENAME | Network security group rule that allowed or denied the flow. |
206
-
> |**NsgRuleType**| - User Defined <br> - Default | The type of network security group rule used by the flow. |
204
+
> |**AclList**|\<SUBSCRIPTIONID\>/\<RESOURCEGROUP_NAME\>/\<NSG_NAME\>| Network security group associated with the flow. |
205
+
> |**AclRule**| NSG_RULENAME | Network security group rule that allowed or denied the flow. |
207
206
> |**MACAddress**| MAC Address | MAC address of the NIC at which the flow was captured. |
208
207
> |**SrcSubscription**| Subscription ID | Subscription ID of virtual network / network interface / virtual machine that the source IP in the flow belongs to. |
209
208
> |**DestSubscription**| Subscription ID | Subscription ID of virtual network / network interface / virtual machine that the destination IP in the flow belongs to. |
0 commit comments