-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: bowenlan-amzn <bowenlan23@gmail.com>
- Loading branch information
1 parent
85c013d
commit 3cb1a3d
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
release-notes/opensearch-alerting.release-notes-2.8.0.0.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## Version 2.8.0.0 2023-05-26 | ||
Compatible with OpenSearch 2.8.0 | ||
|
||
### Feature | ||
* integrate security-analytics & alerting for correlation engine. ([#878](https://github.com/opensearch-project/alerting/pull/878)) | ||
* DocLevel Monitor - generate findings when 0 triggers. ([#856](https://github.com/opensearch-project/alerting/pull/856)) | ||
* DocLevelMonitor Error Alert - rework. ([#892](https://github.com/opensearch-project/alerting/pull/892)) | ||
* Update endtime for DocLevelMonitor Error State Alerts and move them to history index when monitor execution succeeds. ([#905](https://github.com/opensearch-project/alerting/pull/905)) | ||
* log error messages and clean up monitor when indexing doc level queries or metadata creation fails. ([#900](https://github.com/opensearch-project/alerting/pull/900)) | ||
* Adds transport layer actions for CRUD workflows. ([#934](https://github.com/opensearch-project/alerting/pull/934)) | ||
|
||
### Maintenance | ||
* Baseline codeowners and maintainers. ([#818](https://github.com/opensearch-project/alerting/pull/818)) | ||
* upgrade gradle to 8.1.1. ([#893](https://github.com/opensearch-project/alerting/pull/893)) | ||
* Update codeowners and maintainers. ([#899](https://github.com/opensearch-project/alerting/pull/899)) | ||
* Updating the CODEOWNERS file with the right format. ([#911](https://github.com/opensearch-project/alerting/pull/911)) | ||
* Compile fix - Strings package change. ([#924](https://github.com/opensearch-project/alerting/pull/924)) | ||
|
||
### Bug Fixes | ||
* Fix getAlerts API for standard Alerting monitors. ([#870](https://github.com/opensearch-project/alerting/issues/870)) | ||
* Fixed a bug that prevented alerts from being generated for doc level monitors that use wildcard characters in index names. ([#894](https://github.com/opensearch-project/alerting/issues/894)) | ||
* revert to deleting monitor metadata after deleting doc level queries to fix delete monitor regression. ([#931](https://github.com/opensearch-project/alerting/issues/931)) | ||
|
||
### Documentation | ||
* Added 2.8 release notes. ([#939](https://github.com/opensearch-project/alerting/pull/939)) |