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

Add documentation for rule-based anomaly detection and imputation #8202

Merged
merged 39 commits into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
942c7d7
Add documentation for rule-based anomaly detection and imputation
kaituo Sep 9, 2024
b2af679
Doc review
vagimeli Sep 10, 2024
e2c656e
Update _observing-your-data/ad/index.md
vagimeli Sep 11, 2024
fe79e71
Update _observing-your-data/ad/index.md
vagimeli Sep 11, 2024
dcbce5a
Update _observing-your-data/ad/index.md
vagimeli Sep 11, 2024
23bcea3
Update _observing-your-data/ad/index.md
vagimeli Sep 11, 2024
2754b3b
Update _observing-your-data/ad/index.md
vagimeli Sep 11, 2024
1a5120d
Update _observing-your-data/ad/index.md
vagimeli Sep 11, 2024
6c3326d
Update _observing-your-data/ad/index.md
vagimeli Sep 11, 2024
614b660
Update _observing-your-data/ad/index.md
vagimeli Sep 11, 2024
3ab815f
Update _observing-your-data/ad/index.md
vagimeli Sep 11, 2024
596adfa
Update _observing-your-data/ad/index.md
vagimeli Sep 11, 2024
bee1f4c
Update _observing-your-data/ad/index.md
vagimeli Sep 11, 2024
f8ee3d9
Update _observing-your-data/ad/index.md
vagimeli Sep 11, 2024
28a6b77
Update _observing-your-data/ad/index.md
vagimeli Sep 11, 2024
c318ece
Update _observing-your-data/ad/index.md
vagimeli Sep 11, 2024
4189083
Update _observing-your-data/ad/index.md
vagimeli Sep 11, 2024
199fbc3
Update _observing-your-data/ad/index.md
vagimeli Sep 11, 2024
595b45a
Update _observing-your-data/ad/index.md
vagimeli Sep 11, 2024
66c48c4
Update _observing-your-data/ad/index.md
vagimeli Sep 11, 2024
d6913fb
Update _observing-your-data/ad/index.md
vagimeli Sep 11, 2024
45443b9
Update _observing-your-data/ad/index.md
vagimeli Sep 11, 2024
cfc3709
Update _observing-your-data/ad/result-mapping.md
vagimeli Sep 11, 2024
8a3b25d
Update _observing-your-data/ad/index.md
vagimeli Sep 12, 2024
bc9488a
Update _observing-your-data/ad/index.md
vagimeli Sep 12, 2024
50eff8b
Update _observing-your-data/ad/index.md
vagimeli Sep 12, 2024
2c2e06c
Update _observing-your-data/ad/index.md
vagimeli Sep 12, 2024
894efee
Update index.md
vagimeli Sep 13, 2024
5738739
Update result-mapping.md
vagimeli Sep 13, 2024
14dc454
Update _observing-your-data/ad/index.md
vagimeli Sep 13, 2024
4ad9e02
Update _observing-your-data/ad/index.md
vagimeli Sep 13, 2024
4d7f738
Merge branch 'main' into 2.17
vagimeli Sep 13, 2024
9afca30
Fix links
vagimeli Sep 13, 2024
0067b5d
Fix links
vagimeli Sep 13, 2024
a99969b
Address editorial feedback
vagimeli Sep 13, 2024
7ea3d63
Address editorial feedback
vagimeli Sep 13, 2024
4b42bc2
Merge branch 'main' into 2.17
vagimeli Sep 13, 2024
f9434ec
Merge branch 'main' into 2.17
vagimeli Sep 13, 2024
ca49c0c
Update _observing-your-data/ad/index.md
vagimeli Sep 13, 2024
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
4 changes: 2 additions & 2 deletions _observing-your-data/ad/dashboards-anomaly-detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ You can connect data visualizations to OpenSearch datasets and then create, run,
Before getting started, you must have:

- Installed OpenSearch and OpenSearch Dashboards version 2.9 or later. See [Installing OpenSearch]({{site.url}}{{site.baseurl}}/install-and-configure/install-opensearch/index/).
- Installed the Anomaly Detection plugin version 2.9 or later. See [Installing OpenSearch plugins]({{site.url}}{{site.baseurl}}/install-and-configure/plugins).
- Installed the Anomaly Detection plugin version 2.9 or later. See [Installing OpenSearch plugins]/({{site.url}}{{site.baseurl}}/install-and-configure/plugins/).
- Installed the Anomaly Detection Dashboards plugin version 2.9 or later. See [Managing OpenSearch Dashboards plugins]({{site.url}}{{site.baseurl}}/install-and-configure/install-dashboards/plugins/) to get started.

## General requirements for anomaly detection visualizations

Anomaly detection visualizations are displayed as time-series charts that give you a snapshot of when anomalies have occurred from different anomaly detectors you have configured for the visualization. You can display up to 10 metrics on your chart, and each series can be shown as a line on the chart. Note that only real-time anomalies will be visible on the chart. For more information on real-time and historical anomaly detection, see [Anomaly detection, Step 3: Set up detector jobs]({{site.url}}{{site.baseurl}}/observing-your-data/ad/index/#step-3-set-up-detector-jobs).
Anomaly detection visualizations are displayed as time-series charts that give you a snapshot of when anomalies have occurred from different anomaly detectors you have configured for the visualization. You can display up to 10 metrics on your chart, and each series can be shown as a line on the chart. Note that only real-time anomalies will be visible on the chart. For more information about real-time and historical anomaly detection, see [Anomaly detection, Step 3: Set up detector jobs]({{site.url}}{{site.baseurl}}/observing-your-data/ad/index/#step-3-setting-up-detector-jobs).

Keep in mind the following requirements when setting up or creating anomaly detection visualizations. The visualization:

Expand Down
Loading
Loading