Releases: opensearch-project/security-analytics-dashboards-plugin
Releases · opensearch-project/security-analytics-dashboards-plugin
Version 2.6.0.0
Version 2.6.0.0 2023-02-28
Compatible with OpenSearch 2.6.0
Maintenance
- Updated lint-staged for consistency with other plugins. (#412)
Features
- Added new log types. (#439)
- added create dashboard feature. (#437)
- Improvements for field mappings. (#432)
- Added multi select data source for creating detector. (#424)
- Chart vertical domain UX improvement. (#372)
- Various detectors page UX/UI improvements. (#387)
- Various findings page UX/UI improvements. (#369)
- Upgrade vega tooltips to use custom formatting. (#368)
- Adds validation for trigger name in creating alert flyout. (#367)
- Create index pattern. (#366)
- Provide all unmapped fields when editing Rule field mapping. (#353)
Infrastructure
Bug Fixes
- Fixes bad breadcrumbs on page reload. (#395)
- Fixes UX/UI bugs for edit detector page. (#404)
- Add breadcrumbs for create detector page. (#394)
- Removes sidebar from edit detector page. (#388)
- Fixes interval field validation. (#379)
- Fixes chart tooltip delay. (#348)
- Fixes wrong alert colors. (#350)
Documentation
- Readme update. (#363)
Version 2.5.0.0
Version 2.5.0.0 2023-01-09
Compatible with OpenSearch 2.5.0
Maintenance
- Made minor changes to polish the UI. (#247)
- Bumped version to 2.5. (#297)
- Updated MAINTAINERS.md format. (#284)
- Bump json5 from 1.0.1 to 1.0.2. (#285)
- Remove experimental banner. (#303)
Features
- Refactoring | Updates overview stats components to use EUI/Stats loading component. (#194)
- Update chart legend font size and padding. (#196)
- YAML Rule Editor Support. (#201)
- Adds dynamic chart time unit based on the selected time span. (#204)
- Rule YAML preview. (#209)
- Feature/detector navigation to findings and alerts. (#210)
- Show surrounding documents when index pattern is available; Finding flyout UI polish. (#216)
- Rule flyout opening from Findings and Alerts page. (#219)
- Show success toast when detector is updated. (#224)
- Add chart tooltips. (#225)
- Add interactive legend into charts. (#226)
- Implement date/time picker on the overview page. (#232)
- Rule details flyout on create rule page. (#236)
- Add loading state for all tables visualizations on overview page. (#237)
- Toggle all rules button on detector edit page. (#239)
- Rule form validation on submit. (#264)
- Feature/charts should show the entire time range selected in the filter. (#265)
- Rule details flyout on detector create 4th step. (#266)
- More validations on YAML rule editor. (#279)
- Rule details flyout on detector view page. (#292)
- Improve rules view in detector details. (#310)
- Adds findings alerts legend in overview page. (#318)
- Feature/hide view docs button. (#320)
- Improved field mapping UX. (#330)
- Data source single select field. (#333)
- Suppressed unnecessary error toast for custom rules. (#338)
Infrastructure
- Remove mac os from unit test platforms. (#211)
- Public Components Snapshot Tests. (#218)
- Sort alerts in descending order of timestamp by default. (#222)
- Filtered findings shown in alert details. (#229)
- Cypress checking on rule YAML content. (#248)
- Creating new object for alert condition initialization. (#255)
- Added windows to cypress test runs. (#259)
- Streamline rules request. (#281)
- Detector must have at least one alert set. (#289)
- Updated field mapping UX; disabled windows run for cypress. (#307)
- Improve alert condition input placeholders. (#308)
- Status chart colors update. (#309)
Bug Fixes
- Alerts and Findings overview table should have even height. (#250)
- Fix cypress flaky tests. (#261)
- Fetch only Rules matching Rule Types. (#262)
- Edit detector rules table paging goes to page the first page. (#270)
- Cypress windows tests fix. (#296)
- Wait for field mapping creation to succeed before detector creation API call. (#317)
- Fixed styling issues. (#322)
- Patch missing detector_id with data already on UI. (#328)