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
Modify StopDetectorTransportAction to extend directly from TransportAction and register within getActions
Replace client/cluster service with corresponding SDK classes, refactor OpenSearch action invocations with corresponding OpenSearchAsyncClient methods (if any) and register required created components to inject into DeleteModelTransportAction
SearchFeatureDao
NodeStateManager
FeatureManager
CheckpointDao
CheckpointWriteWorker
EntityColdStarter
ModelManager
Fix affected test classes
Remaining Tasks:
Return CacheProvider as part of createComponents for use in DeleteModelTransportAction
Modify DeleteModelTransportAction to extend directly from TransportAction rather than from TransportNodeAction and register within getActions. This is invoked by StopDetectorTransportAction
Is your feature request related to a problem?
Part of opensearch-project/OpenSearch#5224
What solution would you like?
Migrate the Stop Detector job Rest API to Extensions SDK using SDKRestClient.
Use the implementation of #353 as a reference. Add new issues for any steps you skip.
Implement the following API endpoints:
POST _plugins/_anomaly_detection/detectors/<detectorId>/_stop
The text was updated successfully, but these errors were encountered: