azure-data-explorer-datasource
azure-data-explorer-datasource copied to clipboard
How to connect to kusto.aria.microsoft.com from my Azure Grafana service
What happened: I have created an azure Grafana service and in the process of configuring it. The data source it needs to connect is https://kusto.aria.microsoft.com cluster. Since I'm not the cluster owner so won't be able to set it up and authenticate through another way, but I do have individual access to query my target database on the cluster.
I tried to leave the cluster url black, I get the below error.
If I add the cluster url as https://kusto.aria.microsoft.com, it fails on timeout.
Can someone please guide me how to get this around? Thanks.
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Screenshots
Anything else we need to know?:
Environment:
- Grafana version:
- Plugin version:
- OS Grafana is installed on:
- User OS & Browser:
- Others:
@maglims Couple of ideas:
- It looks like the URL has an extra
/. Try removing the/at the end. (This is a bug) - Is user auth set up completely? Here is a guide: https://github.com/grafana/azure-data-explorer-datasource/blob/main/doc/current-user-auth.md
Hi @maglims, did the solutions that @bossinc recommended work for you?
Closing this issue due to inactivity. If this is still an issue please reopen.