You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OSD plugins will have require OS counterparts for them to function correctly. Add the ability to let the OSD plugin define in their opensearch_dashboards.json plugin manifest to not only define required OS plugins but also the version their OSD plugin supports for OS.
For example,
if I have an alerting dashboards plugin 2.9.0, I can define in my plugin manifest
Do we want to restructure the existing requiredOpenSearchPlugins as it is relatively new (2.9) and seemingly unused to just be a map or array of objects?
Name of the new config
The versioning format
should it be semver/NPM like formatted?
should it be a range?
Does it also support the "OS" core version [ISSUE]
What happens on runtime / before runtime?
Does it fail to start?
Does it start but disable the plugin in OSD?
Implement changes
For initial implementation the expectation will be a 1-1 match from OSD plugin to OSD. The goal here is to have 1-many relationship with OSD plugin to OS.
Testing
The text was updated successfully, but these errors were encountered:
Description
Extending the functionality here:
#3116
OSD plugins will have require OS counterparts for them to function correctly. Add the ability to let the OSD plugin define in their
opensearch_dashboards.json
plugin manifest to not only define required OS plugins but also the version their OSD plugin supports for OS.For example,
if I have an alerting dashboards plugin 2.9.0, I can define in my plugin manifest
^ Not the requirement to be exactly that.
Requirements:
requiredOpenSearchPlugins
as it is relatively new (2.9) and seemingly unused to just be a map or array of objects?The text was updated successfully, but these errors were encountered: