Ashish Agrawal
Ashish Agrawal
There are some problems discovered, will reopen PR once they have been resolved
Hi @kklemen, I went through your monitor information and it appears there is nothing wrong with its data. I also tested a monitor and was able to receive an alert...
Hi @cichons and @LukaszWasko, I tried to reproduce the issue, but I was not able to. The trigger is displaying the last saved value for me. I have a few...
This was worked by an intern. This might no longer be relevant. @bowenlan-amzn?
@lehmat, do the user have matching backend roles as the AD detector? If not, it will fail even as admin. @amitgalitz, there needs to be a code change [here](https://github.com/opensearch-project/alerting/blob/main/alerting/src/main/kotlin/org/opensearch/alerting/transport/TransportIndexMonitorAction.kt#L267-L293) to...
@amitgalitz I am assuming here that AD has logic to allow admins to see all detectors regardless of their backend role. If that is the case, the user might not...
@lehmat, do you have this setting enabled: `plugins.anomaly_detection.filter_by_backend_roles`? @amitgalitz, this [code](https://github.com/opensearch-project/alerting/blob/main/alerting/src/main/kotlin/org/opensearch/alerting/transport/TransportIndexMonitorAction.kt#L267-L293) does not check if the user has the backend role setting enabled for AD. In here, Alerting should call...
> > @lehmat, do you have this setting enabled: plugins.anomaly_detection.filter_by_backend_roles? > > How do I check this? I have not installed it myself, rather using AWS managed service You can...
There is no official support for data streams in the Alerting plugin. This will be a feature request to make sure there is proper full support here. Are you able...
> > Integrating the Alerting plugin with the SQL plugin would allow monitors to utilize that existing framework to query remote clusters during execution. > > Why do we need...