I was looking for ways to get real-time logs from Azure.
Currently I am using Graph API logs for the same, but these logs are delayed.
The system I am working on requires real-time information about user sign-in activity (any sign-in method, even using APIs). Are there any logs that can have the information in real-time?
I see Azure Log Analytics Workspace’s latency (Link) as 20 sec to 3 min.
I would like to avoid plugins, but I am also curious to how Splunk and other logging tools work in these scenario.
My Question
- Is it possible to get lower latency? If yes, then how?
- Is Azure Log Analytics Workspace the only way?