Skip to content

Commit 5622f7a

Browse files
Merge pull request #301675 from cogran/patch-27
Update traffic-analytics-schema.md
2 parents b97c362 + 3bd3325 commit 5622f7a

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
@@ -201,9 +201,8 @@ The following table lists the fields in the schema and what they signify for vir
201201
> | **L7Protocol** | Protocol Name | Derived from destination port. |
202202
> | **FlowDirection** | - **I** = Inbound <br> - **O** = Outbound | Direction of the flow: in or out of the target resource per flow log. |
203203
> | **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. |
207206
> | **MACAddress** | MAC Address | MAC address of the NIC at which the flow was captured. |
208207
> | **SrcSubscription** | Subscription ID | Subscription ID of virtual network / network interface / virtual machine that the source IP in the flow belongs to. |
209208
> | **DestSubscription** | Subscription ID | Subscription ID of virtual network / network interface / virtual machine that the destination IP in the flow belongs to. |

0 commit comments

Comments
 (0)