-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Load errors into Power BI dashboard #240
Comments
Hi @pasasorin, thank you for trying out AzTS. Can you please confirm if both TenantSecurityReport template and TenantSecurityInventoryReport template are pointing to the same Log Analytics Workspace (Same WorkspaceId provided while loading data into both the templates)? If yes, can you please try running couple of Log analytics queries from inventory template and see if data is present? |
If you are trying for scheduled refresh, please check whether Log Anlytics workspace Id is replaced for all queries (a[4] step from here). Please let us know if this helps. |
@Aboli-msft thank you for your answer, the templates are pointing to the same LA workspace. It seems that most of the issues come from the fact that tables are missing (like, for example, the table "AzSK_SecureScore_CL" or "AzSK_SSAssessmentAdditionalMetaData_CL"). Any idea why this might have happened? |
Can you please check if Microsoft Defender for Cloud is enabled for subscriptions getting scanned via AzTS setup? |
You are correct, it is not enabled. I am working in my Visual Studio Enterprise subscription, and I have not enabled Defender. |
When trying to load the data into PowerBI, everything works for the "TenantSecurityReport" template, but for the "TenantSecurityInventoryReport" I receive many errors like the ones below:
Loading blocked by failures with other queries.
Web.Contents failed to get contents from 'https://api.loganalytics.io/v1/workspaces/0000000000000000000000/query?query=let%20LatestJobId%20%3D%20toscalar%20%28%20AzSK_SecureScoreControls_CL%20%7C%20where%20TimeGenerated%20%3E%20ago%281d%29%20%7C%20summarize%20arg_max%28JobId_d%2C%2A%29%7C%20project%20%20JobId_d%29%3B%0AAzSK_SecureScoreControls_CL%0A%7C%20where%20JobId_d%20%3D%3D%20LatestJobId%0A%7C%20summarize%20arg_max%28TimeGenerated%2C%20%2A%29%20by%20Id_s%0A%7C%20summarize%20count%28%29%20by%20CollectionTime%20%3D%20bin%28TimeGenerated%2C15s%29&x-ms-app=OmsAnalyticsPBI&prefer=ai.response-thinning%3Dtrue' (400): Bad Request
There is already an issue opened (and closed ???, but with no resolution) about this problem: #122
Thanks!
The text was updated successfully, but these errors were encountered: