Skip to content

Commit 44fd809

Browse files
committed
add new fields
1 parent cf8a601 commit 44fd809

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ author: halkazwini
66
ms.author: halkazwini
77
ms.service: network-watcher
88
ms.topic: concept-article
9-
ms.date: 12/05/2023
9+
ms.date: 04/24/2024
1010

1111
#CustomerIntent: As a administrator, I want learn about traffic analytics schema so I can easily use the queries and understand their output.
1212
---
1313

14-
# Schema and data aggregation in Azure Network Watcher traffic analytics
14+
# Traffic analytics schema and data aggregation
1515

1616
Traffic analytics is a cloud-based solution that provides visibility into user and application activity in cloud networks. Traffic analytics analyzes Azure Network Watcher flow logs to provide insights into traffic flow in your Azure cloud. With traffic analytics, you can:
1717

@@ -268,8 +268,10 @@ The following table details public IP schema:
268268
| **Location** | Location of the IP | - For Azure Public IP: Azure region of virtual network/network interface/virtual machine to which the IP belongs OR Global for IP [168.63.129.16](../virtual-network/what-is-ip-address-168-63-129-16.md). <br> - For External Public IP and Malicious IP: 2-letter country code where IP is located (ISO 3166-1 alpha-2). |
269269
| **PublicIPDetails** | Information about IP | - For AzurePublic IP: Azure Service owning the IP or Microsoft virtual public IP for [168.63.129.16](../virtual-network/what-is-ip-address-168-63-129-16.md). <br> - ExternalPublic/Malicious IP: WhoIS information of the IP. |
270270
| **ThreatType** | Threat posed by malicious IP | **For Malicious IPs only**: One of the threats from the list of currently allowed values (described in the next table). |
271-
| **ThreatDescription** | Description of the threat | **For Malicious IPs only**: Description of the threat posed by the malicious IP. |
272-
| **DNSDomain** | DNS domain | **For Malicious IPs only**: Domain name associated with this IP. |
271+
| **ThreatDescription** | Description of the threat | *For Malicious IPs only*. Description of the threat posed by the malicious IP. |
272+
| **DNSDomain** | DNS domain | *For Malicious IPs only*. Domain name associated with the malicious IP. |
273+
| **Url** | URL corresponding to the malicious IP | *For Malicious IPs only* |
274+
| **Port** | Port corresponding to the malicious IP | *For Malicious IPs only* |
273275

274276
# [**VNet flow logs (preview)**](#tab/vnet)
275277

@@ -285,8 +287,10 @@ The following table details public IP schema:
285287
| **PublicIPDetails** | Information about IP | **For AzurePublic IP**: Azure Service owning the IP or **Microsoft Virtual Public IP** for the IP 168.63.129.16. <br> **ExternalPublic/Malicious IP**: WhoIS information of the IP. |
286288
| **ThreatType** | Threat posed by malicious IP | *For Malicious IPs only*. One of the threats from the list of currently allowed values. For more information, see [Notes](#notes). |
287289
| **DNSDomain** | DNS domain | *For Malicious IPs only*. Domain name associated with this IP. |
288-
| **ThreatDescription** |Description of the threat | *For Malicious IPs only*. Description of the threat posed by the malicious IP. |
290+
| **ThreatDescription** | Description of the threat | *For Malicious IPs only*. Description of the threat posed by the malicious IP. |
289291
| **Location** | Location of the IP | **For Azure Public IP**: Azure region of virtual network / network interface / virtual machine to which the IP belongs or Global for IP 168.63.129.16. <br> **For External Public IP and Malicious IP**: two-letter country code (ISO 3166-1 alpha-2) where IP is located. |
292+
| **Url** | URL corresponding to the malicious IP | *For Malicious IPs only* |
293+
| **Port** | Port corresponding to the malicious IP | *For Malicious IPs only* |
290294

291295
> [!NOTE]
292296
> *NTAIPDetails* in VNet flow logs replaces *AzureNetworkAnalyticsIPDetails_CL* used in NSG flow logs.

0 commit comments

Comments
 (0)