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

[FEATURE] Support Version Decoupling in Index Patterns Dashboards Plugin #7099

Closed
ZilongX opened this issue Jun 24, 2024 · 3 comments
Closed
Assignees
Labels
enhancement New feature or request multiple datasource multiple datasource project v2.16.0 version decoupling

Comments

@ZilongX
Copy link
Collaborator

ZilongX commented Jun 24, 2024

Is your feature request related to a problem? Please describe.

OpenSearch plugins currently tightly couple their versions with the underlying OpenSearch/OpenSearch Dashboards version. This tight coupling can lead to challenges in maintaining and upgrading plugins independently. To enable supporting of the decoupling of the plugin versions from the OpenSearch versions will allow for more flexibility in managing and updating plugins.

More details is available at RFC Plugins Version Decoupling - #5877

Describe the solution you'd like

Support version decoupling in the index patterns dashboards plugin, where end users would be able to consume the latest version of index patterns dashboards plugin with a range of supported OS versions instead of just one version

Describe alternatives you've considered

More as detailed in Plugins Version Decoupling

Additional context

More as detailed in Plugins Version Decoupling

@ZilongX ZilongX added enhancement New feature or request multiple datasource multiple datasource project version decoupling v2.16.0 labels Jun 24, 2024
@ZilongX ZilongX self-assigned this Jun 24, 2024
@ZilongX
Copy link
Collaborator Author

ZilongX commented Jun 24, 2024

When the default data source is not compatible we'll need further action to handle the case. Only for legacy data source though since Index Patterns actually support all OS versions ranging from 1.0.0

@ZilongX
Copy link
Collaborator Author

ZilongX commented Jul 1, 2024

We also need the capability to filter out incompatible data sources based on whether the required backend plugins are installed or not.

@ZilongX
Copy link
Collaborator Author

ZilongX commented Jul 2, 2024

Need to improve the code coverage for Index Pattern Plugin

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

No branches or pull requests

1 participant