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
Ad plugin will register a custom api schema alertingPlugin during plugin setup, that have conflict with alerting plugin. They both using same namespace for the api schema.
What is the bug?
Ad plugin will register a custom api schema
alertingPlugin
during plugin setup, that have conflict with alerting plugin. They both using same namespace for the api schema.anomaly-detection-dashboards-plugin/server/plugin.ts
Lines 80 to 83 in 0c16406
AD
anomaly-detection-dashboards-plugin/server/cluster/ad/alertingPlugin.ts
Lines 19 to 22 in 0c16406
Alerting
https://github.com/opensearch-project/alerting-dashboards-plugin/blob/82532860e740d260e281be4656ef47e4bbecf12b/server/clusters/alerting/alertingPlugin.js#L18-L21
By looking at the logic, the api schema may override each other that depends on plugin setup order.
How can one reproduce the bug?
Steps to reproduce the behavior:
What is the expected behavior?
A clear and concise description of what you expected to happen.
What is your host/environment?
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
This is only happened for multiple datasource case
The text was updated successfully, but these errors were encountered: