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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Sample queries with new fields in the Traffic Analytics schema. Use
4
4
services: network-watcher
5
5
documentationcenter: na
6
6
author: Harsha-CS
7
-
manager: agummadi
7
+
manager: vinigam
8
8
editor:
9
9
10
10
ms.service: network-watcher
@@ -26,7 +26,7 @@ The [Traffic Analytics log schema](./traffic-analytics-schema.md) includes the f
26
26
27
27
The new fields provide information about source and destination IPs, and they simplify queries.
28
28
29
-
In the next few months, the following older fields will be deprecated:
29
+
The following older fields will be deprecated in future:
30
30
31
31
-`VMIP_s`
32
32
-`Subscription_g`
@@ -42,7 +42,7 @@ The following three examples show how to replace the old fields with the new one
42
42
43
43
## Example 1: VMIP_s, Subscription_g, Region_s, Subnet_s, VM_s, NIC_s, and PublicIPs_s fields
44
44
45
-
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.
45
+
The schema doesn'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.
46
46
47
47
Previous Kusto query:
48
48
@@ -95,7 +95,7 @@ The old field used the following format:
95
95
<Index value 0)>|<NSG_ RuleName>|<Flow Direction>|<Flow Status>|<FlowCount ProcessedByRule>
96
96
```
97
97
98
-
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 following example.
98
+
The schema no longer aggregates data across a network security group (NSG). In the updated schema, `NSGList_s` contains only one NSG. Also, `NSGRules` contains only one rule. The complicated formatting has been removed here and in other fields, as shown in the following example.
0 commit comments