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
This article provides answers to the most frequently asked questions about traffic analytics capability of Azure Network Watcher.
@@ -43,7 +43,7 @@ sections:
43
43
- question: |
44
44
Can I use an existing workspace?
45
45
answer: |
46
-
Yes. If you select an existing workspace, make sure that it has been migrated to the new query language. If you don't want to upgrade the workspace, you need to create a new one. For more information about Kusto Query Language (KQL), see [Log queries in Azure Monitor](/azure/azure-monitor/logs/log-query-overview).
46
+
Yes. If you select an existing workspace, make sure that it was migrated to the new query language. If you don't want to upgrade the workspace, you need to create a new one. For more information about Kusto Query Language (KQL), see [Log queries in Azure Monitor](/azure/azure-monitor/logs/log-query-overview).
47
47
48
48
- question: |
49
49
Can my Azure storage account be in one subscription and my Log Analytics workspace be in a different subscription?
@@ -68,7 +68,7 @@ sections:
68
68
- question: |
69
69
Will I lose the data stored in Log Analytics workspace if I delete the storage account used for flow logging?
70
70
answer: |
71
-
No. If you delete the storage account that is used for flow logs, the data stored in Log Analytics workspace won't be affected. You can still view historic data in Log Analytics workspace (some metrics will be impacted) but traffic analytics will no longer process any new additional flow logs until you update the flow logs to use a different storage account.
71
+
No. If you delete the storage account that is used for flow logs, the data stored in Log Analytics workspace won't be affected. You can still view historic data in Log Analytics workspace (some metrics will be impacted) but traffic analytics will no longer process any new flow logs until you update the flow logs to use a different storage account.
72
72
73
73
- question: |
74
74
What if I can't configure a network security group for traffic analytics due to a "Not found" error?
@@ -86,7 +86,7 @@ sections:
86
86
The dashboard might take up to 30 minutes to show reports for the first time. The solution must first aggregate enough data for it to derive meaningful insights, then it generates reports.
87
87
88
88
- question: |
89
-
What if I get this message: “We could not find any data in this workspace for selected time interval. Try changing the time interval or select a different workspace.”?
89
+
What if I get this message: “We couldn't find any data in this workspace for selected time interval. Try changing the time interval or select a different workspace.”?
90
90
answer: |
91
91
Try the following options:
92
92
- Change the time interval in the upper bar.
@@ -109,16 +109,6 @@ sections:
109
109
answer: |
110
110
You're seeing the resources information on the dashboard; however, no flow-related statistics are present. Data might not be present because of no communication flows between the resources. Wait for 60 minutes, and recheck status. If the problem persists, and you're sure that communication flows among resources exist, raise concerns in [Microsoft Q&A](/answers/topics/azure-network-watcher.html).
111
111
112
-
- question: |
113
-
Can I configure traffic analytics using PowerShell?
114
-
answer: |
115
-
You can configure traffic analytics using Windows PowerShell version 6.2.1 and higher. To configure flow logging and traffic analytics for a specific network security group using PowerShell, see [Enable network security group flow logs and traffic analytics](./network-watcher-nsg-flow-logging-powershell.md#create-a-flow-log-and-traffic-analytics-workspace).
116
-
117
-
- question: |
118
-
Can I configure traffic analytics using an Azure Resource Manager template or a Bicep file?
119
-
answer: |
120
-
Yes, you can use an Azure Resource Manager template or a Bicep file to configure traffic analytics. For more information, see [Configure NSG flow logs using an Azure Resource Manager (ARM) template](quickstart-configure-network-security-group-flow-logs-from-arm-template.md) and [Configure NSG flow logs using a Bicep file](quickstart-configure-network-security-group-flow-logs-from-bicep.md).
121
-
122
112
- question: |
123
113
How is traffic analytics priced?
124
114
answer: |
@@ -129,7 +119,12 @@ sections:
129
119
How frequently does traffic analytics process data?
130
120
answer: |
131
121
Default processing interval of traffic analytics is 60 minutes, however, you can select accelerated processing at 10 minutes intervals. For more information, see [Data aggregation in traffic analytics](./traffic-analytics-schema.md#data-aggregation).
132
-
122
+
123
+
- question: |
124
+
What are the other resources created with my workspace?
125
+
answer: |
126
+
Traffic analytics creates and manages data collection rule (DCR) and data collection endpoint (DCE) resources in the same resource group as the workspace, prefixed with `NWTA`. If you perform any operation on these resources, traffic analytics might not function as expected. For more information, see [Data aggregation in traffic analytics](./traffic-analytics-schema.md#data-aggregation). For more information, see [Data collection rules in Azure Monitor](/azure/azure-monitor/essentials/data-collection-rule-overview?toc=/azure/network-watcher/toc.json) and [Data collection endpoints in Azure Monitor](/azure/azure-monitor/essentials/data-collection-endpoint-overview?toc=/azure/network-watcher/toc.json).
127
+
133
128
- question: |
134
129
How does traffic analytics decide that an IP is malicious?
0 commit comments