We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32554bb commit b0ead24Copy full SHA for b0ead24
public/app/plugins/datasource/elasticsearch/datasource.ts
@@ -1031,6 +1031,7 @@ export class ElasticDatasource
1031
}
1032
1033
private getDatabaseVersionUncached(): Promise<SemVer | null> {
1034
+ return Promise.resolve(null); // LOGZ.IO GRAFANA CHANGE :: DEV-46435-grafana-10-error-500-on-get-api-datasources-uid-uid-resources
1035
// we want this function to never fail
1036
const getDbVersionObservable = config.featureToggles.enableElasticsearchBackendQuerying
1037
? from(this.getResourceRequest(''))
0 commit comments