logstash/docs/static/monitoring/monitoring-ui.asciidoc
DeDe Morton 58abffce33
[DOCS] Describe how to use Elastic Agent to monitor Logstash (#14959)
* [DOCS] Describe how to use Elastic Agent to monitor Logstash

* Apply suggestions from code review

Co-authored-by: Kevin Lacabane <klacabane@gmail.com>

* Remove reviewer questions

* Apply suggestions from code review

Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com>

* Fix security statement

---------

Co-authored-by: Kevin Lacabane <klacabane@gmail.com>
Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com>
2023-03-23 11:22:56 -07:00

23 lines
926 B
Text

[role="xpack"]
[[logstash-monitoring-ui]]
=== Monitoring UI
Use the {stack} {monitor-features} to view metrics and gain insight into how
your {ls} deployment is running. In the overview dashboard, you can see all
events received and sent by Logstash, plus info about memory usage and uptime:
image::static/monitoring/images/overviewstats.png[Logstash monitoring overview dashboard in Kibana]
Then you can drill down to see stats about a specific node:
image::static/monitoring/images/nodestats.png[Logstash monitoring node stats dashboard in Kibana]
NOTE: A {ls} node is considered unique based on its persistent UUID, which
is written to the <<logstash-settings-file,`path.data`>> directory when the node
starts.
Before you can use the monitoring UI,
<<configuring-logstash, configure Logstash monitoring>>.
For information about using the Monitoring UI, see
{kibana-ref}/xpack-monitoring.html[{monitoring} in {kib}].