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
What is the bug?
When creating a Per Document monitor, and adding a Trigger with the query specified, the trigger is not triggered (Alerts are not produced).
How can one reproduce the bug?
Steps to reproduce the behavior:
Create a monitor with a query named query1.
Add new trigger to monitor, and in Trigger conditions dropdown select query1.
In Dev tools insert a document that matches query1.
Check Document findings for the monitor - document is found, but alert is not created.
What is the expected behavior?
Alerts are supposed to be produced by the trigger when query is set as condition.
What is your host/environment?
Opensearch Cluster Version - 2.4.0
Opensearch Dashboard Version - 2.4.0
Do you have any screenshots?
Do you have any additional context?
First screenshot is the suspected issue - for some reason the query is negated "!query[name=testq]"/
Second is the suggested fix for the issue in the code.
The text was updated successfully, but these errors were encountered:
Closing this issue as the bug fix was release with v2.7, and backported to older versions. Please feel free to reopen if you're still experiencing the problem, though.
What is the bug?
When creating a Per Document monitor, and adding a Trigger with the query specified, the trigger is not triggered (Alerts are not produced).
How can one reproduce the bug?
Steps to reproduce the behavior:
What is the expected behavior?
Alerts are supposed to be produced by the trigger when query is set as condition.
What is your host/environment?
Opensearch Cluster Version - 2.4.0
Opensearch Dashboard Version - 2.4.0
Do you have any screenshots?
Do you have any additional context?
First screenshot is the suspected issue - for some reason the query is negated "!query[name=testq]"/
Second is the suggested fix for the issue in the code.
The text was updated successfully, but these errors were encountered: