We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598e3d3 commit 50e407bCopy full SHA for 50e407b
server/plugin.ts
@@ -67,6 +67,8 @@ export class AnomalyDetectionOpenSearchDashboardsPlugin
67
68
const dataSourceEnabled = !!dataSource;
69
70
+ // when MDS is enabled, we leave the client as undefined for now
71
+ // it will be defined later with dataSourceId when we have request context
72
let client: ILegacyClusterClient | undefined = undefined;
73
74
if (!dataSourceEnabled) {
0 commit comments