Incorporate review comments

Fixes #9949
This commit is contained in:
Karen Metts 2018-08-30 19:37:43 -04:00 committed by karen.metts
parent db73386510
commit 03182208ad
3 changed files with 8 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 125 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

After

Width:  |  Height:  |  Size: 146 KiB

Before After
Before After

View file

@ -18,7 +18,6 @@ image::static/monitoring/images/pipeline-tree.png[Pipeline Viewer]
Before using the pipeline viewer:
* <<setup-xpack,Set up {xpack}>>.
* <<monitoring-logstash,Configure Logstash monitoring>>.
* Start the Logstash pipeline that you want to monitor.
@ -29,14 +28,19 @@ Logstash begins shipping metrics to the monitoring cluster.
To view the pipeline:
* Kibana -> Monitoring -> Pipelines
* Kibana -> Monitoring -> Logstash -> Pipelines
Each pipeline is identified by a pipeline ID (`main` by default). For each
pipeline, you see the pipeline's throughput and the number
of nodes on which the pipeline is running during the selected time range.
Many elements in the tree are clickable. Click to
drill down for details.
Many elements in the tree are clickable.
For example, you can click the plugin name to expand the detail view.
[role="screenshot"]
image::static/monitoring/images/pipeline-input-detail.png[Pipeline Input Detail]
Click the arrow beside a branch name to collapse or expand it.
[float]
==== Notes and best practices