Aditya Jindal
Aditya Jindal
Hi @JujuElk Can you try with the latest Performance Analyzer version and see if the issue persists?
Hi @opoplawski Can you try with the latest ODFE version of Performance Analyzer(1.12) and see if the issue persists?
**Comment by [skkosuri-amzn](https://github.com/skkosuri-amzn)** _Wednesday Aug 19, 2020 at 16:32 GMT_ ---- Thanks for creating this issue. `PUT _opendistro/_alerting/monitors/{id}` : needs to create new monitor, if the given {id} is not...
**Comment by [aditjind](https://github.com/aditjind)** _Wednesday Jun 02, 2021 at 03:26 GMT_ ---- Hi @thenom According to the latest [RFC7231](https://datatracker.ietf.org/doc/html/rfc7231#section-4.3.4), the PUT method definition states that: `A service that selects a proper...
**Comment by [elfisher](https://github.com/elfisher)** _Tuesday Apr 09, 2019 at 16:09 GMT_ ---- Hi @bellfrog thanks for the feedback. This is an interesting request. Can you help us understand what circumstances do...
**Comment by [ylwu-amzn](https://github.com/ylwu-amzn)** _Wednesday Apr 10, 2019 at 17:23 GMT_ ---- Suppose we have two team members("A","B") who will process the alert alternately. If "A" acknowledges one alert by mistake,...
**Comment by [elfisher](https://github.com/elfisher)** _Wednesday Apr 10, 2019 at 21:32 GMT_ ---- @bellfrog thanks for clarifying the use case. It feels like there are 2 things going on here. 1/ fixing...
**Comment by [elfisher](https://github.com/elfisher)** _Thursday Apr 11, 2019 at 23:54 GMT_ ---- @bellfrog are you thinking of adding an additional route like below or something else? ``` JSON POST _opendistro/_alerting/monitors//_unacknowledge/alerts {...
**Comment by [ylwu-amzn](https://github.com/ylwu-amzn)** _Friday Apr 12, 2019 at 19:28 GMT_ ---- @elfisher yes, that's what I want
**Comment by [elfisher](https://github.com/elfisher)** _Friday Apr 12, 2019 at 19:45 GMT_ ---- I think it's a good idea. @stevensideyliu from a UI perspective, what are your thoughts?