How to get the information of Diagnostic logs from Azure

Viewed 210

If anyone is working with Azure and could help me, I would appreciate it. I am trying to trigger an action every time the creation of a file is logged in an azure data lake path and I need the following to be true:

  • It has to be in real time

  • Should report which file is the one created, at what time and which user

I have tried to do it with the ADL diagnostic logs by routing them to an eventhub but the events arrive normally after 3 minutes, I have also tried to do it with Log Analytics and it takes longer for the information to arrive

1 Answers
Related