-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #391 from ritza-co/docs-19.03.08
Docs 19.03.08 release (Week 47, 2024)
- Loading branch information
Showing
15 changed files
with
129 additions
and
101 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
--- | ||
title: "Tags" | ||
sidebar_position: 15 | ||
--- | ||
|
||
import ThemedImage from '@theme/ThemedImage' | ||
import useBaseUrl from '@docusaurus/useBaseUrl' | ||
|
||
Tags are useful for filtering and grouping objects. For example, you could define a "Project X" tag and associate that tag with all the devices, IP addresses, and other items associated with Project X. | ||
|
||
Most objects in Device42 can be tagged and most reports can be filtered according to tags. | ||
|
||
Navigate to the Tags list page under **Infrastructure > Organization > Tags** to view, edit, and create tags. | ||
|
||
<ThemedImage | ||
alt="Tags list page" | ||
sources={{ | ||
light: useBaseUrl('/assets/images/tags/list-page-light.png'), | ||
dark: useBaseUrl('/assets/images/tags/list-page-dark.png'), | ||
}} | ||
/> | ||
|
||
### Create Tags | ||
|
||
Click the **+ Add Tags** button to create a new tag. Tag names can contain spaces. The **Slug** is a unique resource identifier for each tag and is automatically filled in. | ||
|
||
You can also create new tags directly from an object or autodiscovery job configuration page, under the **Tags** field. | ||
|
||
<ThemedImage | ||
alt="Add a new tag" | ||
sources={{ | ||
light: useBaseUrl('/assets/images/tags/add-tag-light.png'), | ||
dark: useBaseUrl('/assets/images/tags/add-tag-dark.png'), | ||
}} | ||
style={{ width: '50' }} | ||
/> | ||
|
||
### View and Edit Tags | ||
|
||
On the Tags list page, you can click on a tag name to view the objects with that tag. To remove an association, click **Edit**, check the **Delete?** checkbox, and click **Save**. | ||
|
||
<ThemedImage | ||
alt="Add a new tag" | ||
sources={{ | ||
light: useBaseUrl('/assets/images/tags/tagged-items-light.png'), | ||
dark: useBaseUrl('/assets/images/tags/tagged-items-dark.png'), | ||
}} | ||
style={{ width: '50' }} | ||
/> | ||
|
||
### Tagging Objects | ||
|
||
Add a tag to a device by filling in the **Tag** field when creating or editing a device. You also specify tags for discovered objects when configuring an autodiscovery job. | ||
|
||
<ThemedImage | ||
alt="Tagging a device" | ||
sources={{ | ||
light: useBaseUrl('/assets/images/tags/tagged-device-light.png'), | ||
dark: useBaseUrl('/assets/images/tags/tagged-device-dark.png'), | ||
}} | ||
/> | ||
|
||
### Merging Tags | ||
|
||
Due to misspellings or duplication, you may end up with multiple similar tags. You can merge them as follows: | ||
|
||
From the Tags list page, select two or more tags, choose **Merge selected tags** from the **Select an action** dropdown, and click the **hammer icon** to execute the merge. | ||
|
||
<ThemedImage | ||
alt="Merge action" | ||
sources={{ | ||
light: useBaseUrl('/assets/images/tags/merge-tags-light.png'), | ||
dark: useBaseUrl('/assets/images/tags/merge-tags-dark.png'), | ||
}} | ||
/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,15 @@ | |
title: "Tutorials" | ||
--- | ||
|
||
Welcome to Device42! The tutorials in this section are designed to introduce you to the fundamentals of using the Device42 Main Appliance. | ||
Welcome to Device42! Explore the tutorials in this section to learn the fundamentals of using the Device42 Main Appliance (MA). | ||
|
||
Start with the [Introduction to Device42](/getstarted/tutorials/device42-tutorial.mdx) page for an explanation of Device42 terminology, object types, and the object hierarchical order. Read about the various ways you can add IT data to and export it from the Device42 Main Appliance. | ||
Start with the [Introduction to Device42](/getstarted/tutorials/device42-tutorial.mdx), which explains the terminology, object types, and object hierarchy used in Device42 and covers the various ways IT data can be added to and exported from the Device42 MA. | ||
|
||
Next, follow one or both of the tutorials below to add sample data to your new Device42 instance: | ||
- The [spreadsheets tutorial](getstarted/tutorials/tutorial-loading-data-using-spreadsheets.mdx) shows you how to access a sample `.xls` file, add data to it, and re-upload the file to load data to Device42. | ||
- The [API tutorial](getstarted/tutorials/tutorial-loading-data-using-the-api.mdx) introduces the Device42 API by executing a bash script of several curl commands that use APIs to load sample data. | ||
Next, learn how to add sample data to your new Device42 instance using either of the following: | ||
|
||
Complete your introduction with the [Device42 user interface tutorial](getstarted/tutorials/tutorial-navigating-the-device42-user-interface.mdx). Explore the sample data in the Device42 UI to get familiar with the menu options and data organization. | ||
- The [spreadsheets tutorial](getstarted/tutorials/tutorial-loading-data-using-spreadsheets.mdx) shows you how to access and add data to a sample `.xls` file, then re-upload it to add the data to Device42. | ||
- The [API tutorial](getstarted/tutorials/tutorial-loading-data-using-the-api.mdx) demonstrates how to execute a bash script of several curl commands that call the Device42 API to add sample data to Device42. | ||
|
||
After completing the tutorials, have a look at the pages in the [Get Started](/getstarted/) section to discover more Device42 features. If you have any questions, comments, or feature requests, please let us know at [[email protected]](mailto:[email protected]). | ||
Complete your introduction with the [UI tutorial](getstarted/tutorials/tutorial-navigating-the-device42-user-interface.mdx). Explore the sample data in the Device42 UI to familiarize yourself with the menu options and data organization. | ||
|
||
Once you've completed the tutorials, you can discover more Device42 features in the rest of the [Get Started](/getstarted/) section. If you have any questions, comments, or feature requests, please let us know at [[email protected]](mailto:[email protected]). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.