From 7f03e7d65d7352476c796dd6deb12d56fc3c0f0c Mon Sep 17 00:00:00 2001 From: paulb-elastic Date: Wed, 15 May 2024 12:48:58 +0100 Subject: [PATCH 1/3] Add a notice that Uptime will be off by default --- docs/en/observability/uptime-intro.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/observability/uptime-intro.asciidoc b/docs/en/observability/uptime-intro.asciidoc index 3c6dc6e46e..f857915ce5 100644 --- a/docs/en/observability/uptime-intro.asciidoc +++ b/docs/en/observability/uptime-intro.asciidoc @@ -13,6 +13,8 @@ infrastructure with {heartbeat} natively. For browser-based monitors, a richer management and reporting experience, and more capabilities such as triaging and responding to alerts, use the <> instead of the {uptime-app}. + +Note that {uptime-app} is no longer shown by default if there is no recent Heartbeat data. If you do not see {uptime-app} in the Observability menu, this will need to be enabled. This can be done under Kibana Advanced Settings, either by switching on _Always show legacy Uptime app_ (or with the corresponding `kibana.yml` setting). ==== The {uptime-app} uses {agent} to periodically check the status of your services and applications. From cdcc6e77aa1df536def24b8b17f4513e1bf55b81 Mon Sep 17 00:00:00 2001 From: paulb-elastic Date: Wed, 15 May 2024 14:26:54 +0100 Subject: [PATCH 2/3] Updated copy --- docs/en/observability/uptime-intro.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/observability/uptime-intro.asciidoc b/docs/en/observability/uptime-intro.asciidoc index f857915ce5..e7e1675175 100644 --- a/docs/en/observability/uptime-intro.asciidoc +++ b/docs/en/observability/uptime-intro.asciidoc @@ -14,7 +14,7 @@ For browser-based monitors, a richer management and reporting experience, and more capabilities such as triaging and responding to alerts, use the <> instead of the {uptime-app}. -Note that {uptime-app} is no longer shown by default if there is no recent Heartbeat data. If you do not see {uptime-app} in the Observability menu, this will need to be enabled. This can be done under Kibana Advanced Settings, either by switching on _Always show legacy Uptime app_ (or with the corresponding `kibana.yml` setting). +Note that {uptime-app} is no longer shown by default if there is no recent Heartbeat data. If you do not see {uptime-app} in the Observability menu, this will need to be enabled. This can be done under Kibana Advanced Settings by switching on _Always show legacy Uptime app_ (`observability:enableLegacyUptimeApp`). ==== The {uptime-app} uses {agent} to periodically check the status of your services and applications. From 4f66fcd2d9150d558d7268a9c4d5691329d5ad4c Mon Sep 17 00:00:00 2001 From: Paul Bianciardi <70908889+paulb-elastic@users.noreply.github.com> Date: Thu, 16 May 2024 11:32:51 +0100 Subject: [PATCH 3/3] Improved copy from DeDe Co-authored-by: DeDe Morton --- docs/en/observability/uptime-intro.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/observability/uptime-intro.asciidoc b/docs/en/observability/uptime-intro.asciidoc index e7e1675175..f4d8b8732e 100644 --- a/docs/en/observability/uptime-intro.asciidoc +++ b/docs/en/observability/uptime-intro.asciidoc @@ -14,7 +14,7 @@ For browser-based monitors, a richer management and reporting experience, and more capabilities such as triaging and responding to alerts, use the <> instead of the {uptime-app}. -Note that {uptime-app} is no longer shown by default if there is no recent Heartbeat data. If you do not see {uptime-app} in the Observability menu, this will need to be enabled. This can be done under Kibana Advanced Settings by switching on _Always show legacy Uptime app_ (`observability:enableLegacyUptimeApp`). +Note that the {uptime-app} is hidden from the interface when there is no recent {heartbeat} data. To see the app, you may need to turn on the **Always show legacy Uptime app** setting (`observability:enableLegacyUptimeApp`) under {kib} Advanced Settings. To learn how, refer to {kibana-ref}/advanced-options.html[Advanced Settings]. ==== The {uptime-app} uses {agent} to periodically check the status of your services and applications.