mirror of
https://github.com/elastic/logstash.git
synced 2025-06-29 10:13:16 -04:00
* [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>
23 lines
926 B
Text
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}].
|