Hard to say from the information provided but I assume one of the steps was incorrect. Possibly the table creation command. I recommend trying again with a new table, looking closely for anything you may have overlooked.
Custom Logs with AMA has no RawData
I have followed this article
https://learn.microsoft.com/en-us/azure/azure-monitor/agents/data-collection-text-log?tabs=portal
To test ingestion of custom logs with AMA. I am even using the PowerShell script in the article to generate the log file monitored.
When I query the resulting data, there is no RawData field. Can anyone suggest what is going wrong?
Table Schema
Ingested data
Source log file
Azure Monitor
2 answers
Sort by: Most helpful
-
Andrew Blumhardt 10,041 Reputation points Microsoft Employee
2023-06-28T12:13:31.1966667+00:00 -
Jeremy Hagan 0 Reputation points
2023-07-27T22:15:05.85+00:00 The issue in my case was that I had reused a table I had previously created and then deleted during testing. As soon as I used a table name that had never been used before everything worked perfectly.