Skip to content

Commit

Permalink
Merge pull request #397 from ritza-co/docs-19.04.00
Browse files Browse the repository at this point in the history
Docs 19.04.00 release (Week 50, 2024)
  • Loading branch information
zaneD42 authored Dec 24, 2024
2 parents a67b744 + 3a61a0c commit a5ae8f7
Show file tree
Hide file tree
Showing 76 changed files with 451 additions and 653 deletions.
34 changes: 0 additions & 34 deletions docs/auto-discovery/enrichai-data/enrichai-opt-out.md

This file was deleted.

77 changes: 77 additions & 0 deletions docs/auto-discovery/enrichai-data/enrichai-opt-out.mdx
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.
149 changes: 0 additions & 149 deletions docs/auto-discovery/enrichai-data/index.md

This file was deleted.

Loading

0 comments on commit a5ae8f7

Please sign in to comment.