Skip to content

Commit b0ead24

Browse files
committed
Skip check version
1 parent 32554bb commit b0ead24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/app/plugins/datasource/elasticsearch/datasource.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,6 +1031,7 @@ export class ElasticDatasource
10311031
}
10321032

10331033
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
10341035
// we want this function to never fail
10351036
const getDbVersionObservable = config.featureToggles.enableElasticsearchBackendQuerying
10361037
? from(this.getResourceRequest(''))

0 commit comments

Comments
 (0)