Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added 2.7 release notes. #401

Merged
merged 1 commit into from
Apr 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## Version 2.7.0.0 2023-04-17

Compatible with OpenSearch 2.7.0

### Features
* New log types. ([#332](https://github.com/opensearch-project/security-analytics/pull/332))
* Support for multiple indices in detector input. ([#336](https://github.com/opensearch-project/security-analytics/pull/336))

### Refactoring
* Index template cleanup. ([#317](https://github.com/opensearch-project/security-analytics/pull/317))
* Handle monitor or monitor index not found during detector deletion. ([#384](https://github.com/opensearch-project/security-analytics/pull/384))
* Handle index not exists for detector search and delete. ([#396](https://github.com/opensearch-project/security-analytics/pull/396))

### Bug Fixes
* Fix for integ test failures. ([#363](https://github.com/opensearch-project/security-analytics/pull/363))

### Maintenance
* Bumped version to 2.7. ([#387](https://github.com/opensearch-project/security-analytics/pull/387))

### Documentation
* Added 2.7 release notes. ([#]())