kibana/docs/management/managing-tags.asciidoc
Pierre Gayvallet 93c46f5dfc
Remove tag name validation (#88800)
* Remove tag name validation

* remove i18n key

* add FTR test on searching for tag with special chars in name
2021-01-25 15:29:10 +01:00

74 lines
2.2 KiB
Plaintext

[role="xpack"]
[[managing-tags]]
== Tags
Tags enable you to categorize your saved objects. You can then easily filter for related objects based on shared tags.
To begin, open the main menu, click *Stack Management*, then click *Tags*.
[role="screenshot"]
image::images/tags/tag-management-section.png[Tags management section]
[float]
=== Required permissions
Access to *Tags* requires the `Tag Management` {kib} privilege. To add the privilege, open the menu,
click *Stack Management*, then click *Roles*.
In addition:
* The `read` privilege allows you to assign tags to the saved objects for which you have write permission.
* The `write` privilege enables you to create, edit, and delete tags.
NOTE: Having the `Tag Management` {kib} privilege is not required to
view tags assigned on objects the user has `read` access to, or to filter objects by tags
in {kib} applications or from the navigational search.
[float]
[[settings-create-tag]]
=== Create a tag
Create a tag to assign to your saved objects.
. Click *Create tag*.
+
[role="screenshot"]
image::images/tags/create-tag.png[Tag creation popin]
. Enter a name and select a color for the new tag.
+
The name cannot be longer than 50 characters.
. Click *Create tag*.
[float]
[[settings-assign-tag]]
=== Assign a tag to saved objects
Assign or remove tags to one or more saved objects. You must have `write` permission
on the objects to which you assign the tags.
. Click the action (...) icon in the tag row, and then select the *Manage assignments* action.
+
[role="screenshot"]
image::images/tags/manage-assignments-flyout.png[Assign flyout]
. Select the objects to which you want to assign or remove tags.
. Click on *Save tag assignments*.
TIP: To assign multiple tags to objects at once, select their checkboxes
and then select *Manage tag assignments* from the *selected tags* menu.
[role="screenshot"]
image::images/tags/bulk-assign-selection.png[Bulk assign tags]
[float]
[[settings-delete-tag]]
=== Delete a tag
Delete a tag and remove it from any saved objects.
. Click the action (...) icon in the tag row, and then select the *Delete* action.
. Click *Delete tag*.
TIP: To delete multiple tags at once, select their checkboxes in the list view,
and then select *Delete* action from the *selected tags* menu.