Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MDS][Enhancement] Deprecate the non-MDS data connection endpoint for direct query data source #8536

Open
RyanL1997 opened this issue Oct 9, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@RyanL1997
Copy link
Contributor

Description

In version 2.16, the migration of direct query data source was done in data source management plugin. For supporting MDS, it originally has 2 versions of same endpoints, such as,

  • /api/directquery/dataconnections
    and
  • /api/directquery/dataconnections/dataSourceMDSId={dataSourceMDSId?},
    for with and without MDS support.

The 2 versions of endpoints are served the same purpose. The non-mds endpoints is only being used when MDS feature flag is disabled- for local cluster only environment. so that the best practice is to unified the usage and deprecate the non-mds version, since the mds endpoints are also supporting local cluster calls by passing in the '' as cluster ID.

OpenSearch Version

2.16 +

Dashboards Version**

2.16 +

Plugins

OSD core - data source management

Reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants