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/network-watcher/traffic-analytics-schema-update.md
+20-18Lines changed: 20 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,17 +16,17 @@ ms.date: 03/06/2020
16
16
ms.author: vinigam
17
17
18
18
---
19
-
# Sample queries with new fields in Traffic Analytics schema (August 2019 schema update)
19
+
# Sample queries with new fields in the Traffic Analytics schema (August 2019 schema update)
20
20
21
-
The [Traffic Analytics log schema](https://docs.microsoft.com/azure/network-watcher/traffic-analytics-schema) includes the following new fields: **SrcPublicIPs_s** , **DestPublicIPs_s**, **NSGRule_s**. The new fields provide information about source and destination IPs, and also simplify queries.
21
+
The [Traffic Analytics log schema](https://docs.microsoft.com/azure/network-watcher/traffic-analytics-schema) includes the following new fields: **SrcPublicIPs_s** , **DestPublicIPs_s**, **NSGRule_s**. The new fields provide information about source and destination IPs, and they simplify queries.
22
22
23
23
In the next few months, the following older fields will be deprecated: **VMIP_s**, **Subscription_g**, **Region_s**, **NSGRules_s**, **Subnet_s**, **VM_s**, **NIC_s**, **PublicIPs_s**, **FlowCount_d**.
24
24
25
-
Review examples of how to replace the old fields with the new ones.
25
+
The following three examples show how to replace the old fields with the new ones.
26
26
27
-
## Replacing the VMIP_s, Subscription_g, Region_s, Subnet_s, VM_s, NIC_s, and PublicIPs_s fields
27
+
## Example 1: VMIP_s, Subscription_g, Region_s, Subnet_s, VM_s, NIC_s, and PublicIPs_s fields
28
28
29
-
We don't have to infer source and destination cases from the **FlowDirection_s** field for AzurePublic and ExternalPublic flows. It can also be inappropriate to use the **FlowDirection_s** field for a Network Virtual Appliance.
29
+
We don't have to infer source and destination cases from the **FlowDirection_s** field for AzurePublic and ExternalPublic flows. It can also be inappropriate to use the **FlowDirection_s** field for a network virtual appliance.
<Index value 0)>|<NSG_ RuleName>|<FlowDirection>|<FlowStatus>|<FlowCountProcessedByRule>
76
76
77
-
We no longer aggregate data across a network security group (NSG). In the updated schema **NSGList_s** contains only one NSG. Also,**NSGRules**used to contain only one rule. We removed the complicated formatting here and in other fields as shown:
77
+
We no longer aggregate data across a network security group (NSG). In the updated schema,**NSGList_s** contains only one NSG. Also **NSGRules**contains only one rule. We removed the complicated formatting here and in other fields as shown in the example.
Only one of the four fields will be non-zero. The other three fields will be zero. This indicates the status and count in the NIC where the flow was captured.
108
+
Only one of the four fields will be nonzero. The other three fields will be zero. The fields populate to indicate the status and count in the NIC where the flow was captured.
109
109
110
-
- If the flow was allowed, one of the "Allowed" fields will be populated.
111
-
- If the flow was denied, one of the "Denied" fields will be populated.
112
-
- If the flow was inbound, one of the "InFlows_d" fields will be populated.
113
-
- If the flow was outbound, one of the "OutFlows_d" fields will be populated.
110
+
To illustrate these conditions:
114
111
115
-
Depending on the above conditions, we know which one of the four fields will be populated.
112
+
- If the flow was allowed, one of the "Allowed" prefixed fields will be populated.
113
+
- If the flow was denied, one of the "Denied" prefixed fields will be populated.
114
+
- If the flow was inbound, one of the "InFlows_d" suffixed fields will be populated.
115
+
- If the flow was outbound, one of the "OutFlows_d" suffixed fields will be populated.
116
116
117
+
Depending on the conditions, we know which one of the four fields will be populated.
117
118
118
-
## Next Steps
119
-
To get answers to frequently asked questions, see [Traffic Analytics FAQ](traffic-analytics-faq.md)
120
-
To see details about functionality, see [Traffic Analytics documentation](traffic-analytics.md)
119
+
## Next steps
120
+
121
+
- To get answers to frequently asked questions, see [Traffic Analytics FAQ](traffic-analytics-faq.md).
122
+
- To see details about functionality, see [Traffic Analytics documentation](traffic-analytics.md).
0 commit comments