Skip to content

Commit 1c78d74

Browse files
authored
Merge pull request #223222 from halkazwini/nw-ta
Network Watcher: Freshness: Traffic analytics
2 parents 8323d7c + e0635cc commit 1c78d74

File tree

2 files changed

+20
-24
lines changed

2 files changed

+20
-24
lines changed

articles/network-watcher/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
href: network-watcher-troubleshoot-overview.md
6262
- name: Variable packet capture
6363
href: network-watcher-packet-capture-overview.md
64-
- name: Traffic Analytics overview
64+
- name: Traffic analytics
6565
items:
6666
- name: Overview
6767
href: traffic-analytics.md

articles/network-watcher/traffic-analytics.md

Lines changed: 19 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
---
2-
title: Azure traffic analytics | Microsoft Docs
3-
description: Learn about traffic analytics. Gain an overview of this solution for viewing network activity, securing networks, and optimizing performance.
2+
title: Azure traffic analytics
3+
description: Learn what traffic analytics is, and how to use traffic analytics for viewing network activity, securing networks, and optimizing performance.
44
services: network-watcher
5-
documentationcenter: na
65
author: Harsha-CS
76
ms.service: network-watcher
87
ms.topic: conceptual
9-
ms.tgt_pltfrm: na
10-
ms.workload: infrastructure-services
11-
ms.date: 06/01/2022
8+
ms.workload: infrastructure-services
9+
ms.date: 01/06/2023
1210
ms.author: harshacs
1311
ms.reviewer: vinigam
14-
ms.custom:
15-
- references_regions
16-
- devx-track-azurepowershell
17-
- kr2b-contr-experiment
12+
ms.custom: template-concept, references_regions, engagement-fy23, devx-track-azurepowershell, kr2b-contr-experiment
1813
---
1914

2015
# Traffic analytics
@@ -35,8 +30,6 @@ Traffic analytics is a cloud-based solution that provides visibility into user a
3530
> [!NOTE]
3631
> Traffic analytics now supports collecting NSG flow logs data at a frequency of every 10 minutes.
3732
38-
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
39-
4033
## Why traffic analytics?
4134

4235
It's vital to monitor, manage, and know your own network for uncompromised security, compliance, and performance. Knowing your own environment is of paramount importance to protect and optimize it. You often need to know the current state of the network, including the following information:
@@ -65,22 +58,22 @@ Traffic analytics provides the following information:
6558

6659
## Key components
6760

68-
- **Network security group (NSG)**: A resource that contains a list of security rules that allow or deny network traffic to resources that are connected to an Azure virtual network. NSGs can be associated with subnets, individual VMs (classic), or individual network interfaces (NICs) that are attached to VMs (Resource Manager). For more information, see [Network security group overview](../virtual-network/network-security-groups-overview.md?toc=%2fazure%2fnetwork-watcher%2ftoc.json).
61+
- **Network security group (NSG)**: A resource that contains a list of security rules that allow or deny network traffic to or from resources that are connected to an Azure virtual network. NSGs can be associated with subnets, network interfaces (NICs) that are attached to VMs (Resource Manager), or individual VMs (classic). For more information, see [Network security group overview](../virtual-network/network-security-groups-overview.md).
6962

7063
- **NSG flow logs**: Recorded information about ingress and egress IP traffic through an NSG. NSG flow logs are written in JSON format and include:
7164

7265
- Outbound and inbound flows on a per rule basis.
7366
- The NIC that the flow applies to.
74-
- Information about the flow, such as the source and destination IP address, the source and destination port, and the protocol.
67+
- Information about the flow, such as the source and destination IP addresses, the source and destination ports, and the protocol.
7568
- The status of the traffic, such as allowed or denied.
7669

7770
For more information about NSG flow logs, see [NSG flow logs](network-watcher-nsg-flow-logging-overview.md).
7871

79-
- **Log Analytics**: A tool in the Azure portal that you use to work with Azure Monitor Logs data. Azure Monitor Logs is an Azure service that collects monitoring data and stores the data in a central repository. This data can include events, performance data, or custom data that's provided through the Azure API. After this data is collected, it's available for alerting, analysis, and export. Monitoring applications such as network performance monitor and traffic analytics use Azure Monitor Logs as a foundation. For more information, see [Azure Monitor Logs](../azure-monitor/logs/log-query-overview.md?toc=%2fazure%2fnetwork-watcher%2ftoc.json). Log Analytics provides a way to edit and run queries on logs. You can also use this tool to analyze query results. For more information, see [Overview of Log Analytics in Azure Monitor](../azure-monitor/logs/log-analytics-overview.md?toc=%2fazure%2fnetwork-watcher%2ftoc.json).
72+
- **Log Analytics**: A tool in the Azure portal that you use to work with Azure Monitor Logs data. Azure Monitor Logs is an Azure service that collects monitoring data and stores the data in a central repository. This data can include events, performance data, or custom data that's provided through the Azure API. After this data is collected, it's available for alerting, analysis, and export. Monitoring applications such as network performance monitor and traffic analytics use Azure Monitor Logs as a foundation. For more information, see [Azure Monitor Logs](../azure-monitor/logs/log-query-overview.md). Log Analytics provides a way to edit and run queries on logs. You can also use this tool to analyze query results. For more information, see [Overview of Log Analytics in Azure Monitor](../azure-monitor/logs/log-analytics-overview.md).
8073

81-
- **Log Analytics workspace**: The environment that stores Azure Monitor log data that pertains to an Azure account. For more information about Log Analytics workspaces, see [Create a Log Analytics workspace](../azure-monitor/logs/quick-create-workspace.md?toc=%2fazure%2fnetwork-watcher%2ftoc.json).
74+
- **Log Analytics workspace**: The environment that stores Azure Monitor log data that pertains to an Azure account. For more information about Log Analytics workspaces, see [Overview of Log Analytics workspace](../azure-monitor/logs/log-analytics-workspace-overview.md).
8275

83-
- **Network Watcher**: A regional service that you can use to monitor and diagnose conditions at a network-scenario level in Azure. You can use Network Watcher to turn NSG flow logs on and off. For more information, see [Network Watcher](network-watcher-monitoring-overview.md).
76+
- **Network Watcher**: A regional service that you can use to monitor and diagnose conditions at a network-scenario level in Azure. You can use Network Watcher to turn NSG flow logs on and off. For more information, see [What is Azure Network Watcher?](network-watcher-monitoring-overview.md).
8477

8578
## How traffic analytics works
8679

@@ -94,11 +87,14 @@ Reduced logs are enhanced with geography, security, and topology information and
9487

9588
## Prerequisites
9689

97-
Before you use traffic analytics, ensure your environment meets the following requirements.
90+
Traffic Analytics requires:
9891

99-
### User access requirements
92+
- A Network Watcher enabled subscription. For more information, see [Create an Azure Network Watcher instance](network-watcher-create.md)
93+
- Network Security Group (NSG) flow logs enabled for the NSGs you want to monitor. For more information, see [Enable NSG flow log](network-watcher-nsg-flow-logging-portal.md#enable-nsg-flow-log).
94+
- An Azure Storage account to store raw flow logs. For more information, see [Create a storage account](../storage/common/storage-account-create.md)
95+
- An Azure Log Analytics workspace with read and write access. For more information, see [Create a Log Analytics workspace](../azure-monitor/logs/quick-create-workspace.md)
10096

101-
One of the following [Azure built-in roles](../role-based-access-control/built-in-roles.md?toc=%2fazure%2fnetwork-watcher%2ftoc.json) needs to be assigned to your account:
97+
One of the following [Azure built-in roles](../role-based-access-control/built-in-roles.md) needs to be assigned to your account:
10298

10399
|Deployment model | Role |
104100
|--------- |--------- |
@@ -121,13 +117,13 @@ If none of the preceding built-in roles are assigned to your account, assign a [
121117
- `Microsoft.Network/virtualNetworks/read`
122118
- `Microsoft.Network/expressRouteCircuits/read`
123119

124-
For information about how to check user access permissions, see [Traffic analytics FAQ](traffic-analytics-faq.yml).
120+
For information about how to check user access permissions, see [Traffic analytics FAQ](traffic-analytics-faq.yml#what-are-the-prerequisites-to-use-traffic-analytics-).
125121

126122
## Frequently asked questions
127123

128124
To get answers to frequently asked questions about traffic analytics, see [Traffic analytics FAQ](traffic-analytics-faq.yml).
129125

130126
## Next steps
131127

132-
- To learn how to turn on flow logs, see [Enable NSG flow log](network-watcher-nsg-flow-logging-portal.md#enable-nsg-flow-log).
133-
- To understand the schema and processing details of traffic analytics, see [Traffic analytics schema](traffic-analytics-schema.md).
128+
- To learn how to use traffic analytics, see [Usage scenarios](usage-scenarios-traffic-analytics.md).
129+
- To understand the schema and processing details of traffic analytics, see [Schema and data aggregation in Traffic Analytics](traffic-analytics-schema.md).

0 commit comments

Comments
 (0)