Results 43 issues of Kaituo Li

**Is your feature request related to a problem?** Currently when the number of HC detectors exceed threshold, we will emit warning: ![image](https://github.com/opensearch-project/anomaly-detection/assets/5303417/f7757393-ed1e-46c7-846b-060cf38f2837) **What solution would you like?** We should tell...

enhancement
good first issue
CCI

**Is your feature request related to a problem?** Currently, we don't show the reason why we cannot start a detector: ``` % curl -X POST localhost:9200/_opendistro/_anomaly_detection/detectors/5Ri6jYkBrL2utYVAN4Yf/_start {"error":{"root_cause":[{"type":"status_exception","reason":"Fail to start detector"}],"type":"status_exception","reason":"Fail...

enhancement
good first issue
CCI

Our settings like https://github.com/opensearch-project/anomaly-detection/pull/753#discussion_r1047485102 are not documented. We should document these new settings for next release.

documentation
good first issue

**What is the bug?** When the detector interval is > 1hr, we experience long initialization and other unexpected behavior. We should test it out and fix.

bug
Priority-High
v3.0.0

**Is your feature request related to a problem?** allow recording real time/historical forecaster state in state index. **What solution would you like?** refactor AD tasks.

enhancement

**What is the bug?** https://github.com/opendistro-for-elasticsearch/anomaly-detection/issues/132

bug
v2.8.0

**Is your feature request related to a problem?** Rename AD plugin to time series analytics plugin **What solution would you like?** Change name in various places including: - [ ]...

feature

**Is your feature request related to a problem?** Yes, support index creation and management for forecasting indices. **What solution would you like?** refactor index creation and management code.

enhancement

**Is your feature request related to a problem?** refactor common settings, names, etc. used in both forecasting and AD. Pay special attention to constants used in frontend and document website...

feature

**Is your feature request related to a problem?** In the first draft, plan to support: * Zero Imputation (ZERO): This method replaces all missing values with 0's. It's a simple...

feature