Skip to content

Commit 94fb7fc

Browse files
authored
Merge pull request #123710 from jpmicrosoft/patch-14
Update traffic-analytics-schema.md
2 parents 62cf9ca + a798476 commit 94fb7fc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/network-watcher/traffic-analytics-schema.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ The following table lists the fields in the schema and what they signify for vir
190190
> | **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. |
191191
> | **FlowEndTime** | Date and time in UTC | Last occurrence of the flow (which gets aggregated) in the flow log processing interval between `FlowIntervalStartTime` and `FlowIntervalEndTime`. |
192192
> | **FlowType** | - IntraVNet <br> - InterVNet <br> - S2S <br> - P2S <br> - AzurePublic <br> - ExternalPublic <br> - MaliciousFlow <br> - Unknown Private <br> - Unknown | See [Notes](#notes) for definitions. |
193-
> | **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. |
195195
> | **TargetResourceId** | ResourceGroupName/ResourceName | The ID of the resource at which flow logging and traffic analytics is enabled. |
196196
> | **TargetResourceType** | VirtualNetwork/Subnet/NetworkInterface | Type of resource at which flow logging and traffic analytics is enabled (virtual network, subnet, NIC or network security group).|
197197
> | **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
201201
> | **FlowDirection** | - **I** = Inbound <br> - **O** = Outbound | Direction of the flow: in or out of the target resource per flow log. |
202202
> | **FlowStatus** | - **A** = Allowed <br> - **D** = Denied | Status of flow: allowed or denied by target resource per flow log. |
203203
> | **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. |
206206
> | **MACAddress** | MAC Address | MAC address of the NIC at which the flow was captured. |
207207
> | **SrcSubscription** | Subscription ID | Subscription ID of virtual network / network interface / virtual machine that the source IP in the flow belongs to. |
208208
> | **DestSubscription** | Subscription ID | Subscription ID of virtual network / network interface / virtual machine that the destination IP in the flow belongs to. |
209209
> | **SrcRegion** | Azure Region | Azure region of virtual network / network interface / virtual machine to which the source IP in the flow belongs to. |
210210
> | **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. |
215215
> | **SrcSubnet** | \<ResourceGroup_Name\>/\<VirtualNetwork_Name\>/\<SubnetName\> | Subnet associated with the source IP in the flow. |
216216
> | **DestSubnet** | \<ResourceGroup_Name\>/\<VirtualNetwork_Name\>/\<SubnetName\> | Subnet associated with the destination IP in the flow. |
217217
> | **SrcApplicationGateway** | \<SubscriptionID\>/\<ResourceGroupName\>/\<ApplicationGatewayName\> | Application gateway associated with the source IP in the flow. |

0 commit comments

Comments
 (0)