Skip to content

Commit 0a30fe4

Browse files
gaobinlonggithub-actions[bot]
authored andcommitted
Add suggest anomaly detector action to discover page (#849)
* Add generate anomaly detector action to discover page Signed-off-by: gaobinlong <gbinlong@amazon.com> * Add more test code and rename the file Signed-off-by: gaobinlong <gbinlong@amazon.com> * Modify flyout header Signed-off-by: gaobinlong <gbinlong@amazon.com> * Make the detectorName follow the convention Signed-off-by: gaobinlong <gbinlong@amazon.com> * Truncate the index pattern name if it's too long Signed-off-by: gaobinlong <gbinlong@amazon.com> * Move entry point to query editor Signed-off-by: gaobinlong <gbinlong@amazon.com> * Call the node API in dashboard-assistant plugin to generate parameters Refactor unit test code Signed-off-by: gaobinlong <gbinlong@amazon.com> * Fix test failure Signed-off-by: gaobinlong <gbinlong@amazon.com> * Revert the code format Signed-off-by: gaobinlong <gbinlong@amazon.com> * Remove some empty lines Signed-off-by: gaobinlong <gbinlong@amazon.com> --------- Signed-off-by: gaobinlong <gbinlong@amazon.com> (cherry picked from commit ec02b63)
1 parent a6019e4 commit 0a30fe4

File tree

12 files changed

+1413
-47
lines changed

12 files changed

+1413
-47
lines changed

opensearch_dashboards.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
],
88
"optionalPlugins": [
99
"dataSource",
10-
"dataSourceManagement"
10+
"dataSourceManagement",
11+
"assistantDashboards"
1112
],
1213
"requiredPlugins": [
1314
"opensearchDashboardsUtils",

public/components/DiscoverAction/SuggestAnomalyDetector.test.tsx

+449
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)