Open
Description
Is your feature request related to a problem? Please describe.
With no longer targeting: #1099 for OpenSearch Dashboards 2.0.0, then we still try to make OpenSearch Dashboards compatible with the legacy search engine similar to what OpenSearch did in this PR: opensearch-project/OpenSearch#1902
Describe the solution you'd like
OpenSearch Dashboards can start up and run without error against a legacy search engine of 7.10.
Here:
- https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/src/core/server/opensearch/version_check/opensearch_opensearch_dashboards_version_compatability.ts#L107
- https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/src/core/server/ui_settings/create_or_upgrade_saved_config/is_config_version_upgradeable.ts#L78
Describe alternatives you've considered
n/a
Additional context
Not sure if the intention of the OpenSearch change was to make it possible to migrate from the legacy 7.10.x to OpenSearch 2.x directly (skipping over OpenSearch 1.x)
Activity