We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Historical Analysis crosses over multiple REST APIs and needs to be integrated into existing workflows.
Implement workflow branches for:
GET _plugins/_anomaly_detection/detectors/<detectorId>?task=true
POST _plugins/_anomaly_detection/detectors/<detectorId>/_start
{"start_time": 1633048868000, "end_time": 1633394468000}
POST _plugins/_anomaly_detection/detectors/<detectorId>/_stop?historical=true
POST _plugins/_anomaly_detection/detectors/tasks/_search
"task_type": "HISTORICAL_HC_DETECTOR"
GET _plugins/_anomaly_detection/detectors/<detectorId>/results/_topAnomalies?historical=true
GET _plugins/_anomaly_detection/detectors/<detectorId>/_profile/ad_task
The text was updated successfully, but these errors were encountered:
Hello @dbwiddis , I would like to take this issue
Sorry, something went wrong.
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}
The following has been completed by #451
The following has been completed by #381
dbwiddis
owaiskazi19
joshpalis
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: