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

[FEATURE] Integrate historical Anomaly Detection analysis #636

Closed
6 tasks done
dbwiddis opened this issue Mar 31, 2023 · 4 comments
Closed
6 tasks done

[FEATURE] Integrate historical Anomaly Detection analysis #636

dbwiddis opened this issue Mar 31, 2023 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@dbwiddis
Copy link
Member

dbwiddis commented Mar 31, 2023

Is your feature request related to a problem?

Historical Analysis crosses over multiple REST APIs and needs to be integrated into existing workflows.

What solution would you like?

Implement workflow branches for:

  • GET _plugins/_anomaly_detection/detectors/<detectorId>?task=true
  • POST _plugins/_anomaly_detection/detectors/<detectorId>/_start with body {"start_time": 1633048868000, "end_time": 1633394468000}
  • POST _plugins/_anomaly_detection/detectors/<detectorId>/_stop?historical=true
  • POST _plugins/_anomaly_detection/detectors/tasks/_search with "task_type": "HISTORICAL_HC_DETECTOR"
  • GET _plugins/_anomaly_detection/detectors/<detectorId>/results/_topAnomalies?historical=true
  • GET _plugins/_anomaly_detection/detectors/<detectorId>/_profile/ad_task
@dbwiddis dbwiddis added enhancement New feature or request untriaged and removed untriaged labels Mar 31, 2023
@dbwiddis dbwiddis self-assigned this Mar 31, 2023
@kokibas
Copy link
Contributor

kokibas commented Apr 3, 2023

Hello @dbwiddis , I would like to take this issue

@dbwiddis dbwiddis assigned joshpalis and dbwiddis and unassigned dbwiddis Apr 14, 2023
@joshpalis
Copy link
Member

The following have been completed by opensearch-project/anomaly-detection#880

  • POST _plugins/_anomaly_detection/detectors/<detectorId>/_start with body {"start_time": 1633048868000, "end_time": 1633394468000}
  • POST _plugins/_anomaly_detection/detectors/<detectorId>/_stop?historical=true

@joshpalis
Copy link
Member

The following has been completed by #451

  • GET _plugins/_anomaly_detection/detectors/<detectorId>?task=true

@joshpalis
Copy link
Member

The following has been completed by #381

  • GET _plugins/_anomaly_detection/detectors/<detectorId>/_profile/ad_task

@owaiskazi19 owaiskazi19 self-assigned this May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants