Questions tagged [wadslogtable]

6 questions
15
votes
7 answers

Windows Azure - Cleaning Up The WADLogsTable

I've read conflicting information as to whether or not the WADLogsTable table used by the DiagnosticMonitor in Windows Azure will automatically prune old log entries. I'm guessing it doesn't, and will instead grow forever - costing me money. :) If…
RMD
  • 3,421
  • 7
  • 39
  • 85
3
votes
1 answer

How can I locate an Azure resource or setting creating empty WADMetrics Tables?

We have a resource constantly creating completely empty WADMetrics tables on a storage account. We have a significant amount of Azure resources and are unable to locate what is creating them since they are completely empty. It appears 2 tables are…
Vyrotek
  • 5,356
  • 5
  • 45
  • 70
1
vote
2 answers

How to fetch latest below 1000 WADLogsTable entry?

I've coded for fetching latest diagnostic log from wadlogstable in c# But it is traversing all over records and then giving latest entry ex. there 5000 records in table but i want only latest or last 1000 record but it is giving all records then…
Ashok Dhakhada
  • 417
  • 2
  • 13
0
votes
2 answers

Simplest way to collect/view logs from an Azure Cloud Service Worker Role

I have an Azure Cloud Service Worker Role with Diagnostics enabled. Nlog with a console writer is used to write app logs. I know that those logs end up in WADLogsTable on my Storage account. The question is what is the best way to view/analyze those…
0
votes
0 answers

How to format Azure WAD Log messages Pushed using Sink?

We have a bunch of Azure Service Fabric Services. We are currently using WAD for pushing all the ETW logs to Event hub. The event read from the Azure EH looks like below - { "records": [{ "time":…
atul
  • 143
  • 1
  • 1
  • 10
0
votes
1 answer

Deleting records from Azure Storage WADSLogTable and WADWindowsEventLogsTable

Looking to programmatically do in .NET as question states. Which libraries should I be looking into? Links to code examples much appreciated. Thanks.
Fung
  • 7,530
  • 7
  • 53
  • 68