Skip to content

Commit 3c3e215

Browse files
Merge pull request #277626 from halkazwini/nw-schema
Update NTANetAnalytics table
2 parents 8aa2572 + 4b87f14 commit 3c3e215

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 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: 05/07/2024
9+
ms.date: 06/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
---
@@ -188,7 +188,7 @@ The following table lists the fields in the schema and what they signify for vir
188188
> | **FlowIntervalStartTime** | Date and time in UTC | Starting time of the flow log processing interval (time from which flow interval is measured). |
189189
> | **FlowIntervalEndTime**| Date and time in UTC | Ending time of the flow log processing interval. |
190190
> | **FlowStartTime** | Date and time in UTC | First occurrence of the flow (which gets aggregated) in the flow log processing interval between `FlowIntervalStartTime` and `FlowIntervalEndTime`. This flow gets aggregated based on aggregation logic. |
191-
> | **FlowEndTime** | Date and time in UTC | Last occurrence of the flow (which gets aggregated) in the flow log processing interval between `FlowIntervalStartTime` and `FlowIntervalEndTime`. In terms of flow log v2, this field contains the time when the last flow with the same four-tuple started (marked as **B** in the raw flow record). |
191+
> | **FlowEndTime** | Date and time in UTC | Last occurrence of the flow (which gets aggregated) in the flow log processing interval between `FlowIntervalStartTime` and `FlowIntervalEndTime`. |
192192
> | **FlowType** | - IntraVNet <br> - InterVNet <br> - S2S <br> - P2S <br> - AzurePublic <br> - ExternalPublic <br> - MaliciousFlow <br> - Unknown Private <br> - Unknown | See [Notes](#notes) for definitions. |
193193
> | **SrcIP** | Source IP address | Blank in AzurePublic and ExternalPublic flows. |
194194
> | **DestIP** | Destination IP address | Blank in AzurePublic and ExternalPublic flows. |
@@ -236,7 +236,7 @@ The following table lists the fields in the schema and what they signify for vir
236236
> | **PacketsSrcToDest** | - | Represents packets sent from the source to the destination of the flow . |
237237
> | **BytesDestToSrc** | - | Represents bytes sent from the destination to the source of the flow. |
238238
> | **BytesSrcToDest** | - | Represents bytes sent from the source to the destination of the flow. |
239-
> | **CompletedFlows** | - | Populated with nonzero value only for the Version 2 of network security group flow log schema. |
239+
> | **CompletedFlows** | - | Total number of flows completed (populated with non-zero value when a flow gets a completed event). |
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. |
242242
> | **FlowEncryption** | - Encrypted <br>- Unencrypted <br>- Unsupported hardware <br>- Software not ready <br>- Drop due to no encryption <br>- Discovery not supported <br>- Destination on same host <br>- Fall back to no encryption. | Encryption level of flows. |

0 commit comments

Comments
 (0)