From e23d7a45c9cf2536ba4888f998db1f033fa73dd4 Mon Sep 17 00:00:00 2001 From: DeDe Morton Date: Fri, 22 Mar 2019 17:31:54 -0700 Subject: [PATCH] Link to infrastructure monitoring docs from the stack getting started (#229) * Link to infrastructure monitoring docs from stack getting started * Fix link --- docs/en/getting-started/get-started-stack.asciidoc | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/en/getting-started/get-started-stack.asciidoc b/docs/en/getting-started/get-started-stack.asciidoc index 65c942ae2..7914896b0 100644 --- a/docs/en/getting-started/get-started-stack.asciidoc +++ b/docs/en/getting-started/get-started-stack.asciidoc @@ -8,7 +8,7 @@ the core open source products: * <> * <> * <> -* <> +* <> Then you learn how to implement a system monitoring solution that uses {metricbeat} to collect server metrics and ship the data to {es}, where you can @@ -573,12 +573,13 @@ same server--let's add {ls}. [float] [[install-logstash]] -=== Install {ls} +=== Install {ls} (optional) https://www.elastic.co/products/logstash[{ls}] is a powerful tool that integrates with a wide variety of deployments. It offers a large selection of plugins to help you parse, enrich, transform, and buffer data from a variety of -sources. +sources. If your data requires additional processing that is not available in +{beats}, then you need to add {ls} to your deployment. To download and install {ls}, open a terminal window and use the commands that work with your system: @@ -891,6 +892,13 @@ how, read: * {stack-ov}/elasticsearch-security.html[Securing the {stack}] * {stack-ov}/license-management.html[License Management] +Want to get up and running quickly with infrastructure metrics monitoring and +centralized log analytics? Try out the +{infra-guide}/infrastructure-ui-overview.html[Infrastructure] and +{infra-guide}/logs-ui-overview.html[Logs] UIs +in {kib}. For setup details, see the {infra-guide}/index.html[Infrastructure +Monitoring Guide]. + Later, when you're ready to set up a production environment, also see the {stack-ref}/installing-elastic-stack.html[{stack} Installation and Upgrade Guide].