forked from opensearch-project/security-analytics
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release notes 2.6.0 (opensearch-project#438)
* release notes 2.6.0 Signed-off-by: Jovan Cvetkovic <[email protected]> * snapshot fix Signed-off-by: Jovan Cvetkovic <[email protected]> --------- Signed-off-by: Jovan Cvetkovic <[email protected]>
- Loading branch information
1 parent
22330db
commit 18066d3
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
37 changes: 37 additions & 0 deletions
37
release-notes/opensearch-security-analytics-dashboards.release-notes-2.6.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,37 @@ | ||
## Version 2.6.0.0 2023-02-22 | ||
|
||
Compatible with OpenSearch 2.6.0 | ||
|
||
### Maintenance | ||
|
||
* Updated lint-staged for consistency with other plugins. ([#412](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/412)) | ||
|
||
### Features | ||
|
||
* Added multi select data source for creating detector. ([#424](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/424)) | ||
* Chart vertical domain UX improvement. ([#372](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/372)) | ||
* Various detectors page UX/UI improvements. ([#387](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/387)) | ||
* Various findings page UX/UI improvements. ([#369](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/369)) | ||
* Upgrade vega tooltips to use custom formatting. ([#368](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/368)) | ||
* Adds validation for trigger name in creating alert flyout. ([#367](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/367)) | ||
* Create index pattern. ([#366](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/366)) | ||
* Provide all unmapped fields when editing Rule field mapping. ([#353](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/353)) | ||
|
||
### Infrastructure | ||
|
||
* Added untriaged issue workflow. ([#410](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/410)) | ||
|
||
### Bug Fixes | ||
|
||
* Fixes bad breadcrumbs on page reload. ([#395](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/395)) | ||
* Fixes UX/UI bugs for edit detector page. ([#404](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/404)) | ||
* Add breadcrumbs for create detector page. ([#394](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/394)) | ||
* Removes sidebar from edit detector page. ([#388](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/388)) | ||
* Fixes interval field validation. ([#379](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/379)) | ||
* Fixes chart tooltip delay. ([#348](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/348)) | ||
* Fixes wrong alert colors. ([#350](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/350)) | ||
|
||
### Documentation | ||
|
||
* Readme update. ([#363](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/363)) | ||
|