Skip to content

Remove PPL alerting feature. - #2017

Merged
AWSHurneyt merged 8 commits into
opensearch-project:mainfrom
AWSHurneyt:3.5-remove-ppl-alerting
Feb 12, 2026
Merged

Remove PPL alerting feature.#2017
AWSHurneyt merged 8 commits into
opensearch-project:mainfrom
AWSHurneyt:3.5-remove-ppl-alerting

Conversation

@AWSHurneyt

@AWSHurneyt AWSHurneyt commented Feb 12, 2026

Copy link
Copy Markdown
Collaborator

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 main branch 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

  • New functionality includes testing.
  • New functionality has been documented.
  • API changes companion pull request created.
  • Commits are signed per the DCO using --signoff.
  • Public documentation issue/PR created.

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.

opensearch-ci-bot and others added 7 commits February 11, 2026 17:28
* 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>
…ect#1972)"

This reverts commit d9614ba

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>
…t#1961)"

This reverts commit c911cfa

Signed-off-by: Thomas Hurney <hurneyt@amazon.com>
This reverts commit 497dea8.

Signed-off-by: Thomas Hurney <hurneyt@amazon.com>
@AWSHurneyt
AWSHurneyt force-pushed the 3.5-remove-ppl-alerting branch from a27e264 to ceea35e Compare February 12, 2026 01:29
Signed-off-by: Thomas Hurney <hurneyt@amazon.com>
@AWSHurneyt
AWSHurneyt merged commit c39caca into opensearch-project:main Feb 12, 2026
18 checks passed
@opensearch-trigger-bot

Copy link
Copy Markdown
Contributor

The backport to 3.4 failed:

The process '/usr/bin/git' failed with exit code 128

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.4

Then, create a pull request where the base branch is 3.4 and the compare/head branch is backport-2017-to-3.4.

@opensearch-trigger-bot

Copy link
Copy Markdown
Contributor

The backport to 2.19 failed:

The process '/usr/bin/git' failed with exit code 128

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.19

Then, create a pull request where the base branch is 2.19 and the compare/head branch is backport-2017-to-2.19.

@opensearch-trigger-bot

Copy link
Copy Markdown
Contributor

The backport to 3.3 failed:

The process '/usr/bin/git' failed with exit code 128

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.3

Then, create a pull request where the base branch is 3.3 and the compare/head branch is backport-2017-to-3.3.

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>
@AWSHurneyt AWSHurneyt changed the title [3.5] Remove PPL alerting feature. Remove PPL alerting feature. 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
This reverts commit c39caca.

Signed-off-by: Dennis Toepker <toepkerd@amazon.com>
Co-authored-by: Dennis Toepker <toepkerd@amazon.com>
toepkerd pushed a commit to toepkerd/alerting that referenced this pull request Apr 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants