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

1002 B

title description influxdb/v2.1/tags menu weight
Manage InfluxDB dashboards Create, edit, and manage custom dashboards in the InfluxDB user interface (UI).
dashboards
influxdb_2_1
name parent
Manage dashboards Visualize data
102

Create, edit, and manage dashboards from the Dashboards tab in the left navigation.

{{< children >}}

View your dashboard ID

Use the InfluxDB UI or influx CLI to view your dashboard ID.

Dashboard ID in the UI

When viewing a dashboard in the InfluxDB UI, your dashboard ID appears in the URL.

http://localhost:8086/orgs/03a2bbf46249a000/dashboards/04b6b15034cc000/...

Dashboard ID in the CLI

Use influx dashboards to view a list of dashboards and IDs.

> influx dashboards
ID                  Name
03a2bbf46249a000    dashboard-1
03ace3a859669000    dashboard-2