From 689a5b78698f747c237fc6d54bf98c1a585d1248 Mon Sep 17 00:00:00 2001 From: KOTungseth Date: Tue, 10 Mar 2020 10:48:46 -0500 Subject: [PATCH 1/2] [DOCS] Updated and added jump tables --- docs/infrastructure/index.asciidoc | 2 +- docs/logs/index.asciidoc | 1 + docs/uptime/index.asciidoc | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/infrastructure/index.asciidoc b/docs/infrastructure/index.asciidoc index 5e2d0f3e757b0..60695c0e3f1cf 100644 --- a/docs/infrastructure/index.asciidoc +++ b/docs/infrastructure/index.asciidoc @@ -10,7 +10,7 @@ Then you can drill down to view more detailed metrics or other information for t You can: -* View your infrastructure metrics by hosts, Kubernetes pods or Docker containers. +* View your infrastructure metrics by hosts, Kubernetes pods, or Docker containers. You can group and filter the data in various ways to help you identify the items that interest you. * View current and historic values for metrics such as CPU usage, memory usage, and network traffic for each component. diff --git a/docs/logs/index.asciidoc b/docs/logs/index.asciidoc index edbadde223103..b12dc096bff45 100644 --- a/docs/logs/index.asciidoc +++ b/docs/logs/index.asciidoc @@ -16,6 +16,7 @@ In this case, you will only see the logs for the selected component. * <> * <> * <> +* <> [role="screenshot"] image::logs/images/logs-console.png[Log Console in Kibana] diff --git a/docs/uptime/index.asciidoc b/docs/uptime/index.asciidoc index 1a48d7d1c199c..41344bd7e1fb6 100644 --- a/docs/uptime/index.asciidoc +++ b/docs/uptime/index.asciidoc @@ -8,6 +8,9 @@ Uptime allows you to monitor the status of network endpoints via HTTP/S, TCP, an You can explore endpoint status over time, drill down into specific monitors, and easily view a high-level snapshot of your environment at any point in time. +* <> +* <> + [float] == Get Started From a2a1d0d7aa0f291b1249de1faf07cdf701ca5d65 Mon Sep 17 00:00:00 2001 From: KOTungseth Date: Tue, 10 Mar 2020 16:36:26 -0500 Subject: [PATCH 2/2] Review comment --- docs/uptime/index.asciidoc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/uptime/index.asciidoc b/docs/uptime/index.asciidoc index 41344bd7e1fb6..785b9f818f5bf 100644 --- a/docs/uptime/index.asciidoc +++ b/docs/uptime/index.asciidoc @@ -8,13 +8,11 @@ Uptime allows you to monitor the status of network endpoints via HTTP/S, TCP, an You can explore endpoint status over time, drill down into specific monitors, and easily view a high-level snapshot of your environment at any point in time. +To get started with Elastic Uptime, refer to {uptime-guide}/install-uptime.html[Install Uptime]. + * <> * <> -[float] -== Get Started - -See {uptime-guide}/install-uptime.html[Install Uptime] for instructions on getting started with Elastic Uptime. -- include::overview.asciidoc[]