Custom Logs with AMA has no RawData

Jeremy Hagan 0 Reputation points
2023-06-27T23:13:01.9933333+00:00

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

User's image

Ingested data

User's image

Source log file

User's image

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,607 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Andrew Blumhardt 10,041 Reputation points Microsoft Employee
    2023-06-28T12:13:31.1966667+00:00

    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.


  2. 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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.