Hi @Charitarth T ,
As confirmed, heartbeat signals from the virtual machines are being received, indicating that the Azure Monitor Agent (AMA) is operational on both AMD and ARM-based VMs.
However, we suspect that custom text log ingestion into the Log Analytics workspace is not functioning as expected on the ARM-based VMs. To isolate and investigate this issue further, we recommend the following actions:
Please create a dedicated DCR for the ARM-based VMs. This will help ensure clarity in data flow and avoid any configuration conflicts with existing DCRs used by AMD-based VMs.
Note: Creating and assigning a DCR does not incur any additional cost.
1. Log Format
Ensure that your custom log files follow the correct format:
Each log entry should begin on a new line.
If using the timestamp delimiter, the timestamp must be at the beginning of each log entry and follow one of the supported formats below:
Supported Timestamp Formats:
YYYY-MM-DD HH:MM:SS M/D/YYYY HH:MM:SS AM/PM Mon DD, YYYY HH:MM:SS yyMMdd HH:mm:ss ddMMyy HH:mm:ss MMM d hh:mm:ss dd/MMM/yyyy:HH:mm:ss zzz yyyy-MM-ddTHH:mm:ssK
If a matching timestamp is not detected, the End of Line (EOL) is used as the default delimiter.
2. Log File Location
Confirm that the log files are stored on a local drive of the ARM-based VMs.
Ensure that the files are not subject to circular logging or overwriting, which could prevent AMA from reliably reading the content. Please refer to the following Microsoft documentation for detailed guidance:
https://learn.microsoft.com/en-us/azure/azure-monitor/vm/data-collection-log-text https://learn.microsoft.com/en-us/azure/azure-monitor/vm/data-collection-log-text#text-file-requirements-and-best-practices
Please let me know if you face any challenge here, I can help you to resolve this issue further
Provide your valuable Comments.
Please do not forget to "Accept the answer” and “upvote it” wherever the information provided helps you, this can be beneficial to other community members.it would be greatly appreciated and helpful to others.