Skip to content

Commit b41dda3

Browse files
committed
json tweaks
1 parent 109ed52 commit b41dda3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/network-watcher/vnet-flow-logs-tutorial.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ Open the downloaded `PT1H.json` file using a text editor of your choice. The fol
243243
{
244244
"rule": "DefaultRule_AllowInternetOutBound",
245245
"flowTuples": [
246-
"1754512773,10.0.0.4,13.107.21.200,49982,443,T,O,A,C,7,1158,12,8143"
246+
"1754512773,10.0.0.4,13.107.21.200,49982,443,6,O,C,NX,7,1158,12,8143"
247247
]
248248
}
249249
]
@@ -264,12 +264,12 @@ The comma-separated information for **flowTuples** is as follows:
264264
| 443 | Destination port | The destination port that the flow was destined to. |
265265
| T | Protocol | The protocol of the flow. T: TCP. |
266266
| O | Direction | The direction of the flow. O: Outbound. |
267-
| A | Decision | The decision made by the security rule. A: Allowed. |
268-
| C | Flow State **Version 2 only** | The state of the flow. C: Continuing for an ongoing flow. |
269-
| 7 | Packets sent **Version 2 only** | The total number of TCP packets sent to destination since the last update. |
270-
| 1158 | Bytes sent **Version 2 only** | The total number of TCP packet bytes sent from source to destination since the last update. Packet bytes include the packet header and payload. |
271-
| 12 | Packets received **Version 2 only** | The total number of TCP packets received from destination since the last update. |
272-
| 8143 | Bytes received **Version 2 only** | The total number of TCP packet bytes received from destination since the last update. Packet bytes include packet header and payload.|
267+
| C | Flow State | The state of the flow. C: Continuing for an ongoing flow. |
268+
| NX | Flow encryption | The connection is unencrypted. |
269+
| 7 | Packets sent | The total number of TCP packets sent to destination since the last update. |
270+
| 1158 | Bytes sent | The total number of TCP packet bytes sent from source to destination since the last update. Packet bytes include the packet header and payload. |
271+
| 12 | Packets received | The total number of TCP packets received from destination since the last update. |
272+
| 8143 | Bytes received | The total number of TCP packet bytes received from destination since the last update. Packet bytes include packet header and payload.|
273273

274274
## Clean up resources
275275

0 commit comments

Comments
 (0)