Skip to content

Commit 4ec381a

Browse files
Merge pull request #310708 from Srijan-Chak012/patch-12
Fix casing for fields
2 parents 6cbc1b2 + 2c03ef7 commit 4ec381a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ The following table lists the fields in the schema and what they signify for vir
109109
> | **BytesDestToSrc** | - | Represents bytes sent from the destination to the source of the flow. |
110110
> | **BytesSrcToDest** | - | Represents bytes sent from the source to the destination of the flow. |
111111
> | **CompletedFlows** | - | Total number of flows completed (populated with non-zero value when a flow gets a completed event). |
112-
> | **SrcPublicIPs** | \<SOURCE_PUBLIC_IP\>\|\<FLOW_STARTED_COUNT\>\|\<FLOW_ENDED_COUNT\>\|\<OUTBOUND_PACKETS\>\|\<INBOUND_PACKETS\>\|\<OUTBOUND_BYTES\>\|\<INBOUND_BYTES\> | Entries separated by bars. |
113-
> | **DestPublicIPs** | <DESTINATION_PUBLIC_IP>\|\<FLOW_STARTED_COUNT>\|\<FLOW_ENDED_COUNT>\|\<OUTBOUND_PACKETS>\|\<INBOUND_PACKETS>\|\<OUTBOUND_BYTES>\|\<INBOUND_BYTES> | Entries separated by bars. |
112+
> | **SrcPublicIps** | \<SOURCE_PUBLIC_IP\>\|\<FLOW_STARTED_COUNT\>\|\<FLOW_ENDED_COUNT\>\|\<OUTBOUND_PACKETS\>\|\<INBOUND_PACKETS\>\|\<OUTBOUND_BYTES\>\|\<INBOUND_BYTES\> | Entries separated by bars. |
113+
> | **DestPublicIps** | <DESTINATION_PUBLIC_IP>\|\<FLOW_STARTED_COUNT>\|\<FLOW_ENDED_COUNT>\|\<OUTBOUND_PACKETS>\|\<INBOUND_PACKETS>\|\<OUTBOUND_BYTES>\|\<INBOUND_BYTES> | Entries separated by bars. |
114114
> | **FlowEncryption** | - Encrypted <br>- Unencrypted <br>- Unsupported hardware <br>- Software not ready <br>- Drop due to no encryption <br>- Discovery not supported <br>- Destination on same host <br>- Fall back to no encryption. | Encryption level of flows. |
115115
> | **PrivateEndpointResourceId** | <ResourceGroup/privateEndpointResource> | Resource ID of the private endpoint resource. Populated when traffic is flowing to or from a private endpoint resource. |
116116
> | **PrivateLinkResourceId** | <ResourceGroup/ResourceType/privateLinkResource> | Resource ID of the private link service. Populated when traffic is flowing to or from a private endpoint resource. |
@@ -148,7 +148,7 @@ The following table lists the fields in the schema and what they signify for net
148148
> | **NSGRules_s** | \<Index value 0>\|\<NSG_Rule_Name>\|\<Flow Direction>\|\<Flow Status>\|\<FlowCount ProcessedByRule> | Network security group rule that allowed or denied this flow. |
149149
> | **NSGRule_s** | NSG_Rule_Name | Network security group rule that allowed or denied this flow. |
150150
| **NSGRuleType_s** | - User Defined <br> - Default | The type of network security group rule used by the flow. |
151-
> | **MACAddress_s** | MAC Address | MAC address of the NIC at which the flow was captured. |
151+
> | **MacAddress_s** | MAC Address | MAC address of the NIC at which the flow was captured. |
152152
> | **Subscription_g** | Subscription of the Azure virtual network / network interface / virtual machine is populated in this field | Applicable only for FlowType = S2S, P2S, AzurePublic, ExternalPublic, MaliciousFlow, and UnknownPrivate flow types (flow types where only one side is Azure). |
153153
> | **Subscription1_g** | Subscription ID | Subscription ID of virtual network / network interface / virtual machine that the source IP in the flow belongs to. |
154154
> | **Subscription2_g** | Subscription ID | Subscription ID of virtual network/ network interface / virtual machine that the destination IP in the flow belongs to. |
@@ -214,7 +214,7 @@ The following table details public IP schema. For more information, see [NTAIpDe
214214
| ----- | ------ | -------- |
215215
| **TableName**| NTAIpDetails | Table that contains traffic analytics IP details data. |
216216
| **SubType**| FlowLog | Subtype for the flow logs. Use only **FlowLog**. Other values of SubType are for internal workings of the product. |
217-
| **FASchemaVersion** | 3 | Schema version. Doesn't reflect virtual network flow log version. |
217+
| **FaSchemaVersion** | 3 | Schema version. Doesn't reflect virtual network flow log version. |
218218
| **FlowIntervalStartTime**| Date and time in UTC | Start time of the flow log processing interval (the time from which flow interval is measured). |
219219
| **FlowIntervalEndTime**| Date and time in UTC | End time of the flow log processing interval. |
220220
| **FlowType** | - AzurePublic <br> - ExternalPublic <br> - MaliciousFlow | See [Notes](#notes) for definitions. |

0 commit comments

Comments
 (0)