📟 Get notified when your data meets certain conditions by setting up monitors, alerts, and notifications https://opensearch.org/docs/latest/monitoring-plugins/alerting/index/
Find a file
AWSHurneyt 528dcabcc8
Add user to stashed context when sending alert notification messages. (#2027)
Signed-off-by: Thomas Hurney <hurneyt@amazon.com>
2026-03-02 17:30:27 -08:00
.github jdk upgrade to 25 and gradle upgrade to 9.2 (#1995) 2025-12-02 08:37:17 -08:00
alerting Add user to stashed context when sending alert notification messages. (#2027) 2026-03-02 17:30:27 -08:00
build-tools jdk upgrade to 25 and gradle upgrade to 9.2 (#1995) 2025-12-02 08:37:17 -08:00
core [3.5] Remove PPL alerting feature. (#2017) 2026-02-12 09:14:16 -08:00
docs Add Document Level Alerting RFC (#388) 2022-04-13 14:51:48 -07:00
gradle/wrapper jdk upgrade to 25 and gradle upgrade to 9.2 (#1995) 2025-12-02 08:37:17 -08:00
release-notes [3.5] Remove PPL alerting feature. (#2017) 2026-02-12 09:14:16 -08:00
sample-remote-monitor-plugin Onboarding new maven snapshots publishing to s3 (alerting) (#1949) 2025-10-18 00:35:43 -04:00
scripts Publish snapshots to Staging (#2005) 2025-12-12 13:32:23 -08:00
spi Update shadow plugin usage (#2022) 2026-02-18 13:20:08 -08:00
worksheets Add worksheets to help with testing (#151) 2021-08-26 13:07:35 -07:00
.codecov.yml Add Codecov configuration to set a coverage threshold to pass the check on a commit (#231) 2020-08-10 16:11:33 -07:00
.editorConfig Initial release for OpenDistro Elasticsearch Alerting 2019-03-04 16:39:57 -08:00
.gitignore Fix snapshot build and increment to 1.1.0. (#142) 2021-08-17 19:25:22 -04:00
.whitesource Add .whitesource configuration file (#270) 2022-01-12 13:33:42 -08:00
build.gradle Access control for results in trigger execution context (#1991) 2026-01-26 09:12:22 -08:00
CODE_OF_CONDUCT.md Update documentation to remove more ES references and update licenses 2021-04-16 17:13:31 -07:00
CONTRIBUTING.md Update and add documentation files (#117) 2021-06-24 16:41:21 -07:00
DEVELOPER_GUIDE.md Set alerting plugin 3.0.0 baseline JDK version to JDK-21 (#1695) 2025-01-02 08:53:07 -08:00
gradlew Bumped gradle to 8.14, support JDK 24; fixed backport branch deletion (#1911) 2025-08-06 00:13:16 +05:30
gradlew.bat Bumped gradle to 8.14, support JDK 24; fixed backport branch deletion (#1911) 2025-08-06 00:13:16 +05:30
LICENSE.txt Initial release for OpenDistro Elasticsearch Alerting 2019-03-04 16:39:57 -08:00
MAINTAINERS.md Adding toepkerd to MAINTAINERS.md (#1935) 2025-10-01 09:38:19 -07:00
NOTICE.txt Update release note and copy right notice, and add dco workflow (#229) 2021-11-08 17:23:03 -08:00
README.md Replace Forum link in Alerting plugin README.md (#545) 2022-09-08 08:21:15 -07:00
RELEASING.md Update and add documentation files (#117) 2021-06-24 16:41:21 -07:00
SECURITY.md Update and add documentation files (#117) 2021-06-24 16:41:21 -07:00
settings.gradle [Release 3.0] Added alpha1 qualifier. Updated shadow plugin reference. (#1786) 2025-02-26 16:39:14 -08:00
THIRD-PARTY Update jackson CVE-2020-28491 (#8) 2021-04-23 17:39:32 -07:00

Test Workflow codecov Documentation Chat PRs welcome!

OpenSearch Alerting

The OpenSearch Alerting enables you to monitor your data and send alert notifications automatically to your stakeholders. With an intuitive OpenSearch Dashboards interface and a powerful API, it is easy to set up, manage, and monitor your alerts. Craft highly specific alert conditions using Elasticsearch's full query language and scripting capabilities.

Highlights

Scheduled searches use cron expressions or intervals (e.g. every five minutes) and the Elasticsearch query DSL.

To define trigger conditions, use the Painless scripting language or simple thresholds (e.g. count > 100).

When trigger conditions are met, you can publish messages to the following destinations:

Messages can be static strings, or you can use the Mustache templates to include contextual information.

Documentation

Please see our documentation.

Contributing

See developer guide and how to contribute to this project.

Code of Conduct

This project has adopted the Amazon Open Source Code of Conduct. For more information see the Code of Conduct FAQ, or contact opensource-codeofconduct@amazon.com with any additional questions or comments.

Security

If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our vulnerability reporting page. Please do not create a public GitHub issue.

License

This project is licensed under the Apache v2.0 License.

Copyright OpenSearch Contributors. See NOTICE for details.