opensearch-project / ml-commons-dashboards

User interface for the ml-commons plugin which can be integrated with OpenSearch Dashboards and a health dashboard for machine learning models.
Apache License 2.0
7 stars 23 forks source link

[FEATURE] Support Multiple Data Source in ML Commons Dashboards Plugin #304

Closed BionIT closed 5 months ago

BionIT commented 7 months ago

Is your feature request related to a problem?

With multiple data source enabled, users of OpenSearch Dashboards are able to create data source connections and query local and remote OpenSearch clusters. Enabling multiple data source at dashboards plugin would ensure users that have been using the multiple data source feature to have a consistent experience in the dashboard, and allows users to use the same dashboard for different clusters.

What solution would you like?

Support multiple data source in the ml commons dashboards plugin and allow user to use one dashboard for different backend clusters

What alternatives have you considered?

A clear and concise description of any alternative solutions or features you've considered.

Do you have any additional context?

Add any other context or screenshots about the feature request here.

BionIT commented 5 months ago

This is supported by https://github.com/opensearch-project/ml-commons-dashboards/pull/315 and 2.14 backport PR is https://github.com/opensearch-project/ml-commons-dashboards/pull/317

BionIT commented 5 months ago

Once https://github.com/opensearch-project/ml-commons-dashboards/pull/317 is merged, we can close this issue @wanglam

wanglam commented 5 months ago

The MDS has been merged to 2.x branch.