Need help troubleshooting externaldata operator search
Below is the search. * included for obfuscation. I uploaded a file to Azure Storage and got the shared access signature.
externaldata(rulelabel: string) [h@"https://companyname.file.core.windows.net/?sv=*************"] with (format='txt', ignoreFirstRecord=true)
| summarize count() by rulelabel
But whenever I run this I get no results and the insatiably frustrating log analytics response of:
Some aspects of the query had errors so the results are not complete
If issue persists, please open a support ticket. Request id:*************
Where do I move from this? How do I begin to troubleshoot?
Any help is appreciated, thanks!