[Backport 3.3] PPL Alerting: Execute Monitor and Monitor Stats - #1990
Closed
opensearch-trigger-bot[bot] wants to merge 1 commit into
Closed
[Backport 3.3] PPL Alerting: Execute Monitor and Monitor Stats#1990opensearch-trigger-bot[bot] wants to merge 1 commit into
opensearch-trigger-bot[bot] wants to merge 1 commit into
Conversation
* PPL Alerting initial commit Signed-off-by: Dennis Toepker <toepkerd@amazon.com> * removing unused get alerts params and adding serde tests for alertsv2 request and response Signed-off-by: Dennis Toepker <toepkerd@amazon.com> * adding get alerts rbac IT Signed-off-by: Dennis Toepker <toepkerd@amazon.com> * misc changes Signed-off-by: Dennis Toepker <toepkerd@amazon.com> * removing actioned upon TODO Signed-off-by: Dennis Toepker <toepkerd@amazon.com> * adding execute monitor request/response serde tests that are currently failing Signed-off-by: Dennis Toepker <toepkerd@amazon.com> * adding request response serde tests and passing in explicit readers and writers for PPLSQLMonitorRunResult serde Signed-off-by: Dennis Toepker <toepkerd@amazon.com> * finishing out request/response serde tests Signed-off-by: Dennis Toepker <toepkerd@amazon.com> * minor changes in tests Signed-off-by: Dennis Toepker <toepkerd@amazon.com> * adding debug logs for playground Signed-off-by: Dennis Toepker <toepkerd@amazon.com> * adding expires null check in alert expiration Signed-off-by: Dennis Toepker <toepkerd@amazon.com> * removing null check as expires duration should never be null Signed-off-by: Dennis Toepker <toepkerd@amazon.com> * cleanup Signed-off-by: Dennis Toepker <toepkerd@amazon.com> * updating timestamp field check to include any date type that includes the string date Signed-off-by: Dennis Toepker <toepkerd@amazon.com> * addressing PR comments Signed-off-by: Dennis Toepker <toepkerd@amazon.com> * misc logs changes Signed-off-by: Dennis Toepker <toepkerd@amazon.com> * changing default max query results to 1000 and replacing get alerts filters with constants Signed-off-by: Dennis Toepker <toepkerd@amazon.com> * putting query index parsing logic in try catch Signed-off-by: Dennis Toepker <toepkerd@amazon.com> * adding backtick trimming when reading index names in ppl query Signed-off-by: Dennis Toepker <toepkerd@amazon.com> * adding time measurements and logs Signed-off-by: Dennis Toepker <toepkerd@amazon.com> * refactoring PPL query execution call to use transport service with timeout instead of client Signed-off-by: Dennis Toepker <toepkerd@amazon.com> * adding monitor run timeout test Signed-off-by: Dennis Toepker <toepkerd@amazon.com> * removing return in timeout catch block to allow for monitors to get updated with last triggered times Signed-off-by: Dennis Toepker <toepkerd@amazon.com> * addressing pr comments Signed-off-by: Dennis Toepker <toepkerd@amazon.com> * addressing pr comments Signed-off-by: Dennis Toepker <toepkerd@amazon.com> * update monitor now ignores seqNo and primaryTerm, and eliminating monitor stats v2 api in favor of version parameter in existing monitor stats api Signed-off-by: Dennis Toepker <toepkerd@amazon.com> * adding experimental tags Signed-off-by: Dennis Toepker <toepkerd@amazon.com> --------- Signed-off-by: Dennis Toepker <toepkerd@amazon.com> Co-authored-by: Dennis Toepker <toepkerd@amazon.com> (cherry picked from commit 74aed08) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
opensearch-trigger-bot
Bot
requested review from
AWSHurneyt,
amsiglan,
bowenlan-amzn,
eirsep,
engechas,
getsaurabh02,
goyamegh,
jowg-amazon,
lezzago,
praveensameneni,
rishabhmaurya,
riysaxen-amzn,
sbcd90 and
toepkerd
as code owners
November 18, 2025 01:25
Collaborator
|
Closing this PR as we're removing this feature and it's assets for now. Development will continue on |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport 74aed08 from #1960.