azure-data-explorer-datasource
azure-data-explorer-datasource copied to clipboard
Grafana datasource plugin for Microsoft Azure Data Explorer (formerly Azure Kusto)
Currently the trusted endpoints configuration only includes Azure endpoints for each cloud. As described in #849, this is unsuitable in cases where the clusters may sit behind a load-balancer for...
**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...
When using an ADX data source in a dashboard, the underlying dashboard JSON will look something like this: ```json { "panels": [ { "datasource": { "type": "grafana-azure-data-explorer-datasource", "uid": "cfb97634-30e4-4c76-a9ef-ddbe79be15d7" },...
### What happened? If I create a variable that is multi value and it has several items selected without a backslash in the values I can reference that variable in...
**What happened**: When using the query builder in the ADX plugin, the template variable of the dashboard cannot be used (like mentioned in the [note](https://github.com/grafana/azure-data-explorer-datasource?tab=readme-ov-file#templating-with-variables)) because it parses them as...
**What happened**: With the connector also connection to KQL Databases in Microsoft Fabric is possible. In Microsoft Fabric KQL Database names are unique identifiers generated by the service. User friendly...
**What happened**:  ``` test1 | where time >= datetime(2000-01-01T00:00:00Z) and time
Bumps [react-use](https://github.com/streamich/react-use) from 15.3.8 to 17.5.0. Release notes Sourced from react-use's releases. v17.5.0 17.5.0 (2024-01-22) Features add isFirst and isLast methods to useStateList hook (ac64414) pencil: add isFirst and isLast...
**What happened**: I am trying to use a `$table` variable (textbox type) to specify the table name using the Azure Data Explorer data source. For example: ``` $table | where...