Skip to content

Commit

Permalink
[Logs UI] Change 'View monitor status' to 'View status in Uptime' (el…
Browse files Browse the repository at this point in the history
…astic#44518)

* [Logs UI] Change 'View monitor status' to 'View status in Uptime'

* Update docs with text change

* Remove docs comment
  • Loading branch information
Zacqary committed Sep 4, 2019
1 parent c94ac5d commit 14c2d90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/logs/using.asciidoc
Expand Up @@ -81,6 +81,5 @@ 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 <<uptime-overview, view related uptime information>> in the *Uptime* app.
// ++ Is "monitor" the best choice of word here?
* Select *View status in Uptime* to <<uptime-overview, view related uptime information>> in the *Uptime* app.
* Select *View in APM* to <<traces, view related APM traces>> in the *APM* app.
Expand Up @@ -35,7 +35,7 @@ export const LogEntryActionsMenu: React.FunctionComponent<{
>
<FormattedMessage
id="xpack.infra.logEntryActionsMenu.uptimeActionLabel"
defaultMessage="View monitor status"
defaultMessage="View status in Uptime"
/>
</EuiContextMenuItem>,
<EuiContextMenuItem
Expand Down

0 comments on commit 14c2d90

Please sign in to comment.