azure-data-explorer-datasource icon indicating copy to clipboard operation
azure-data-explorer-datasource copied to clipboard

Grafana datasource plugin for Microsoft Azure Data Explorer (formerly Azure Kusto)

Results 74 azure-data-explorer-datasource issues
Sort by recently updated
recently updated
newest added

### Discussed in https://github.com/grafana/azure-data-explorer-datasource/discussions/329 Originally posted by **savastosic** March 9, 2022 It would be extremely helpful for my users to have a more powerful query builder for the ADX plugin,...

enhancement
datasource/ADX
priority/med

Currently App Registration authentication type only supports client secrets. Azure AD also supports client certificates but they are not supported by Grafana. The goal is to support client certificates as...

enhancement
datasource/ADX
priority/med

Grafana documentation for data links: https://grafana.com/docs/grafana/latest/reference/datalinks/#data-links " __series.labels. - label’s value to the URL. If your label contains dots use __series.labels[""] syntax " for example, for a query such as...

type/bug
needs investigation
datasource/ADX
priority/low

This PR builds on the LLM integrations that were completed in #577 and #757 by adding a toggle in the OpenAI Editor that allows a user to view their previously...

effort/small
datasource/ADX

Since we can now generate KQL via OpenAI (#577) it could be useful to store previous plain language queries to allow users to view and re-run/edit them. The UI/UX for...

enhancement
datasource/ADX
priority/low

List of further enhancements or features leveraging the OpenAI work. ```[tasklist] ### Issues - [ ] https://github.com/grafana/azure-data-explorer-datasource/issues/602 - [ ] #582 - [ ] #583 - [ ] https://github.com/grafana/azure-data-explorer-datasource/issues/586 -...

datasource/ADX
type/epic

I am able to reproduce the following case. 1. If I use "Custom" Variable type = **CORRECT** ![image](https://github.com/grafana/azure-data-explorer-datasource/assets/136453859/ac8f84f2-db1d-48e6-8125-a8aec75fddff) shows up like: Val = `${adxdsDeploymentModels2}` Text = `${adxdsDeploymentModels2:text}` Text = `${adxdsDeploymentModels2:cccc}`...

type/bug
datasource/ADX
priority/med

Currently the OpenAI integration (#577) does not send any details about the schema or data of the user in the prompt to OpenAI. We should explore sending the schema or...

enhancement
datasource/ADX
priority/low

The Kusto client doesn't need to have separate low level implementations for both `KustoRequest` ([this](https://github.com/grafana/azure-data-explorer-datasource/blob/91b44e41e8c1bffa7c2b7ea41016c5ee1ff58814/pkg/azuredx/client/client.go#L77)) and `TestRequest` ([this](https://github.com/grafana/azure-data-explorer-datasource/blob/91b44e41e8c1bffa7c2b7ea41016c5ee1ff58814/pkg/azuredx/client/client.go#L35)). `TestRequest` could be removed from the `Client` and `CheckHealth` could call `KustoRequest`...

good first issue
datasource/ADX
type/chore
priority/low

See #533 for more details on the error in question. OAuth error messages can be displayed under various circumstances when the OBO feature is enabled. A potential solution to one...

type/bug
datasource/ADX
priority/med