Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs 19.04.00 release (Week 50, 2024) #397

Merged
merged 26 commits into from
Dec 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
da45c9c
update ss to dark/light
AbdulDavids Dec 8, 2024
1b67d2b
update ss
AbdulDavids Dec 8, 2024
39baaa6
update screenshots
AbdulDavids Dec 9, 2024
443862e
retake screenshots
Nadia-JSch Dec 12, 2024
af293ec
retake screenshots
Nadia-JSch Dec 12, 2024
c95624a
delete file
Nadia-JSch Dec 12, 2024
85348f8
update images
Nadia-JSch Dec 12, 2024
3242944
DOCS-607-remove duplicate exclusion section, auto-discovery
Nadia-JSch Dec 13, 2024
666fa9d
DOCS-603, edit index.mdx
bethh0rn Dec 13, 2024
d10ceef
Revert "DOCS-603, edit index.mdx"
bethh0rn Dec 13, 2024
3e2f6fd
DOCS-603, edit index.mdx
bethh0rn Dec 13, 2024
ea770a4
remove unsupported deployements and add note, installation
Nadia-JSch Dec 13, 2024
5c874a1
DOCS-604, edit enrichai-opt-out.mdx
bethh0rn Dec 13, 2024
05a6a6f
DOCS-606, proofread index.md
bethh0rn Dec 13, 2024
54ab4a4
Merge pull request #389 from ritza-co/edit-603-enrich-ai-index-ss-update
Nadia-JSch Dec 13, 2024
5b536a7
Merge pull request #391 from ritza-co/edit-604-update-ss-opt-out
Nadia-JSch Dec 13, 2024
78b77d8
Merge pull request #390 from ritza-co/606-remove-unsupported-deployments
Nadia-JSch Dec 13, 2024
5670a68
Merge pull request #388 from ritza-co/607-auto-discovery
Nadia-JSch Dec 13, 2024
a7e3a50
Merge pull request #381 from ritza-co/603-enrich-ai-index-ss-update
Nadia-JSch Dec 13, 2024
dc57222
Merge pull request #382 from ritza-co/604-update-ss-opt-out
Nadia-JSch Dec 13, 2024
187e13b
DOCS-605, edit device-add-edit.mdx
bethh0rn Dec 13, 2024
588f964
Proofread device-add-edit.mdx
bethh0rn Dec 13, 2024
4946572
Update device-add-edit.mdx
bethh0rn Dec 13, 2024
646785c
Merge pull request #392 from ritza-co/edit-605-update-ss-add-edit-device
Nadia-JSch Dec 13, 2024
83f75b4
Merge pull request #383 from ritza-co/605-update-ss-add-edit-device
Nadia-JSch Dec 13, 2024
3a61a0c
update relative links
Nadia-JSch Dec 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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