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/firewall/enable-top-ten-and-flow-trace.md
+33-2Lines changed: 33 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ The Top flows log (known in the industry as Fat Flows), shows the top connection
25
25
> Activate Top flows logs only when troubleshooting a specific issue to avoid excessive CPU usage of Azure Firewall.
26
26
>
27
27
28
+
The flow rate is defined as the data transmission rate (in Megabits per second units). In other words, it is a measure of the amount of digital data that can be transmitted over a network in a period of time through the firewall. The Top Flows protocol runs periodically every three minutes. The minimum threshold to be considered a Top Flow is 1 Mbps.
There are a few ways to verify the update was successful, but you can navigate to firewall **Overview** and select **JSON view** on the top right corner. Here’s an example:
@@ -88,7 +104,13 @@ The following additional properties can be added:
88
104
89
105
- INVALID (flows)
90
106
91
-
Indicates packet can’t be identified or don't have any state; TCP packet is landing on a Virtual Machine Scale Sets instance, which doesn't have any prior history to this packet.
107
+
Indicates packet can’t be identified or don't have any state.
108
+
109
+
For example:
110
+
- A TCP packet lands on a Virtual Machine Scale Sets instance, which doesn't have any prior history for this packet
111
+
- Bad CheckSum packets
112
+
- Connection Tracking table entry is full and new connections cannot be accepted
113
+
- Overly delayed ACK packets
92
114
93
115
### Prerequisites
94
116
@@ -97,7 +119,9 @@ The following additional properties can be added:
97
119
98
120
### Enable the log
99
121
100
-
Enable the log using the following Azure PowerShell commands:
122
+
Enable the log using the following Azure PowerShell commands or navigate to the Preview features in the portal and search for **Enable TCP Connection Logging**:
0 commit comments