Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 4 commits into from Sep 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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