Skip to content

Commit 34a4f93

Browse files
opensearch-trigger-bot[bot]gaobinlong
authored and
Zhou Su
committed
Add suggest anomaly detector action to discover page (opensearch-project#849) (opensearch-project#872)
* 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) Co-authored-by: gaobinlong <gbinlong@amazon.com>
1 parent d069a37 commit 34a4f93

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)