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 2843709 commit c666179Copy full SHA for c666179
src/datasource/base.ts
@@ -70,6 +70,7 @@ export class BaseQuickwitDataSource
70
this.logLevelField = settingsData.logLevelField || '';
71
this.dataLinks = settingsData.dataLinks || [];
72
this.languageProvider = new ElasticsearchLanguageProvider(this);
73
+ this.annotations = {};
74
}
75
76
query(request: DataQueryRequest<ElasticsearchQuery>): Observable<DataQueryResponse> {
0 commit comments