Reputation:
In the Azure Portal, I've created blob storage as follows:
http://mymedia.blob.core.windows.net/
I've enabled logging by going to mymedia > configure > logging and enabling it.
Unfortunately when I go to:
http://mymedia.blob.core.windows.net/$logs
I get a "resource not found error".
So my question is this. Once I've enabled logging for storage, how do actually access it? :/
Cheers
Pete
Upvotes: 4
Views: 2796
Reputation: 11
Another tool to go through Azure storage logs is CloudVyzor LogPad, now in beta. Comparing to Storage Explorer, you can actually search through there logs. This video explains it in details: https://youtu.be/q8el9e71jIE
Upvotes: 0
Reputation: 635
I also spent some time looking for it. It seems that:
Upvotes: 2
Reputation: 10998
Cerebrata's tools are great, or for some free options check out the following:
Azure Storage Explorer 5. http://azurestorageexplorer.codeplex.com/
Azure Explorer. http://www.cerebrata.com/labs/azure-explorer
Upvotes: 0
Reputation: 3719
I don't believe the $logs container is public by default. Can you use a tool like Cerebrata's Azure Management Studio to open your storage account and view the $logs container?
They won't be under "Blob Containers" node but under "Storage Analytics" --> "Raw Data" node as shown in the screenshot below:
Upvotes: 1