Forum Discussion
Log analytics 'No Results Found'
MarkSteben OK there could be many things gone wrong, and it's a bit hard to debug it blindly, so best path is to open a support ticket. However, a few pointers:
a. Looks like you've setup both Diagnostic settings for your SQL database and an agent on your VM. These are 2 separate things.
b. The first batch of logs takes time, since the table strcuture is being generated for your workspace. That doesn't mean it should take a day, but it could be more than a few minutes (maybe 20-30 minute).
c. Regarding your VM, if you want to see logs you should pick which logs (these are the sources you haven't selected yet).
d. Re SQL, sounds like you did it right (no need to also send it to a storage account, it's completely optional). You settings should look something like this:
e. You should be able to open the Logs page from either the resource itself (the sql database) or the workspace you're connecting it to.
f. Type a simple query like
AzureActivity | take 10
g. If still not working, do contact support...