/anomaly-detection-1

Primary LanguageJavaApache License 2.0Apache-2.0

AD Test codecov Documentation Forum PRs welcome!

OpenSearch Anomaly Detection

The OpenSearch Anomaly Detection plugin enables you to leverage Machine Learning based algorithms to automatically detect anomalies as your log data is ingested. Combined with OpenSearch Alerting, you can monitor your data in near real time and automatically send alert notifications . With an intuitive OpenSearch Dashboards interface, and a powerful API, it is easy to set up, tune, and monitor your anomaly detectors.

Highlights

Anomaly detection is using the Random Cut Forest (RCF) algorithm for detecting anomalous data points.

Anomaly detections run a scheduled job using job-scheduler.

You should use anomaly detection plugin with the same version of OpenSearch Alerting. You can also create a monitor based on the anomaly detector. A scheduled monitor run checks the anomaly detection results regularly, and collects anomalies to trigger alerts based on custom trigger conditions.

Documentation

Please see our documentation.

Contributing

We welcome you to get involved in development, documentation, and testing of the anomaly detection plugin.

See our contribution guidelines and the developer guide to get started.

If you are looking for a quick contribution, we still don't have 100% unit test coverage for now. Check out GitHub issues for other ideas.

Code of Conduct

This project has adopted an Open Source Code of Conduct.

Security

If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our vulnerability reporting page. Please do not create a public GitHub issue.

Licensing

See the LICENSE file for our project's licensing. We will ask you to confirm the licensing of your contribution.

Copyright

Copyright 2021 OpenSearch Contributors