Hi,
I'm trying to ingest log files into Azure monitor so I can send out organisation wide notifications but i've run into an issue.
When I look into the machine that flow is installed on, I can see that it is storing logs in folders in batches of 1000 and it will create new folder each time it hits a multiple of 1000. I can process files into Azure, but this doesn't seem to work with a wildcard in the /current/ folder - it needs a folder that already exists.
Is there a way to write these logs all to the same folder?
The file pattern/query i'm using:
C:\\ProgramData......logs\\engine\\current\\jobs\\*\\job_*.txt
Many thanks,
Sam