You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we have the first feature up here for creating a detector.
Old plugin APIs for Get Detector:
1. GET _plugins/_anomaly_detection/detectors/<detectorId>
2. GET _plugins/_anomaly_detection/detectors/<detectorId>?job=true
This issue addresses the 1st request as 2nd has dependency on Job Scheduler. Until we finish the integration of Job Scheduler with AD Extension we can't start working on 2nd.
The proposed API for Get Detector with extensibility:
GET _extensions/_anomaly_detection/detectors/<detectorId>
The next milestone is to implement an API to get the detector which has already been created. The feature can be broken down as below:
owaiskazi19
changed the title
[FEATURE] Implement Get Detector for AnomalyDetector Extension
[META] Implement Get Detector for AnomalyDetector Extension
Nov 1, 2022
How are we tracking the job scheduler one? Separate meta issue for job scheduler integration, or should we list it here knowing we can't do it yet?
That's a good point. I am thinking of creating an issue and adding such features which are dependent on Job Scheduler there. We can link this issue with the meta issue which @joshpalis will create for Job Scheduler.
Update: Created #216
Is your feature request related to a problem?
Since we have the first feature up here for creating a detector.
Old plugin APIs for Get Detector:
This issue addresses the 1st request as 2nd has dependency on Job Scheduler. Until we finish the integration of Job Scheduler with AD Extension we can't start working on 2nd.
The proposed API for Get Detector with extensibility:
The next milestone is to implement an API to get the detector which has already been created. The feature can be broken down as below:
What solution would you like?
A clear and concise description of what you want to happen.
What alternatives have you considered?
A clear and concise description of any alternative solutions or features you've considered.
Do you have any additional context?
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: