docs-v2/content/v2.0/visualize-data/labels.md

44 lines
1.7 KiB
Markdown
Raw Normal View History

---
title: Manage labels in the InfluxDB UI
description: >
Labels are a way to add visual metadata to dashboards, tasks, and other items
in the InfluxDB UI. View and manage labels in the InfluxDB user interface.
menu:
v2_0:
name: Manage labels
parent: Visualize data
weight: 1
---
Labels are a way to add visual metadata to dashboards, tasks, and other items in the InfluxDB UI.
To manage labels, click the **Configuration** icon in the navigation bar and select **Labels**.
2019-01-16 17:00:51 +00:00
{{< img-hd src="/img/labels-nav-link.png" title="Labels configuration" />}}
#### Create a label
1. Click **+ Create Label**.
2. Enter a **Name** for the label.
3. Select a **Color** for the lable.
4. Enter a description for the label _(Optional)_.
5. Click **Create label**.
#### Edit a label
1. In the label list view, click the name of the label you would like to edit.
The **Edit Label** overlay will appear.
2. Make the desired changes to the label.
3. Click **Save Changes**.
#### Delete a label
1. In the label list view, hover over the label you would like to delete.
2. Click **Delete** in the far right of the label row.
### Add labels to dashboards and tasks
1. In the list view of dashboards or tasks, hover over the item to which you would like to add a label.
2. Click the
<span class="icon-plus" style="color:#fff;background:#22adf6;border-radius:50%;padding:.07rem .1rem;margin:0 .25rem;display: inline-block;width: 20px;height: 20px;"></span>
icon that appears to the right of the name.
The **Manage Labels** overlay will appear.
3. Type the name of the label you would like to add to filter the list of available labels.
2019-01-23 03:37:35 +00:00
Click the label you would like to add. More than one label can be added.
4. Click **Save Changes**.