Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Version 1.10.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 16:59

Compatible with Kibana 7.9.1 and Open Distro for Elasticsearch 1.10.1

Features

  • Add sample detectors and indices (#272)
  • Adds window size as advanced setting in model configuration. (#287)

Enhancements

  • Add missing feature alert if recent feature data is missing (#248)
  • Add progress bar for initialization (#253)
  • Improve error handling when retrieving all detectors (#267)
  • support field search for detector simple filter (#278)
  • Handle index not found error (#273)
  • Add action item and message for init failure case due to invalid search query. (#285)

Bug Fixes

  • upgrade elastic chart; fix zoom in bug (#260)
  • fix wrong field name when preview (#277)
  • parse types in fielddata (#284)
  • Add intermediate callout message during cold start (#283)
  • Make elastic/charts imports more generic (#297)
  • Fix initialization callouts to properly show when first loading anomaly results page (#300)
  • Fix bug where undefined is shown on UI for estimatedMins in case of ingestion data missing (#301)
  • Fix 2 issues on Dashboard (#305)

Infrastructure

  • Fix e2e test caused by new EuiComboBox added on CreateDetector page (#252)
  • Update lodash dependency (#259)
  • Add support for running CI with security (#263)
  • Upgrade Cypress and elliptic dependencies (#266)
  • Remove elastic charts dependency (#269)
  • Add UT for Detector List page (#279)
  • Fix UT and remove lower EUI version dependency (#293)
  • Fix broken cypress test related to new empty dashboard buttons (#298)

Documentation

  • Automate release notes to unified standard (#255)
  • Add a few badges (#262)
  • Updating the release notes to have 4th digit (#291)
  • Update 1.10.0.0 release notes (#296)
  • Add release note for PR 301 (#302)
  • Updating release notes for ODFE 1.10.1 (#308)

Maintenance

  • Adding support for Kibana 7.9.0 (#286)
  • Updating plugin to use Kibana 7.9.1 (#306)