<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Data Discovery on</title><link>https://docs.protegrity.com/aiteam-edition/1.0.0/docs/data_discovery/</link><description>Recent content in Data Discovery on</description><generator>Hugo</generator><language>en</language><atom:link href="https://docs.protegrity.com/aiteam-edition/1.0.0/docs/data_discovery/index.xml" rel="self" type="application/rss+xml"/><item><title>Prerequisites</title><link>https://docs.protegrity.com/aiteam-edition/1.0.0/docs/data_discovery/dd/prereq/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/aiteam-edition/1.0.0/docs/data_discovery/dd/prereq/</guid><description>&lt;p>Ensure that the following prerequisites are met before installing Data Discovery with PPC:&lt;/p>
&lt;ul>
&lt;li>
&lt;p>PPC Cluster Team Edition must be installed and accessible. For more information on installing PPC, refer &lt;a href="https://docs.protegrity.com/aiteam-edition/1.0.0/docs/infrastructure/ppc/install/">Installing PPC&lt;/a> for instructions.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Access to a Kubernetes cluster with sufficient permissions to manage the following resources:&lt;/p>
&lt;ul>
&lt;li>Namespace&lt;/li>
&lt;li>Deployment&lt;/li>
&lt;li>Service&lt;/li>
&lt;li>ConfigMap&lt;/li>
&lt;li>Secret&lt;/li>
&lt;li>HorizontalPodAutoscaler&lt;/li>
&lt;li>Gateway API resources (HTTPRoute, ReferenceGrant, SecurityPolicy)&lt;/li>
&lt;li>Karpenter resources (NodePool, EC2NodeClass)&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Authorization to provision AWS &lt;code>m5.large&lt;/code> instances.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Ensure that the jumpbox can connect to the required repositories. If not already authenticated, then log in to the required repository.&lt;/p></description></item><item><title>Installing Data Discovery</title><link>https://docs.protegrity.com/aiteam-edition/1.0.0/docs/data_discovery/dd/install/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/aiteam-edition/1.0.0/docs/data_discovery/dd/install/</guid><description>&lt;p>Data Discovery application can be deployed using &lt;code>helm&lt;/code>.&lt;/p>
&lt;blockquote>
&lt;p>&lt;strong>Note:&lt;/strong> For connecting and deploying from the Protegrity Container Registry (PCR), use the &lt;code>helm registry login &amp;lt;Container_Registry_Path&amp;gt;&lt;/code> command and the credentials obtained from the &lt;strong>My.Protegrity&lt;/strong> portal during &lt;a href="https://docs.protegrity.com/aiteam-edition/1.0.0/docs/infrastructure/obtainingcreds/">account creation&lt;/a>.&lt;/p>&lt;/blockquote>
&lt;p>Install Data Discovery using the following command:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-shell" data-lang="shell">&lt;span style="display:flex;">&lt;span>helm registry login &amp;lt;Container_Registry_Path&amp;gt;
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>helm upgrade --install data-discovery &lt;span style="color:#4e9a06">\
&lt;/span>&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#4e9a06">&lt;/span> oci://&amp;lt;Container_Registry_Path&amp;gt;/data-discovery/2.0/classification/helm/data-discovery &lt;span style="color:#4e9a06">\
&lt;/span>&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#4e9a06">&lt;/span> --version 2.0.0-373.gf464fa3e &lt;span style="color:#4e9a06">\
&lt;/span>&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#4e9a06">&lt;/span> --namespace data-discovery &lt;span style="color:#4e9a06">\
&lt;/span>&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#4e9a06">&lt;/span> --create-namespace
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>Replace the placeholder values in the command with the following variables.&lt;/p></description></item><item><title>Configuring Data Discovery</title><link>https://docs.protegrity.com/aiteam-edition/1.0.0/docs/data_discovery/dd/config/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/aiteam-edition/1.0.0/docs/data_discovery/dd/config/</guid><description>&lt;p>This section provides guidance on configuring Data Discovery logging and service providers.&lt;/p>
&lt;p>Configurations can be set during deployment by overwriting the configurations defined in the Data Discovery Helm &lt;code>values.yaml&lt;/code>.&lt;/p>
&lt;h3 id="overriding-configurations">Overriding Configurations&lt;/h3>
&lt;ol>
&lt;li>
&lt;p>Create a &lt;code>values-override.yaml&lt;/code> file with the custom configuration mentioned in the &lt;a href="https://docs.protegrity.com/aiteam-edition/1.0.0/docs/data_discovery/dd/config/#logging-configuration">Logging Configuration&lt;/a>.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Save the changes.&lt;/p>
&lt;/li>
&lt;li>
&lt;p>If the application is already deployed, uninstall it using the following command.&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span>helm uninstall data-discovery -n data-discovery
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;/li>
&lt;li>
&lt;p>Run the installation command mentioned in the &lt;a href="https://docs.protegrity.com/aiteam-edition/1.0.0/docs/data_discovery/dd/install/">Installing Data Discovery&lt;/a>.&lt;/p></description></item><item><title>Uninstalling Data Discovery</title><link>https://docs.protegrity.com/aiteam-edition/1.0.0/docs/data_discovery/dd/uninstall/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/aiteam-edition/1.0.0/docs/data_discovery/dd/uninstall/</guid><description>&lt;p>Run the following command to uninstall:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-fallback" data-lang="fallback">&lt;span style="display:flex;">&lt;span>helm uninstall data-discovery -n data-discovery
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;blockquote>
&lt;p>&lt;strong>Tip:&lt;/strong> If the uninstall process hangs, refer to the &lt;a href="https://docs.protegrity.com/aiteam-edition/1.0.0/docs/data_discovery/dd/troubleshooting/#manually-remove-remaining-resources">Manually remove the remaining resources&lt;/a> in the Troubleshooting section.&lt;/p>&lt;/blockquote></description></item><item><title>Troubleshooting</title><link>https://docs.protegrity.com/aiteam-edition/1.0.0/docs/data_discovery/dd/troubleshooting/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/aiteam-edition/1.0.0/docs/data_discovery/dd/troubleshooting/</guid><description>&lt;p>The following section provides a quick reference for common issues, their causes, and actions.&lt;/p>
&lt;ul>
&lt;li>
&lt;p>Pods remain in the &lt;code>Pending&lt;/code> state.&lt;/p>
&lt;ul>
&lt;li>Likely cause: The NodePool is not ready or does not have sufficient capacity.&lt;/li>
&lt;li>Action: Check the NodePool status and verify that sufficient capacity is available.&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>HPA displays &lt;code>unknown metrics&lt;/code>.&lt;/p>
&lt;ul>
&lt;li>Likely cause: The Metrics Server is missing or unhealthy.&lt;/li>
&lt;li>Action: Install the Metrics Server or restore its health.&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>
&lt;p>Gateway API returns a &lt;code>401 Unauthorized&lt;/code> response.&lt;/p></description></item><item><title>Logging usage metrics</title><link>https://docs.protegrity.com/aiteam-edition/1.0.0/docs/data_discovery/dd/logging/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.protegrity.com/aiteam-edition/1.0.0/docs/data_discovery/dd/logging/</guid><description>&lt;p>Data Discovery generates usage logs for all classification requests submitted to the service. These logs provide visibility into how the service is being used and support monitoring, auditing, and operational analysis.
Usage logs include high-level metrics such as request outcomes and the volume of data processed, enabling administrators to track usage patterns and assess service behavior over time.&lt;/p>
&lt;p>For a detailed description of the usage log format and available fields, see the&lt;br>
&lt;a href="https://docs.protegrity.com/data-discovery/2.0.0/docs/usage_metrics/">Data Discovery Usage Logs documentation&lt;/a>.&lt;/p></description></item></channel></rss>