logstash/docs/reference/logstash-monitoring-ui.md
2025-04-16 09:46:48 -04:00

24 lines
1 KiB
Markdown

---
mapped_pages:
- https://www.elastic.co/guide/en/logstash/current/logstash-monitoring-ui.html
---
# Monitoring UI [logstash-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:
![Logstash monitoring overview dashboard in Kibana](images/overviewstats.png)
Then you can drill down to see stats about a specific node:
![Logstash monitoring node stats dashboard in Kibana](images/nodestats.png)
::::{note}
A {{ls}} node is considered unique based on its persistent UUID, which is written to the [`path.data`](/reference/logstash-settings-file.md) directory when the node starts.
::::
Before you can use the monitoring UI, [configure Logstash monitoring](/reference/monitoring-logstash-legacy.md).
For information about using the Monitoring UI, see [{{monitoring}} in {{kib}}](docs-content://deploy-manage/monitor/monitoring-data/visualizing-monitoring-data.md).