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
Part of #383
After the AnomalyDetectorJobRunner is executed by Job Scheduler, AD creates a AnomalyResultRequest and invokes the AnomalyResultAction here.
AnomalyDetectorJobRunner
AnomalyResultRequest
AnomalyResultAction
To complete the start detector workflow, it is necessary to :
getActions
RCFResultAction
EntityResultAction
ADResultBulkAction
AnomalyResultTransportAction
RCFResultAction/TransportAction
ProfileTransportAction
createComponents
EntityResultTransportAction
MultiEntityResultHandler
The text was updated successfully, but these errors were encountered:
joshpalis
No branches or pull requests
Is your feature request related to a problem?
Part of #383
After the
AnomalyDetectorJobRunner
is executed by Job Scheduler, AD creates aAnomalyResultRequest
and invokes theAnomalyResultAction
here.To complete the start detector workflow, it is necessary to :
AnomalyResultAction
Action Handler to thegetActions
extension pointRCFResultAction
Action handler to thegetActions
extension pointEntityResultAction
Action handler to thegetActions
extension pointADResultBulkAction
Action handler to thegetActions
extension pointAnomalyResultTransportAction
with the SDKClient/ClusterServiceEntityResultAction
with the SDKClient/ClusterService (multi-entity detector)RCFResultAction/TransportAction
with the SDKClient/ClusterService (single-entity detector)ProfileTransportAction
with SDKClient/ClusterService (used to update realtime high cardinality detector)createComponents
extension point needed for theAnomalyResultTransportAction
,EntityResultTransportAction
:Blockers for multi-entity detector results
ADResultBulkAction
with the SDK (invoked by theMultiEntityResultHandler
to index anomaly results for multi-entity (HC/HCAD) detectors). (Migrate ADResultBulkAction/TransportAction and Multi-Entity real time analysis #684) Dependent on [FEATURE] Add support in the SDK to retrieve IndexingPressure information from OpenSearch #655The text was updated successfully, but these errors were encountered: