From 3209fa0e4681517ae1d6ba1c3d00756dbfabdf2d Mon Sep 17 00:00:00 2001 From: Zacqary Xeper Date: Fri, 30 Aug 2019 11:42:38 -0500 Subject: [PATCH 1/3] [Logs UI] Change 'View monitor status' to 'View status in Uptime' --- .../logging/log_entry_flyout/log_entry_actions_menu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/legacy/plugins/infra/public/components/logging/log_entry_flyout/log_entry_actions_menu.tsx b/x-pack/legacy/plugins/infra/public/components/logging/log_entry_flyout/log_entry_actions_menu.tsx index 9a946150927f23..92c6ddd1936090 100644 --- a/x-pack/legacy/plugins/infra/public/components/logging/log_entry_flyout/log_entry_actions_menu.tsx +++ b/x-pack/legacy/plugins/infra/public/components/logging/log_entry_flyout/log_entry_actions_menu.tsx @@ -35,7 +35,7 @@ export const LogEntryActionsMenu: React.FunctionComponent<{ > , Date: Fri, 30 Aug 2019 11:46:12 -0500 Subject: [PATCH 2/3] Update docs with text change --- docs/logs/using.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/logs/using.asciidoc b/docs/logs/using.asciidoc index 0b707123371823..6478b69a1d7d92 100644 --- a/docs/logs/using.asciidoc +++ b/docs/logs/using.asciidoc @@ -81,6 +81,6 @@ This automatically adds a search filter to the logs stream to filter the entries In the log event details, click *Actions* to see the other actions related to the event. Depending on the event and the features you have installed and configured, you may also be able to: -* Select *View monitor status* to <> in the *Uptime* app. +* Select *View status in Uptime* to <> in the *Uptime* app. // ++ Is "monitor" the best choice of word here? * Select *View in APM* to <> in the *APM* app. From 004727a67bdd2d3d23f936b23baf2607ca9dd615 Mon Sep 17 00:00:00 2001 From: Zacqary Xeper Date: Fri, 30 Aug 2019 12:33:57 -0500 Subject: [PATCH 3/3] Remove docs comment --- docs/logs/using.asciidoc | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/logs/using.asciidoc b/docs/logs/using.asciidoc index 6478b69a1d7d92..532736198748d8 100644 --- a/docs/logs/using.asciidoc +++ b/docs/logs/using.asciidoc @@ -82,5 +82,4 @@ In the log event details, click *Actions* to see the other actions related to th Depending on the event and the features you have installed and configured, you may also be able to: * Select *View status in Uptime* to <> in the *Uptime* app. -// ++ Is "monitor" the best choice of word here? * Select *View in APM* to <> in the *APM* app.