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
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/export-telemetry.md
+24-24Lines changed: 24 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,10 @@ ms.custom: references_regions
7
7
---
8
8
9
9
# Export telemetry from Application Insights
10
-
Want to keep your telemetry for longer than the standard retention period? Or process it in some specialized way? Continuous Export is ideal for this. The events you see in the Application Insights portal can be exported to storage in Microsoft Azure in JSON format. From there, you can download your data and write whatever code you need to process it.
10
+
Want to keep your telemetry for longer than the standard retention period? Or process it in some specialized way? Continuous Export is ideal for this purpose. The events you see in the Application Insights portal can be exported to storage in Microsoft Azure in JSON format. From there, you can download your data and write whatever code you need to process it.
11
11
12
12
> [!IMPORTANT]
13
-
> Continuous export has been deprecated. [Migrate to a workspace-based Application Insights resource](convert-classic-resource.md) to use [diagnostic settings](#diagnostic-settings-based-export) for exporting telemetry.
13
+
> Continuous export has been deprecated. When [migrating to a workspace-based Application Insights resource](convert-classic-resource.md), you must use [diagnostic settings](#diagnostic-settings-based-export) for exporting telemetry.
14
14
15
15
> [!NOTE]
16
16
> Continuous export is only supported for classic Application Insights resources. [Workspace-based Application Insights resources](./create-workspace-resource.md) must use [diagnostic settings](./create-workspace-resource.md#export-telemetry).
@@ -25,7 +25,7 @@ Before you set up continuous export, there are some alternatives you might want
25
25
* The [Data access REST API](https://dev.applicationinsights.io/) lets you access your telemetry programmatically.
26
26
* You can also access setup [continuous export via PowerShell](/powershell/module/az.applicationinsights/new-azapplicationinsightscontinuousexport).
27
27
28
-
After Continuous Export copies your data to storage (where it can stay for as long as you like), it's still available in Application Insights for the usual [retention period](./data-retention-privacy.md).
28
+
After continuous export copies your data to storage, where it may stay as long as you like, it's still available in Application Insights for the usual [retention period](./data-retention-privacy.md).
29
29
30
30
## Supported Regions
31
31
@@ -84,7 +84,7 @@ Continuous Export **does not support** the following Azure storage features/conf
84
84
85
85
3. Create or select an [Azure storage account](../../storage/common/storage-introduction.md) where you want to store the data. For more information on storage pricing options, visit the [official pricing page](https://azure.microsoft.com/pricing/details/storage/).
86
86
87
-
Click Add, Export Destination, Storage account, and then either create a new store or choose an existing store.
87
+
Select Add, Export Destination, Storage account, and then either create a new store or choose an existing store.
88
88
89
89
> [!Warning]
90
90
> By default, the storage location will be set to the same geographical region as your Application Insights resource. If you store in a different region, you may incur transfer charges.
@@ -96,7 +96,7 @@ Continuous Export **does not support** the following Azure storage features/conf
96
96
97
97
There can be a delay of about an hour before data appears in the storage.
98
98
99
-
Once the first export is complete you will find a structure similar to the following in your Azure Blob storage container: (This will vary depending on the data you are collecting.)
99
+
Once the first export is complete, you'll find the following structure in your Azure Blob storage container: (This structure will vary depending on the data you're collecting.)
100
100
101
101
|Name | Description |
102
102
|:----|:------|
@@ -106,27 +106,27 @@ Once the first export is complete you will find a structure similar to the follo
106
106
| [Messages](export-data-model.md#trace-messages) | Sent by [TrackTrace](./api-custom-events-metrics.md#tracktrace), and by the [logging adapters](./asp-net-trace-logs.md).
107
107
| [Metrics](export-data-model.md#metrics) | Generated by metric API calls.
108
108
| [PerformanceCounters](export-data-model.md) | Performance Counters collected by Application Insights.
109
-
|[Requests](export-data-model.md#requests)| Sent by [TrackRequest](./api-custom-events-metrics.md#trackrequest). The standard modules use this to reports server response time, measured at the server.|
109
+
|[Requests](export-data-model.md#requests)| Sent by [TrackRequest](./api-custom-events-metrics.md#trackrequest). The standard modules use requests to report server response time, measured at the server.|
110
110
111
111
### To edit continuous export
112
112
113
-
Click on continuous export and select the storage account to edit.
113
+
Select continuous export and select the storage account to edit.
114
114
115
115
### To stop continuous export
116
116
117
-
To stop the export, click Disable. When you click Enable again, the export will restart with new data. You won't get the data that arrived in the portal while export was disabled.
117
+
To stop the export, select Disable. When you select Enable again, the export will restart with new data. You won't get the data that arrived in the portal while export was disabled.
118
118
119
119
To stop the export permanently, delete it. Doing so doesn't delete your data from storage.
120
120
121
121
### Can't add or change an export?
122
122
* To add or change exports, you need Owner, Contributor, or Application Insights Contributor access rights. [Learn about roles][roles].
123
123
124
124
## <aname="analyze"></a> What events do you get?
125
-
The exported data is the raw telemetry we receive from your application, except that we add location data, which we calculate from the client IP address.
125
+
The exported data is the raw telemetry we receive from your application with added location data from the client IP address.
126
126
127
-
Data that has been discarded by [sampling](./sampling.md)is not included in the exported data.
127
+
Data that has been discarded by [sampling](./sampling.md)isn't included in the exported data.
128
128
129
-
Other calculated metrics are not included. For example, we don't export average CPU utilization, but we do export the raw telemetry from which the average is computed.
129
+
Other calculated metrics aren't included. For example, we don't export average CPU utilization, but we do export the raw telemetry from which the average is computed.
130
130
131
131
The data also includes the results of any [availability web tests](./monitor-web-app-availability.md) that you have set up.
132
132
@@ -136,7 +136,7 @@ The data also includes the results of any [availability web tests](./monitor-web
136
136
>
137
137
138
138
## <aname="get"></a> Inspect the data
139
-
You can inspect the storage directly in the portal. Click home in the leftmost menu, at the top where it says "Azure services" select **Storage accounts**, select the storage account name, on the overview page select **Blobs** under services, and finally select the container name.
139
+
You can inspect the storage directly in the portal. Select home in the leftmost menu, at the top where it says "Azure services" select **Storage accounts**, select the storage account name, on the overview page select **Blobs** under services, and finally select the container name.
140
140
141
141
To inspect Azure storage in Visual Studio, open **View**, **Cloud Explorer**. (If you don't have that menu command, you need to install the Azure SDK: Open the **New Project** dialog, expand Visual C#/Cloud and choose **Get Microsoft Azure SDK for .NET**.)
On larger scales, consider [HDInsight](https://azure.microsoft.com/services/hdinsight/) - Hadoop clusters in the cloud. HDInsight provides a variety of technologies for managing and analyzing big data, and you could use it to process data that has been exported from Application Insights.
216
+
On larger scales, consider [HDInsight](https://azure.microsoft.com/services/hdinsight/) - Hadoop clusters in the cloud. HDInsight provides various technologies for managing and analyzing big data. You can use it to process data that has been exported from Application Insights.
217
217
218
218
## Q & A
219
219
**But all I want is a one-time download of a chart.*
220
220
221
-
Yes, you can do that. At the top of the tab, click**Export Data**.
221
+
Yes, you can do that. At the top of the tab, select**Export Data**.
222
222
**I set up an export, but there's no data in my store.*
223
223
224
224
Did Application Insights receive any telemetry from your app since you set up the export? You'll only receive new data.
@@ -230,17 +230,17 @@ On larger scales, consider [HDInsight](https://azure.microsoft.com/services/hdin
230
230
No, sorry. Our export engine currently only works with Azure storage at this time.
231
231
**Is there any limit to the amount of data you put in my store?*
232
232
233
-
No. We'll keep pushing data in until you delete the export. We'll stop if we hit the outer limits for blob storage, but that's pretty huge. It's up to you to control how much storage you use.
233
+
No. We'll keep pushing data in until you delete the export. We'll stop if we hit the outer limits for blob storage, but that's huge. It's up to you to control how much storage you use.
234
234
**How many blobs should I see in the storage?*
235
235
236
236
* For every data type you selected to export, a new blob is created every minute (if data is available).
237
-
* In addition, for applications with high traffic, additional partition units are allocated. In this case, each unit creates a blob every minute.
237
+
* In addition, for applications with high traffic, extra partition units are allocated. In this case, each unit creates a blob every minute.
238
238
**I regenerated the key to my storage or changed the name of the container, and now the export doesn't work.*
239
239
240
-
Edit the export and open the export destination tab. Leave the same storage selected as before, and click OK to confirm. Export will restart. If the change was within the past few days, you won't lose data.
240
+
Edit the export and open the export destination tab. Leave the same storage selected as before, and select OK to confirm. Export will restart. If the change was within the past few days, you won't lose data.
241
241
**Can I pause the export?*
242
242
243
-
Yes. Click Disable.
243
+
Yes. Select Disable.
244
244
245
245
## Code samples
246
246
@@ -250,12 +250,12 @@ On larger scales, consider [HDInsight](https://azure.microsoft.com/services/hdin
250
250
251
251
## Diagnostic settings based export
252
252
253
-
Diagnostic settings based export uses a different schema than continuous export. It also supports features that continuous export does not like:
253
+
Diagnostic settings based export uses a different schema than continuous export. It also supports features that continuous export doesn't like:
254
254
255
-
* Azure storage accounts with vnet, firewalls, and private links.
256
-
* Export to event hub.
255
+
* Azure storage accounts with virtual networks, firewalls, and private links.
256
+
* Export to Event Hubs.
257
257
258
-
To migrate to diagnostic settingsbased export:
258
+
To migrate to diagnostic settings-based export:
259
259
260
260
1. Disable current continuous export.
261
261
2.[Migrate application to workspace-based](convert-classic-resource.md).
0 commit comments