-
Notifications
You must be signed in to change notification settings - Fork 58
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] Migrate Create/Update/Validate Detector using RestHighLevelClient #353
Closed
12 tasks done
Tracked by
#5224
Labels
enhancement
New feature or request
Comments
This was referenced Jan 21, 2023
This was referenced Jan 24, 2023
Completed in AD #792 |
2 tasks
This was referenced Apr 12, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem?
This is a summary issue replacing validate detector #217 and all its sub-issues #221, #222, #223, #224, #225, and #226 and replaces Create Detector functionality of #58, and adds Update Detector functionality (not yet tracked in an issue).
All three of these implementations share the same set of parent classes in the AD Plugin, so implementing one would create a large diff with duplicate classes. By waiting to submit a PR until all are complete the existing classes can all be replaced, the diff will be smaller and much more understandable/useful to future migration efforts.
What solution would you like?
RestIndexAnomalyDetectorAction
which implementsPOST
(Create) andPUT
(Update) functionalitySearchFeatureDao
componentGetFieldMappingsAction
(deferred) [FEATURE] Implement AD TransportGetFieldMappingsAction #361getDetector()
functionalityADTaskManager
component (deferred) [FEATURE] Implement ADTaskManager component #371RestValidateAnomalyDetectorAction
which implements validate functionalityWIP is on this fork: https://github.com/dbwiddis/anomaly-detection/tree/rhlc
The text was updated successfully, but these errors were encountered: