Skip to content

Commit 69d489d

Browse files
Merge pull request #274539 from halkazwini/nw-schema
Updates to some field descriptions
2 parents 868e9ff + 982750a commit 69d489d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 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: 05/03/2024
9+
ms.date: 05/07/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
---
@@ -198,8 +198,8 @@ The following table lists the fields in the schema and what they signify for vir
198198
> | **DestPort** | Destination Port | Port at which traffic is incoming. |
199199
> | **L4Protocol** | - T <br> - U | Transport Protocol. **T** = TCP <br> **U** = UDP |
200200
> | **L7Protocol** | Protocol Name | Derived from destination port. |
201-
> | **FlowDirection** | - **I** = Inbound <br> - **O** = Outbound | Direction of the flow: in or out of the network security group per flow log. |
202-
> | **FlowStatus** | - **A** = Allowed <br> - **D** = Denied | Status of flow: allowed or denied by network security group per flow log. |
201+
> | **FlowDirection** | - **I** = Inbound <br> - **O** = Outbound | Direction of the flow: in or out of the target resource per flow log. |
202+
> | **FlowStatus** | - **A** = Allowed <br> - **D** = Denied | Status of flow: allowed or denied by target resource per flow log. |
203203
> | **NSGList** | \<SUBSCRIPTIONID\>/\<RESOURCEGROUP_NAME\>/\<NSG_NAME\> | Network security group associated with the flow. |
204204
> | **NSGRule** | NSG_RULENAME | Network security group rule that allowed or denied the flow. |
205205
> | **NSGRuleType** | - User Defined <br> - Default | The type of network security group rule used by the flow. |
@@ -232,10 +232,10 @@ 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-
> | **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. |
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. |
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. |
238-
> | **BytesSrcToDest** | Represents bytes sent from the source to the destination of the flow | Populated only for the Version 2 of network security group flow log schema. |
235+
> | **PacketsDestToSrc** | - | Represents packets sent from the destination to the source of the flow. |
236+
> | **PacketsSrcToDest** | - | Represents packets sent from the source to the destination of the flow . |
237+
> | **BytesDestToSrc** | - | Represents bytes sent from the destination to the source of the flow. |
238+
> | **BytesSrcToDest** | - | Represents bytes sent from the source to the destination of the flow. |
239239
> | **CompletedFlows** | - | Populated with nonzero value only for the Version 2 of network security group flow log schema. |
240240
> | **SrcPublicIPs** | \<SOURCE_PUBLIC_IP\>\|\<FLOW_STARTED_COUNT\>\|\<FLOW_ENDED_COUNT\>\|\<OUTBOUND_PACKETS\>\|\<INBOUND_PACKETS\>\|\<OUTBOUND_BYTES\>\|\<INBOUND_BYTES\> | Entries separated by bars. |
241241
> | **DestPublicIPs** | <DESTINATION_PUBLIC_IP>\|\<FLOW_STARTED_COUNT>\|\<FLOW_ENDED_COUNT>\|\<OUTBOUND_PACKETS>\|\<INBOUND_PACKETS>\|\<OUTBOUND_BYTES>\|\<INBOUND_BYTES> | Entries separated by bars. |

0 commit comments

Comments
 (0)