﻿---
title: Monitoring UI
description: Use the Elastic Stack monitoring features to view metrics and gain insight into how your Logstash deployment is running. In the overview dashboard, you...
url: https://www.elastic.co/elastic/docs-builder/docs/3028/reference/logstash/logstash-monitoring-ui
products:
  - Logstash
applies_to:
  - Elastic Stack: Generally available
---

# Monitoring UI
Use the Elastic Stack monitoring features to view metrics and gain insight into how your Logstash 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](https://www.elastic.co/elastic/docs-builder/docs/3028/reference/logstash/images/overviewstats.png)
Then you can drill down to see stats about a specific node:
![Logstash monitoring node stats dashboard in Kibana](https://www.elastic.co/elastic/docs-builder/docs/3028/reference/logstash/images/nodestats.png)
<note>
  A Logstash node is considered unique based on its persistent UUID, which is written to the [`path.data`](https://www.elastic.co/elastic/docs-builder/docs/3028/reference/logstash/logstash-settings-file) directory when the node starts.
</note>

Before you can use the monitoring UI, [configure Logstash monitoring](https://www.elastic.co/elastic/docs-builder/docs/3028/reference/logstash/monitoring-logstash-legacy).
For information about using the Monitoring UI, see [X-Pack monitoring in Kibana](https://docs-v3-preview.elastic.dev/elastic/docs-builder/docs/3028/deploy-manage/monitor/monitoring-data/visualizing-monitoring-data).