-
Notifications
You must be signed in to change notification settings - Fork 898
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
[BWC] OpenSearch Dashboards 2.x compatabile with 7.10.x #1212
Comments
Is the plan on making it possible for people to migrate directly from a legacy version (for example 7.10.2) directly to OpenSearch 2.x? Also, the PR I linked for OpenSearch makes it seem you can have a cluster that 7.10.x but right now it is only possible for OpenSearch Dashboards to connect to 7.10.2. Should this be updated on OpenSearch Dashboards side? |
There will be a migration path, but I don't have a definitive answer re:directly. I certainly wouldn't do anything to prevent it.
Yes, likely. |
Understood there might be some limitation once we start getting in the higher numbers but that's most likely after 5.x |
…ect#1212) The brush tool is now available on heatmap with categorical axes. The `onBrushEnd` callback will receive an array of values for both the x and the y coordinates corresponding to the brushed area. fix opensearch-project#1170, fix opensearch-project#1171
…ect#1212) The brush tool is now available on heatmap with categorical axes. The `onBrushEnd` callback will receive an array of values for both the x and the y coordinates corresponding to the brushed area. fix opensearch-project#1170, fix opensearch-project#1171
# [31.0.0](elastic/elastic-charts@v30.2.0...v31.0.0) (2021-06-29) ### Bug Fixes * **xy:** render gridlines behind axis ([opensearch-project#1204](elastic/elastic-charts#1204)) ([bf9ccbd](elastic/elastic-charts@bf9ccbd)), closes [#1203](elastic/elastic-charts#1203) * memory leak related to re-reselect cache ([opensearch-project#1201](elastic/elastic-charts#1201)) ([8cb6876](elastic/elastic-charts@8cb6876)) * **partition:** getLegendItemsExtra no longer assumes a singleton ([opensearch-project#1199](elastic/elastic-charts#1199)) ([ecbcc1e](elastic/elastic-charts@ecbcc1e)) ### Features * **annotations:** option to render rect annotations outside chart ([opensearch-project#1207](elastic/elastic-charts#1207)) ([ddffc00](elastic/elastic-charts@ddffc00)) * **heatmap:** enable brushing on categorical charts ([opensearch-project#1212](elastic/elastic-charts#1212)) ([5c426b3](elastic/elastic-charts@5c426b3)), closes [opensearch-project#1170](elastic/elastic-charts#1170) [opensearch-project#1171](elastic/elastic-charts#1171) * **xy:** add onPointerUpdate debounce and trigger options ([opensearch-project#1194](elastic/elastic-charts#1194)) ([aa068f6](elastic/elastic-charts@aa068f6)) ### BREAKING CHANGES * **xy:** the `PointerOverEvent` type now extends `ProjectedValues` and drops value. This effectively replaces value with `x`, `y`, `smVerticalValue` and `smHorizontalValue`.
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:
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)
The text was updated successfully, but these errors were encountered: