0

I created an Azure Container Instance and Coldfusion 2021 is running on it as a Docker image.

The application creates multiple log files. I sent all these logs to Standard Output by the symlink.

Now, I want to parse these logs file-wise in Azure Log Analytics Workspace.

Can anyone help me?

Thanks!

  • Please check this thread which i have answered how to store logs of container in azure log analytics workspace , you just need to replace image as per your requirement : https://stackoverflow.com/questions/72564294/azure-private-registry-for-docker-image/72602673#72602673 – RahulKumarShaw Jun 20 '22 at 12:57
  • @RahulKumarShaw-MT I already implemented that and custom logs are sent to ALAW. Now I want to parse each log separately. I am unable to do that. – Souvik Saha Choudhury Jun 25 '22 at 10:49
  • Please check it might helps : https://learn.microsoft.com/en-us/azure/azure-monitor/logs/parse-text – RahulKumarShaw Jun 26 '22 at 18:16
  • @RahulKumarShaw-MT I used Data Collector API for different log files and then parse those logs. https://learn.microsoft.com/en-us/azure/azure-monitor/logs/data-collector-api – Souvik Saha Choudhury Jul 07 '22 at 07:31

0 Answers0