OpenTechFund / bypass-otf_proxy

1 stars 1 forks source link

Acquire and analyze Azure CDN logs #23

Closed maxpearl closed 3 years ago

maxpearl commented 3 years ago

Here's a start - requires enabling logs, then having them stored in Azure storage. We'll have to pick them up and analyze them from there. https://docs.microsoft.com/en-us/azure/cdn/monitoring-and-access-log

maxpearl commented 3 years ago

Logs for a few CDN profiles have been set up. They should theoretically show up in a blob called 'insights.cdn' in the storage account. I'll have to write in the analysis app how to grab them from that account and analyze.

maxpearl commented 3 years ago

Azure log parsing has been completed.