-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Extensions] Migrates AnomalyResultAction, EntityResultAction, RCFRes…
…ultAction (#856) * Initial AnomalyResultAction commit. Implements the required created components for ADResultAction, EntityResultAction, RCFResultAction. Uncomments JS dependent code Signed-off-by: Joshua Palis <jpalis@amazon.com> * uncomments runAnomalyDetectionJob Signed-off-by: Joshua Palis <jpalis@amazon.com> * Fixing release lock request, changed from lock ID to job ID Signed-off-by: Joshua Palis <jpalis@amazon.com> * Replacing indexNotFoundException with OpenSearchStatusException Signed-off-by: Joshua Palis <jpalis@amazon.com> * Makes all JS rest requests async calls, fixes release lock requests Signed-off-by: Joshua Palis <jpalis@amazon.com> * Updating action extension import due to changes in the SDK Signed-off-by: Joshua Palis <jpalis@amazon.com> * Enables AnomalyResults for single-entity real time analysis Signed-off-by: Joshua Palis <jpalis@amazon.com> * fixing affected test classes Signed-off-by: Joshua Palis <jpalis@amazon.com> * Registers ProfileTransportAction, needed for indexing anomaly results for HCAD. Preparational work for HCAD results, invokes EntityResultAction in pagelistener Signed-off-by: Joshua Palis <jpalis@amazon.com> * Addressing PR comments, removing remoteNodeID, checking for index not found message rather than catching OpenSearchStatusException Signed-off-by: Joshua Palis <jpalis@amazon.com> * Addressing PR comments Signed-off-by: Joshua Palis <jpalis@amazon.com> --------- Signed-off-by: Joshua Palis <jpalis@amazon.com>
- Loading branch information
Showing
21 changed files
with
515 additions
and
472 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
src/main/java/org/opensearch/ad/AnomalyDetectorProfileRunner.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.