-
Notifications
You must be signed in to change notification settings - Fork 894
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
[BUG] Make running version compatible with Beat to use API to import dashboards #939
Comments
Believe this to be a duplicate of: #831 There is currently a workaround: One hesitation even if we fake the version number will there be continued support from metricbeat? |
Why is this closed? is there a solution other than the workaround? or is it because it is a duplicate? |
Yeah, as @kavilla mentioned above, it's a duplicate. |
# [24.5.0](elastic/elastic-charts@v24.4.0...v24.5.0) (2021-01-30) ### Bug Fixes * add theme min radius to point shape ([opensearch-project#996](elastic/elastic-charts#996)) ([98089a9](elastic/elastic-charts@98089a9)) * align tooltip z-index to EUI tooltip z-index ([opensearch-project#931](elastic/elastic-charts#931)) ([f7f1f6f](elastic/elastic-charts@f7f1f6f)) * chart state and series functions cleanup ([opensearch-project#989](elastic/elastic-charts#989)) ([42a7af0](elastic/elastic-charts@42a7af0)) * create unique ids for dot icons ([opensearch-project#971](elastic/elastic-charts#971)) ([0b3e00f](elastic/elastic-charts@0b3e00f)) * external tooltip legend extra value sync ([opensearch-project#993](elastic/elastic-charts#993)) ([7e1096e](elastic/elastic-charts@7e1096e)) * **legend:** disable focus and keyboard navigation for legend in partition ch… ([opensearch-project#952](elastic/elastic-charts#952)) ([dfff3e2](elastic/elastic-charts@dfff3e2)) * **legend:** hierarchical legend order should follow the tree paths ([opensearch-project#947](elastic/elastic-charts#947)) ([7b70186](elastic/elastic-charts@7b70186)), closes [opensearch-project#944](elastic/elastic-charts#944) * **legend:** remove ids for circles ([opensearch-project#973](elastic/elastic-charts#973)) ([ed98481](elastic/elastic-charts@ed98481)) ### Features * **cursor:** improve theme styling for crosshair ([opensearch-project#980](elastic/elastic-charts#980)) ([0248ad6](elastic/elastic-charts@0248ad6)) * **legend:** display pie chart legend extra ([opensearch-project#939](elastic/elastic-charts#939)) ([672a4df](elastic/elastic-charts@672a4df)) * **legend:** add keyboard navigation ([opensearch-project#880](elastic/elastic-charts#880)) ([b471a94](elastic/elastic-charts@b471a94)) * **partition:** Flame and icicle chart ([opensearch-project#965](elastic/elastic-charts#965)) ([9e8b1f7](elastic/elastic-charts@9e8b1f7)) * **partition:** legend hover options ([opensearch-project#978](elastic/elastic-charts#978)) ([acd1339](elastic/elastic-charts@acd1339)) * **xy:** support multiple point shapes on line, area and bubble charts ([opensearch-project#988](elastic/elastic-charts#988)) ([4f23b4f](elastic/elastic-charts@4f23b4f))
Describe the bug
When we forked OpenSearch Dashboards, we change the dashboards version from 7.10 to 1.0. This cause incompatible issue to use
metricbeat
to import dashboards through API2021-11-15T21:17:36.997Z ERROR instance/beat.go:956 Exiting: Kibana API is not available in Kibana version 1.1.0
this is due to the client compatibility check in beat
To Reproduce
use metricsbeat to import Dashboards
https://github.com/elastic/beats/blob/8a5dac67f9c9a50c66cc62835c7ca94da05ba030/libbeat/dashboards/dashboards.go#L98
Expected behavior
We fixed OpenSearch to send 7.10.2 in compatibility mode. We should do the same in Dashboards
Refer to
opensearch-project/OpenSearch#898
Option A (preferred):
Provide a settings in dashboards advanced settings, provide a way to override dashboards version for compatibility
Option B:
Provide a config item in kibana.yml to override dashboards version.
The text was updated successfully, but these errors were encountered: