Skip to content

[6.7] Backport: Link to infrastructure monitoring docs from the stack getting started… #314

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

Merged
merged 1 commit into from
Apr 16, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions docs/en/getting-started/get-started-stack.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ the core open source products:
* <<install-elasticsearch,{es}>>
* <<install-kibana,{kib}>>
* <<install-beats,{beats}>>
* <<install-logstash,{ls}>>
* <<install-logstash,{ls} (optional)>>

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
Expand Down Expand Up @@ -551,12 +551,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:
Expand Down Expand Up @@ -869,6 +870,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].