Forum Discussion

Krishna_Chaitanya's avatar
Krishna_Chaitanya
Copper Contributor
Jul 20, 2023

Internal server error

Internal Server Error 

Customer is facing this issue. 

 



Query is: 

DeviceInfo 
| where ExposureLevel == "High" 
| join DeviceTvmSoftwareVulnerabilities on DeviceId 
| join DeviceTvmSoftwareVulnerabilitiesKB on CveId 
| where IsExploitAvailable == 1 
| where VulnerabilitySeverityLevel has_any ("Critical") 
| summarize make_list(SoftwareName) by DeviceName 
| project DeviceName, list_SoftwareName 

Please let me know the cause and workaround for this. 

Thanks in advance. 

No RepliesBe the first to reply

Resources