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
Is your feature request related to a problem? Please describe
Currently, there is no official API that allows an OpenSearch plugin to programmatically check which other plugins are installed and available in the cluster. This limitation makes it difficult to implement plugin dependencies and optional integrations between plugins.
Describe the solution you'd like
We could extend the ClusterService class to include methods for plugin discovery. This approach leverages the existing central role of ClusterService in managing cluster-wide information.
Related component
Cluster Manager
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe
Currently, there is no official API that allows an OpenSearch plugin to programmatically check which other plugins are installed and available in the cluster. This limitation makes it difficult to implement plugin dependencies and optional integrations between plugins.
Describe the solution you'd like
We could extend the ClusterService class to include methods for plugin discovery. This approach leverages the existing central role of ClusterService in managing cluster-wide information.
Related component
Cluster Manager
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: