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.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,8 +190,8 @@ The following table lists the fields in the schema and what they signify for vir
190
190
> |**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
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`. |
> |**SrcIP**| Source IP address | Blank in AzurePublic and ExternalPublic flows. |
194
-
> |**DestIP**| Destination IP address | Blank in AzurePublic and ExternalPublic flows. |
193
+
> |**SrcIp**| Source IP address | Blank in AzurePublic and ExternalPublic flows. |
194
+
> |**DestIp**| Destination IP address | Blank in AzurePublic and ExternalPublic flows. |
195
195
> |**TargetResourceId**| ResourceGroupName/ResourceName | The ID of the resource at which flow logging and traffic analytics is enabled. |
196
196
> |**TargetResourceType**| VirtualNetwork/Subnet/NetworkInterface | Type of resource at which flow logging and traffic analytics is enabled (virtual network, subnet, NIC or network security group).|
197
197
> |**FlowLogResourceId**| ResourceGroupName/NetworkWatcherName/FlowLogName | The resource ID of the flow log. |
@@ -201,17 +201,17 @@ The following table lists the fields in the schema and what they signify for vir
201
201
> |**FlowDirection**| - **I** = Inbound <br> - **O** = Outbound | Direction of the flow: in or out of the target resource per flow log. |
202
202
> |**FlowStatus**| - **A** = Allowed <br> - **D** = Denied | Status of flow: allowed or denied by target resource per flow log. |
203
203
> |**NSGList**|\<SUBSCRIPTIONID\>/\<RESOURCEGROUP_NAME\>/\<NSG_NAME\>| Network security group associated with the flow. |
204
-
> |**NSGRule**| NSG_RULENAME | Network security group rule that allowed or denied the flow. |
205
-
> |**NSGRuleType**| - User Defined <br> - Default | The type of network security group rule used by the flow. |
204
+
> |**NsgRule**| NSG_RULENAME | Network security group rule that allowed or denied the flow. |
205
+
> |**NsgRuleType**| - User Defined <br> - Default | The type of network security group rule used by the flow. |
206
206
> |**MACAddress**| MAC Address | MAC address of the NIC at which the flow was captured. |
207
207
> |**SrcSubscription**| Subscription ID | Subscription ID of virtual network / network interface / virtual machine that the source IP in the flow belongs to. |
208
208
> |**DestSubscription**| Subscription ID | Subscription ID of virtual network / network interface / virtual machine that the destination IP in the flow belongs to. |
209
209
> |**SrcRegion**| Azure Region | Azure region of virtual network / network interface / virtual machine to which the source IP in the flow belongs to. |
210
210
> |**DestRegion**| Azure Region | Azure region of virtual network to which the destination IP in the flow belongs to. |
211
-
> |**SrcNIC**|\<resourcegroup_Name\>/\<NetworkInterfaceName\>| NIC associated with the source IP in the flow. |
212
-
> |**DestNIC**|\<resourcegroup_Name\>/\<NetworkInterfaceName\>| NIC associated with the destination IP in the flow. |
213
-
> |**SrcVM**|\<resourcegroup_Name\>/\<VirtualMachineName\>| Virtual machine associated with the source IP in the flow. |
214
-
> |**DestVM**|\<resourcegroup_Name\>/\<VirtualMachineName\>| Virtual machine associated with the destination IP in the flow. |
211
+
> |**SrcNic**|\<resourcegroup_Name\>/\<NetworkInterfaceName\>| NIC associated with the source IP in the flow. |
212
+
> |**DestNic**|\<resourcegroup_Name\>/\<NetworkInterfaceName\>| NIC associated with the destination IP in the flow. |
213
+
> |**SrcVm**|\<resourcegroup_Name\>/\<VirtualMachineName\>| Virtual machine associated with the source IP in the flow. |
214
+
> |**DestVm**|\<resourcegroup_Name\>/\<VirtualMachineName\>| Virtual machine associated with the destination IP in the flow. |
215
215
> |**SrcSubnet**|\<ResourceGroup_Name\>/\<VirtualNetwork_Name\>/\<SubnetName\>| Subnet associated with the source IP in the flow. |
216
216
> |**DestSubnet**|\<ResourceGroup_Name\>/\<VirtualNetwork_Name\>/\<SubnetName\>| Subnet associated with the destination IP in the flow. |
217
217
> |**SrcApplicationGateway**|\<SubscriptionID\>/\<ResourceGroupName\>/\<ApplicationGatewayName\>| Application gateway associated with the source IP in the flow. |
0 commit comments