From 63a73048d7d6b3b962de351606608bcf5c0db1f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Mon, 5 Oct 2020 11:52:00 +0200 Subject: [PATCH 1/7] Fine-tunes ML related text on Metrics UI. --- .../components/ml/anomaly_detection/flyout_home.tsx | 4 ++-- .../components/ml/anomaly_detection/job_setup_screen.tsx | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/flyout_home.tsx b/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/flyout_home.tsx index 5b520084ebb74..237639fbf7beb 100644 --- a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/flyout_home.tsx +++ b/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/flyout_home.tsx @@ -232,7 +232,7 @@ const CreateJobTab = (props: CreateJobTab) => { } description={ } @@ -270,7 +270,7 @@ const CreateJobTab = (props: CreateJobTab) => { } description={ } diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/job_setup_screen.tsx b/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/job_setup_screen.tsx index c327d187f6bc2..3dbda1da33674 100644 --- a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/job_setup_screen.tsx +++ b/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/job_setup_screen.tsx @@ -164,7 +164,7 @@ export const JobSetupScreen = (props: Props) => {

@@ -183,7 +183,7 @@ export const JobSetupScreen = (props: Props) => { description={ } > @@ -267,7 +267,7 @@ export const JobSetupScreen = (props: Props) => { From 2379ecc226a84d8940afb0f9e2f2b1046f33f10c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Mon, 5 Oct 2020 12:19:40 +0200 Subject: [PATCH 2/7] Shortens explanatory text. --- .../components/ml/anomaly_detection/job_setup_screen.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/job_setup_screen.tsx b/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/job_setup_screen.tsx index 3dbda1da33674..ac06d05c41668 100644 --- a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/job_setup_screen.tsx +++ b/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/job_setup_screen.tsx @@ -164,7 +164,7 @@ export const JobSetupScreen = (props: Props) => {

@@ -183,7 +183,7 @@ export const JobSetupScreen = (props: Props) => { description={ } > From 20f9b053a2e43befa5e873f017aa167d1e709d07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Mon, 5 Oct 2020 18:15:31 +0200 Subject: [PATCH 3/7] Apply suggestions from code review Co-authored-by: Lisa Cawley --- .../components/ml/anomaly_detection/job_setup_screen.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/job_setup_screen.tsx b/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/job_setup_screen.tsx index ac06d05c41668..def4e408506e7 100644 --- a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/job_setup_screen.tsx +++ b/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/job_setup_screen.tsx @@ -164,7 +164,7 @@ export const JobSetupScreen = (props: Props) => {

@@ -183,7 +183,7 @@ export const JobSetupScreen = (props: Props) => { description={ } > From 16b645c3633ba8047205d06cd36a230b8917dde4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Mon, 5 Oct 2020 18:18:48 +0200 Subject: [PATCH 4/7] Removes capitalization from machine learning in title. --- .../components/ml/anomaly_detection/job_setup_screen.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/job_setup_screen.tsx b/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/job_setup_screen.tsx index def4e408506e7..3f47f419ab25a 100644 --- a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/job_setup_screen.tsx +++ b/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/job_setup_screen.tsx @@ -124,7 +124,7 @@ export const JobSetupScreen = (props: Props) => {

From 10fac6aa2e454f943b6f715cb7cc684a7d1791f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Mon, 5 Oct 2020 18:27:43 +0200 Subject: [PATCH 5/7] Shortens partition field helper text. --- .../components/ml/anomaly_detection/job_setup_screen.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/job_setup_screen.tsx b/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/job_setup_screen.tsx index 3f47f419ab25a..f935c6bfd087d 100644 --- a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/job_setup_screen.tsx +++ b/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/job_setup_screen.tsx @@ -216,7 +216,7 @@ export const JobSetupScreen = (props: Props) => { description={ } > From c6c9e669dc86b1ce7c3461a4513e917a193eabdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Tue, 6 Oct 2020 08:17:25 +0200 Subject: [PATCH 6/7] Update x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/job_setup_screen.tsx Co-authored-by: Lisa Cawley --- .../components/ml/anomaly_detection/job_setup_screen.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/job_setup_screen.tsx b/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/job_setup_screen.tsx index f935c6bfd087d..520c771de9fed 100644 --- a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/job_setup_screen.tsx +++ b/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/job_setup_screen.tsx @@ -164,7 +164,7 @@ export const JobSetupScreen = (props: Props) => {

From 8d5beccbc07832bfbad747200c6199a7d3fdd9d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Tue, 6 Oct 2020 08:18:34 +0200 Subject: [PATCH 7/7] Update x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/job_setup_screen.tsx --- .../components/ml/anomaly_detection/job_setup_screen.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/job_setup_screen.tsx b/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/job_setup_screen.tsx index 520c771de9fed..92b21d676c9bb 100644 --- a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/job_setup_screen.tsx +++ b/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/job_setup_screen.tsx @@ -183,7 +183,7 @@ export const JobSetupScreen = (props: Props) => { description={ } >