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 release notes for 2.16 #1087

Merged
merged 1 commit into from
Jul 24, 2024
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,25 @@
## Version 2.16.0.0 2024-07-23

Compatible with OpenSearch Dashboards 2.16.0

### Maintenance
* Increment version to 2.16.0.0 ([#1046](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/1046))

### Features
* Alerts in correlations ([#1048](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/1048))
* [Threat intel platform][Part 1] UX to support threat intel platform ([#1050](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/1050))
* Show fields for aliases when selected in correlation rule and threat intel monitor scan ([#1064](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/1064))
* When sending partial alerts results extend them with the detector name and id as well ([#1033](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/1033))
* [Threat intel][part 3] Support for source type URL_Download and logic to activate/deactivate source ([#1068](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/1068))
* [Threat intel] Fetch up to 10k source configs and iocs under source details ([#1071](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/1071))
* plugin decoupling changes ([#1079](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/1079))

### Bug fixes
* Updated get findings & alerts to use duration filter and start showing results as they come in ([#1031](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/1031))
* Backport 1051 to 2.x ([#1053](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/1053))
* Updated IOCTypes. ([#1076](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/1076))
* [Threat intel] Fixed ui issues ([#1080](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/1080))
* side nav changes for SA ([#1084](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/1084))

### Documentation
* Added v2.16 release notes. ([#1087](https://github.com/opensearch-project/security-analytics-dashboards-plugin/pull/1087))
Loading