Remove PPL alerting feature. - #2017
Merged
AWSHurneyt merged 8 commits intoFeb 12, 2026
Merged
Conversation
* Add release notes for 3.5.0 Signed-off-by: opensearch-ci <opensearch-infra@amazon.com> * Add release notes for 3.5.0 Signed-off-by: opensearch-ci <opensearch-infra@amazon.com> --------- Signed-off-by: opensearch-ci <opensearch-infra@amazon.com> Signed-off-by: Thomas Hurney <hurneyt@amazon.com>
…roject#1960)" This reverts commit 74aed08. Signed-off-by: Thomas Hurney <hurneyt@amazon.com>
…ch-project#1968)" This reverts commit fd151de. Signed-off-by: Thomas Hurney <hurneyt@amazon.com>
This reverts commit 819599f. Signed-off-by: Thomas Hurney <hurneyt@amazon.com>
This reverts commit 497dea8. Signed-off-by: Thomas Hurney <hurneyt@amazon.com>
AWSHurneyt
force-pushed
the
3.5-remove-ppl-alerting
branch
from
February 12, 2026 01:29
a27e264 to
ceea35e
Compare
Signed-off-by: Thomas Hurney <hurneyt@amazon.com>
AWSHurneyt
marked this pull request as ready for review
February 12, 2026 16:56
AWSHurneyt
requested review from
amsiglan,
bowenlan-amzn,
eirsep,
engechas,
getsaurabh02,
goyamegh,
jowg-amazon,
lezzago,
praveensameneni,
rishabhmaurya,
riysaxen-amzn,
sbcd90 and
toepkerd
as code owners
February 12, 2026 16:57
eirsep
approved these changes
Feb 12, 2026
riysaxen-amzn
approved these changes
Feb 12, 2026
Contributor
|
The backport to To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/alerting/backport-3.4 3.4
# Navigate to the new working tree
pushd ../.worktrees/alerting/backport-3.4
# Create a new branch
git switch --create backport-2017-to-3.4
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 c39cacaf3cfe8aef9ba81f033b2e10187347543f
# Push it to GitHub
git push --set-upstream origin backport-2017-to-3.4
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/alerting/backport-3.4Then, create a pull request where the |
Contributor
|
The backport to To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/alerting/backport-2.19 2.19
# Navigate to the new working tree
pushd ../.worktrees/alerting/backport-2.19
# Create a new branch
git switch --create backport-2017-to-2.19
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 c39cacaf3cfe8aef9ba81f033b2e10187347543f
# Push it to GitHub
git push --set-upstream origin backport-2017-to-2.19
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/alerting/backport-2.19Then, create a pull request where the |
Contributor
|
The backport to To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/alerting/backport-3.3 3.3
# Navigate to the new working tree
pushd ../.worktrees/alerting/backport-3.3
# Create a new branch
git switch --create backport-2017-to-3.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 c39cacaf3cfe8aef9ba81f033b2e10187347543f
# Push it to GitHub
git push --set-upstream origin backport-2017-to-3.3
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/alerting/backport-3.3Then, create a pull request where the |
opensearch-trigger-bot Bot
pushed a commit
that referenced
this pull request
Feb 12, 2026
* [AUTO] Add release notes for 3.5.0 (#2014) * Add release notes for 3.5.0 Signed-off-by: opensearch-ci <opensearch-infra@amazon.com> * Add release notes for 3.5.0 Signed-off-by: opensearch-ci <opensearch-infra@amazon.com> --------- Signed-off-by: opensearch-ci <opensearch-infra@amazon.com> Signed-off-by: Thomas Hurney <hurneyt@amazon.com> * Revert "PPL Alerting: Execute Monitor and Monitor Stats (#1960)" This reverts commit 74aed08. Signed-off-by: Thomas Hurney <hurneyt@amazon.com> * Revert "PPL Alerting: Get Alerts and Alert Lifecycle (#1972)" This reverts commit d9614ba Signed-off-by: Thomas Hurney <hurneyt@amazon.com> * Revert "PPL Alerting: Delete Monitor, More V1/V2 Separation (#1968)" This reverts commit fd151de. Signed-off-by: Thomas Hurney <hurneyt@amazon.com> * Revert "PPL Alerting: Get and Search Monitors (#1966)" This reverts commit 819599f. Signed-off-by: Thomas Hurney <hurneyt@amazon.com> * Revert "PPL Alerting: Create and Update Monitor V2 (#1961)" This reverts commit c911cfa Signed-off-by: Thomas Hurney <hurneyt@amazon.com> * Revert "PPL Alerting: Models (#1955)" This reverts commit 497dea8. Signed-off-by: Thomas Hurney <hurneyt@amazon.com> * Fixed test role creation. Signed-off-by: Thomas Hurney <hurneyt@amazon.com> --------- Signed-off-by: opensearch-ci <opensearch-infra@amazon.com> Signed-off-by: Thomas Hurney <hurneyt@amazon.com> Co-authored-by: opensearch-ci <83309141+opensearch-ci-bot@users.noreply.github.com> (cherry picked from commit c39caca) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This was referenced Feb 12, 2026
AWSHurneyt
pushed a commit
that referenced
this pull request
Feb 16, 2026
* [AUTO] Add release notes for 3.5.0 (#2014) * Add release notes for 3.5.0 * Add release notes for 3.5.0 --------- * Revert "PPL Alerting: Execute Monitor and Monitor Stats (#1960)" This reverts commit 74aed08. * Revert "PPL Alerting: Get Alerts and Alert Lifecycle (#1972)" This reverts commit d9614ba * Revert "PPL Alerting: Delete Monitor, More V1/V2 Separation (#1968)" This reverts commit fd151de. * Revert "PPL Alerting: Get and Search Monitors (#1966)" This reverts commit 819599f. * Revert "PPL Alerting: Create and Update Monitor V2 (#1961)" This reverts commit c911cfa * Revert "PPL Alerting: Models (#1955)" This reverts commit 497dea8. * Fixed test role creation. --------- (cherry picked from commit c39caca) Signed-off-by: opensearch-ci <opensearch-infra@amazon.com> Signed-off-by: Thomas Hurney <hurneyt@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: opensearch-ci <83309141+opensearch-ci-bot@users.noreply.github.com>
toepkerd
pushed a commit
to toepkerd/alerting
that referenced
this pull request
Mar 11, 2026
This reverts commit c39caca. Signed-off-by: Dennis Toepker <toepkerd@amazon.com>
toepkerd
added a commit
that referenced
this pull request
Mar 11, 2026
toepkerd
pushed a commit
to toepkerd/alerting
that referenced
this pull request
Apr 21, 2026
This reverts commit c39caca.
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.
Description
Remove PPL alerting feature assets. This was an experimental feature that is being refactored, and is planned for release in v3.7.
Will not be removing these commits from the
mainbranch as that's where development for v3.7 will take place.Related Issues
Resolves #[Issue number to be closed when this PR is merged]
Check List
--signoff.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.