Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to clear the Azure AppInsight Data

Tags:

azure

Wanted to find out how do i clear the Data from Azure AppInsight ?

Looked at the Azure portal, but could not find any options to clear.

like image 418
user3799325 Avatar asked Apr 24 '15 16:04

user3799325


People also ask

How long does Azure monitor keep data?

How long is the data kept? Raw data points (that is, items that you can query in Analytics and inspect in Search) are kept for up to 730 days. You can select a retention duration of 30, 60, 90, 120, 180, 270, 365, 550 or 730 days.

How long is data stored in application Insights?

Application Insights can store its raw data for up to 730 days (2 Years). You can use Continuous Export (deprecated) or Diagnostics Settings (current) to store log data in Azure Storage, Event Hub as soon as data arrives. You can export data to Azure storage account with vNet, firewalls and private links.

What is Azure Appinsight?

Application Insights is a feature of Azure Monitor that provides extensible application performance management (APM) and monitoring for live web apps. Developers and DevOps professionals can use Application Insights to: Automatically detect performance anomalies. Help diagnose issues by using powerful analytics tools.

What is Appinsight telemetry?

Application Insights telemetry model defines a way to correlate telemetry to the operation of which it's a part. For example, a request can make a SQL Database calls and recorded diagnostics info. You can set the correlation context for those telemetry items that tie it back to the request telemetry.


1 Answers

It is now possible with the release of the Purge API : https://docs.microsoft.com/en-us/rest/api/application-insights/components/purge

like image 135
Pak Avatar answered Oct 20 '22 18:10

Pak