-
Notifications
You must be signed in to change notification settings - Fork 24
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 #397 from ritza-co/docs-19.04.00
Docs 19.04.00 release (Week 50, 2024)
- Loading branch information
Showing
76 changed files
with
451 additions
and
653 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,77 @@ | ||
--- | ||
title: "EnrichAI Opt Out" | ||
sidebar_position: 100 | ||
--- | ||
|
||
import ThemedImage from '@theme/ThemedImage' | ||
import useBaseUrl from '@docusaurus/useBaseUrl' | ||
|
||
This section demonstrates how to disable EnrichAI Data, the Device42 service that enhances data from device discoveries. | ||
|
||
:::note | ||
Please note that if you rediscover previously enriched data, you will lose that data until you opt back in to the EnrichAI Data cloud service. | ||
::: | ||
|
||
Take the following steps to opt out of the EnrichAI Data service: | ||
|
||
Select **Tools > Cloud Services** to display the Cloud Services page. | ||
|
||
<ThemedImage | ||
alt="Cloud Services Button" | ||
sources={{ | ||
light: useBaseUrl('/assets/images/enrichai-opt-out/cloud-services-button-light.png'), | ||
dark: useBaseUrl('/assets/images/enrichai-opt-out/cloud-services-button-dark.png'), | ||
}} | ||
/> | ||
|
||
This page shows the status of your cloud services. In the example below, **EnrichAI** has been **Enabled**. | ||
|
||
<ThemedImage | ||
alt="View integrations page" | ||
sources={{ | ||
light: useBaseUrl('/assets/images/enrichai-opt-out/view-integration-light.png'), | ||
dark: useBaseUrl('/assets/images/enrichai-opt-out/view-integration-dark.png'), | ||
}} | ||
/> | ||
|
||
To disable this feature, click the **Edit** button in the bottom-right corner of the screen. | ||
|
||
<ThemedImage | ||
alt="Edit Button" | ||
sources={{ | ||
light: useBaseUrl('/assets/images/enrichai-opt-out/edit-button-light.png'), | ||
dark: useBaseUrl('/assets/images/enrichai-opt-out/edit-button-dark.png'), | ||
}} | ||
/> | ||
|
||
In the Edit view, you are presented with the option to opt out of the EnrichAI Data service, as highlighted below. Click **disable** to do so. | ||
|
||
<ThemedImage | ||
alt="Disable Button" | ||
sources={{ | ||
light: useBaseUrl('/assets/images/enrichai-opt-out/disable-button-light.png'), | ||
dark: useBaseUrl('/assets/images/enrichai-opt-out/disable-button-dark.png'), | ||
}} | ||
/> | ||
|
||
The **Disable EnrichAI** dialog gives you the option to **Disable** or **Cancel**. Select **Disable** to opt out of the EnrichAI Data service and return to the Edit view. | ||
|
||
<ThemedImage | ||
alt="Disable prompt" | ||
sources={{ | ||
light: useBaseUrl('/assets/images/enrichai-opt-out/prompt-light.png'), | ||
dark: useBaseUrl('/assets/images/enrichai-opt-out/prompt-dark.png'), | ||
}} | ||
/> | ||
|
||
The **EnrichAI** is now **Disabled**. You can **Save** your changes in the bottom-right corner of the page. | ||
|
||
<ThemedImage | ||
alt="Save button" | ||
sources={{ | ||
light: useBaseUrl('/assets/images/enrichai-opt-out/disabled-save-light.png'), | ||
dark: useBaseUrl('/assets/images/enrichai-opt-out/disabled-save-dark.png'), | ||
}} | ||
/> | ||
|
||
You can follow the same steps to opt back in to the EnrichAI Data service. After re-enabling, we recommend rerunning your discovery jobs to ensure your data is enriched. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.