docs-v2/content/influxdb/v2/visualize-data/_index.md

23 lines
758 B
Markdown

---
title: Visualize data with the InfluxDB UI
description: >
InfluxDB offers a complete dashboard solution for visualizing your time series data.
Create custom dashboards with flexible queries and visualization types.
influxdb/v2/tags: [visualize]
menu:
influxdb_v2:
name: Visualize data
weight: 5
---
The InfluxDB user interface (UI) provides tools for building custom dashboards to visualize your data.
The following articles outline ways to customize and manage dashboards.
{{% note %}}
The InfluxDB UI is packaged with InfluxDB and runs as part of the InfluxDB server.
To access the UI, start the [`influxd` service](/influxdb/v2/reference/cli/influxd/)
and visit <http://localhost:8086> in your web browser.
{{% /note %}}
{{< children >}}