I'm trying to collect log files from a folder and all its subfolders using Azure Log Analytics Agent. I followed the instructions on this Microsoft Learn page (https://learn.microsoft.com/en-us/azure/azure-monitor/agents/data-sources-custom-logs#add-log-collection-paths-1), but I'm having trouble setting the path to collect logs from all subfolders.
My log files are stored in the following structure:
C:\Logs\20230414.log
C:\Logs\20230415.log
I want to collect all log files under all subfolders within the C/Logs folder. How can I set the path in Azure Log Analytics to achieve this?
Any help would be appreciated. Thank you!