-
Notifications
You must be signed in to change notification settings - Fork 105
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: Ashish Agrawal <[email protected]> Signed-off-by: Ashish Agrawal <[email protected]> (cherry picked from commit bb84683)
- Loading branch information
1 parent
29f26c9
commit 74186c2
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
38 changes: 38 additions & 0 deletions
38
release-notes/opensearch-alerting.release-notes-2.4.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,38 @@ | ||
## Version 2.4.0.0 2022-11-04 | ||
|
||
Compatible with OpenSearch 2.4.0 | ||
|
||
### Enhancements | ||
* Support multiple data sources ([#558](https://github.com/opensearch-project/alerting/pull/558])) | ||
* Use custom query index in update monitor flow ([#591](https://github.com/opensearch-project/alerting/pull/591])) | ||
* Enhance Get Alerts and Get Findings for list of monitors in bulk ([#590](https://github.com/opensearch-project/alerting/pull/590])) | ||
* Support fetching alerts by list of alert ids in Get Alerts Action ([#608](https://github.com/opensearch-project/alerting/pull/608])) | ||
* Ack alerts - allow moving alerts to history index with custom datasources ([#626](https://github.com/opensearch-project/alerting/pull/626])) | ||
* Enabled parsing of bucket level monitors ([#631](https://github.com/opensearch-project/alerting/pull/631])) | ||
* Custom history indices ([#616](https://github.com/opensearch-project/alerting/pull/616])) | ||
* adds filtering on owner field in search monitor action ([#641](https://github.com/opensearch-project/alerting/pull/641])) | ||
* Support to specify backend roles for monitors ([#635](https://github.com/opensearch-project/alerting/pull/635])) | ||
|
||
### Refactoring | ||
* moving over data models from alerting to common-utils ([#556](https://github.com/opensearch-project/alerting/pull/556])) | ||
* expose delete monitor api from alerting ([#568](https://github.com/opensearch-project/alerting/pull/568])) | ||
* Use findings and alerts models, dtos from common utils ([#569](https://github.com/opensearch-project/alerting/pull/569])) | ||
* Recreate request object from writeable for Get alerts and get findings ([#577](https://github.com/opensearch-project/alerting/pull/577])) | ||
* Use acknowledge alert request,response, actions from common-utils dependencies ([#606](https://github.com/opensearch-project/alerting/pull/606])) | ||
* expose delete monitor api from alerting ([#568](https://github.com/opensearch-project/alerting/pull/568])) | ||
* refactored DeleteMonitor Action to be synchronious ([#628](https://github.com/opensearch-project/alerting/pull/628])) | ||
|
||
### Bug Fixes | ||
* add tags to trigger condition of doc-level monitor ([#598](https://github.com/opensearch-project/alerting/pull/598])) | ||
* searchAlert fix ([#613](https://github.com/opensearch-project/alerting/pull/598])) | ||
* Fix Acknowledge Alert Request class loader issue ([#618](https://github.com/opensearch-project/alerting/pull/618])) | ||
* fix alias exists check in findings index creation ([#622](https://github.com/opensearch-project/alerting/pull/622])) | ||
* add tags to trigger condition of doc-level monitor ([#598](https://github.com/opensearch-project/alerting/pull/598])) | ||
* fix for windows ktlint issue ([#585](https://github.com/opensearch-project/alerting/pull/585])) | ||
|
||
### Infrastructure | ||
* Disable ktlint for alerting as it has errors on Windows ([#570](https://github.com/opensearch-project/alerting/pull/570])) | ||
* Remove plugin to OS min race condition ([#601](https://github.com/opensearch-project/alerting/pull/601])) | ||
|
||
### Documentation | ||
* Add 2.4 release notes ([#646](https://github.com/opensearch-project/alerting/pull/646)) |