# Container

This article provides comprehensive guidance on migrating OvalEdge from **Release6.3.4** to **Release7.2** in a **Container-based deployment**. It outlines prerequisites, backup procedures, migration steps, post-migration validation, and rollback considerations to ensure a smooth and secure upgrade.

## Prerequisites

Before initiating the migration, ensure the following:

### Infrastructure & System Readiness

* Ensure the container environment (e.g., Kubernetes) meets the upgraded RAM and SSD space requirements for optimal performance.
* Confirm that supporting applications and configurations are compatible with Release7.2.

### Database Upgrade

* Release7.2 requires **MySQL 8.4.x or higher**.
* Supported upgrade guides:
  * Release7.2: [MySQL 8.4.x Installation in a Separate Folder (Ubuntu)](https://docs.ovaledge.com/~/changes/967/deployment-and-maintenance/installation/mysql-8.4.x-on-ubuntu-22.04+)
  * Release7.2: [MySQL 8.4.x Installation in a Separate Folder (RHEL8)](https://docs.ovaledge.com/~/changes/967/deployment-and-maintenance/installation/mysql8.4.x-on-rhel-8-9)
  * Release7.2: MySQL Upgrade 8.0.4 to 8.4.x on AWS RDS
* ⚠️ Take a **full DB backup** before the upgrade.

### Elasticsearch Upgrade

* Upgrade to **Elasticsearch 7.17.x**.\
  **Refer to:** [Release7.2 Installation of Elasticsearch on Container System](https://docs.ovaledge.com/~/changes/967/deployment-and-maintenance/installation/elasticsearch-on-container).

## Backup Procedures

To safeguard the environment, perform the following before migration:

### **Database Backup**

* Use MySQL tools or database management utilities to create a full backup of the OvalEdge database (MySQL or MariaDB).
* Ensure the backup includes all schema, data, triggers, and procedures.
* Store the backup securely in a location with restricted access.
  * If hosted in a VM Environment: Refer to: \[[OvalEdgeDB Backup Process](https://docs.ovaledge.com/~/changes/967/deployment-and-maintenance/backup/ovaledge-db-backup)]
  * If hosted in AWS or Azure: Take a final snapshot of the configured database.

### **Table & Row Count Validation**

* Record row counts for critical entities.\
  **Refer to:** [DB Migration Checklist](https://docs.ovaledge.com/~/changes/967/deployment-and-maintenance/migration/db-migration-checklist).

**Persistent Volume (PVC) Snapshot**

* Backup persistent storage volumes (EFS, Azure Files, etc.).

### **Image Backup**

* Save current Docker images for rollback.

### **Helm Charts Backup**

* Export deployed Helm release manifests.

### **Backup Management**

* Label backups (e.g., `pre-7.2-migration-2025-06-13`).
* Store securely in an access-controlled, encrypted location.
* Validate the restore process.

## Migration Process

### Update Deployment Files

* Modify Helm values or YAML manifests to reference the new OvalEdge Docker image.
* Update environment variables in deployment (`oasis.properties`, `run.sh`).

### Update JAR Files

* Upload updated **lineage** and **CSP JAR files** (if stored externally, e.g., EFS).

### Sequential Pod Update (Rolling Upgrade)

* Use `kubectl rollout restart` or Helm rolling upgrade.
* Configure readiness/liveness probes to ensure service stability.
* Apply **Pod Disruption Budgets** to minimize downtime.

### Configuration Updates

* Update `oasis.properties` with correct JAR file paths.

  <div align="left"><figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXezS00pmAmizpOxYUQ77Vb4TZRENCjILHR1Dj0-HOonr_cm5SHecZdm-b6GGI4FIzo0CtQ4eckGWAiibRY_WLq9otqzCi5u1JSnbQhv7KKNHxOeYJ1cfdoUX_5z8TcI2s75AYOy?key=sqfvldtcaqrXtpt8RHw3BQ" alt=""><figcaption></figcaption></figure></div>

### Governance App Configuration

**If the Governance App is already configured**\
Update the `oasis.properties` file with the following parameters:

* `gov-app.protocol`: Protocol (for example, `http`, `https`)
* `gov-app.host`: Hostname of the Governance App
* `gov-app.port`: Port of the Governance App

<div align="left"><figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeOAsBZBOa3-AhtnMEmLYYhKlGCs3Ozg0OMLk7-dH1o21i-Sws_gJSnK_T4RGZKXdqFflUdgyAhwOGfI2xNJ1jeJTMd_JOQCGa-O1qN52c0BCLjpC4MgAvTGHxvYkwTM2GfD4VX?key=sqfvldtcaqrXtpt8RHw3BQ" alt="" width="563"><figcaption></figcaption></figure></div>

**Refer to:** [Release7.2 OvalEdge Application Integration with Governance App on Container](https://docs.ovaledge.com/~/changes/967/deployment-and-maintenance/integration/governance-app-deployment-on-container).

## Post-Migration Validation

### Database Validation

* Compare pre- and post-migration **row counts**.
* Run DB integrity checks.

### Application Verification

* Validate deployment of the latest Release7.2 features.

### **Run Migration Jobs**

* After upgrading to Release7.2, it is mandatory to:
  * Execute all migration jobs introduced in Release7.2 to ensure that data structures, configurations, and system components are aligned with the new version.
  * Re-run any migration jobs executed until Release6.3.4 that are still applicable to ensure data consistency and integrity across the environment.
  * For detailed information about the migration jobs introduced in Release7.2, refer to the Release7.2 Migration Jobs Sheet.

{% file src="<https://1813356899-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhTnkoJQml0pok9awFDhx%2Fuploads%2FwJEjoMq3uLFW8aDAMWjd%2FOvalEdge_Release7.2_Migration%20_Jobs_Sheet.xlsx?alt=media&token=b9f1dffa-0316-4853-8d4d-5fbc7c8ac52a>" %}

### Run Advanced Jobs

* After migrating to Release7.2, it is essential to:
  * Execute all new advanced jobs introduced in Release7.2 to ensure the proper functioning of new features and enhancements.
  * Re-run all advanced jobs that were executed until Release6.3.4 to maintain data integrity and consistency in the upgraded environment.
  * For details on the advanced jobs introduced in Release7.2, refer to [New Advanced Jobs (Release6.3.4.x to Release7.2)](https://docs.ovaledge.com/deployment-and-maintenance/migration/container#appendix-a-advanced-jobs-release6.3.4-release7.2) in Appendix A.

### System Settings

* After completing the migration, ensure that all new system settings introduced in Release7.2 are configured as required to support the latest functionalities and enhancements.
* No changes are needed for existing system settings unless specifically required for your environment.
* For a complete list of new, modified, and deprecated system settings in Release7.2, along with guidance on their configuration, refer to[ New System Settings (Release6.3.4 to Release7.2) ](https://docs.ovaledge.com/deployment-and-maintenance/migration/container#appendix-b-system-settings-release6.3.4-release7.2)in Appendix A.

### Monitoring & Observability

* Verify logs in `kubectl logs` and centralized logging (ELK/EFK).
* Check Prometheus/Grafana dashboards for cluster/app health.
* Run smoke tests for API, UI login, and workflows.
* Conduct basic **performance benchmark tests**.

## Rollback Plan

If migration fails:

**Database**: Restore from backup or snapshot.

**Application**:

* Run `helm rollback <release> <revision>`
* Or `kubectl rollout undo deployment/<name>`

**Artifacts**: Restore WAR/JAR files, `oasis.properties`, `log4j.properties`.

**Dependencies**: Roll back MySQL and Elasticsearch versions if needed.

**VM Snapshot**: Restore if the environment was virtualized.

⚠️ **Note**: Database rollback after schema migration may cause data loss. Always verify DB backups before migration.

## **Appendix**

### **Appendix A**: Advanced Jobs (Release6.3.4 → Release7.2)&#x20;

| Version        | Advanced Job Name                                                                               | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| -------------- | ----------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Release6.3.4.2 | GDQ Compliance Data Migration                                                                   | This job transfers entries from the deprecated GDQ table to the active GDQ table.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| Release7.1     | Advanced Job for Inserting data into the Lineage table                                          | This job allows the insertion of data into the Lineage Table to build the Connection Dashboard view.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| Release7.1     | Load Axiomatics Policies                                                                        | This job will take a folder or file (in JSON format) as input that contains Axiomatics Policies and load them into OvalEdge. This job is also used to reconcile policies if any discrepancies are identified between OvalEdge and Axiomatics.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| Release7.1     | Caching of Business Applications from UPC                                                       | This job will sync business applications from UPC to OE cdr\_products. These products will be consumed for raising the Service Requests                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| Release7.1     | MetaData Change Report Sync Service                                                             | This job imports all data from an XLSX sheet and inserts it into the database, removing any existing records.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| Release7.1     | DataLake Analysis Second Level                                                                  | This is no longer required and can be deleted.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Release7.1     | Retry Fulfillment for Service Requests                                                          | This job collects Service Requests that are in Fulfillment Error and attempts to re-initiate their fulfillment. It groups the Service Requests by Template ID. If the retry fails for the first request in a group, the entire group is skipped, and the process moves to the next group, assuming the integrated system has not yet recovered.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| Release7.1     | Delete Inactive Users for SSO                                                                   | The purpose of this job is to delete inactive users in OvalEdge by verifying their status in Azure Active Directory (Azure AD).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| Release7.1     | Assign Role to Users                                                                            | This job takes a role as input and assigns that role to all the users in OvalEdge.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| Release7.1     | Cascade Customfields for Buckets                                                                | <p>This job cascades custom fields from buckets to their downstream folders and files. Two attributes need to be specified for this job:</p><p>attribute1: The S3 Connection ID</p><p>attribute2: The bucket name, if only a single bucket is to be processed.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| Release7.1     | Cascade tags to the folder and files                                                            | <p>This job aims to cascade tags from a bucket to its downstream folders and files. Two attributes need to be specified for this job:</p><p>attribute1: The S3 Connection ID</p><p>attribute2: The bucket name, if only a single bucket is to be processed.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| Release7.1     | Update TicketParams For Snowflake                                                               | This job updates the ticket parameters for a Snowflake connection, including field code, field type, and option value.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| Release7.1     | Sync DQ Policy Execution Summary to OE                                                          | This job synchronizes the policy execution summary results to OvalEdge (OE).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| Release7.1     | Cache scopes associated with a Business Application                                             | This advanced job retrieves the scopes associated with the Business Application and caches them in OvalEdge.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| Release7.1     | Crawl Snowflake Users and Roles                                                                 | This job crawls users, roles, and warehouses for a Snowflake connection.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| Release7.1     | Process KAFKA ACLs Dump File For Audit                                                          | This job loads the specified file and processes the ACL's information into the audit table. It is exclusively designed for the Kafka connector. Ensure that both the Crawler ID/Name and File Name (only .xlsx files are supported) are provided.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| Release7.1     | Update SR data for Backward Compatibility                                                       | This job updates the default data for existing tickets by adding new fields.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| Release7.1     | Update Group Info for Service Requests                                                          | This job updates the Group Info for existing Service Requests, excluding API Access Requests.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| Release7.1     | S3 to Snowflake Lineage using DDL Commands                                                      | This job creates a lineage from S3 to Snowflake.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| Release7.1     | Build Lineage from Excel File                                                                   | This job will build the lineage from an Excel file.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| Release7.1     | Add connection details to ticketparam2                                                          | This job adds connection details to the ticketparam2 table.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| Release7.1     | Update Fulfillment Detail for Service Requests                                                  | This job updates the Fulfillmentdetailid for pending Service Requests.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| Release7.1     | Remove Access For Inactive Tables                                                               | This job removes access for inactive objects.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| Release7.1     | An advanced Job for Indexing Existing                                                           | <p>This advanced job enables the indexing of pre-existing data into Elasticsearch and controls the indexing process based on the specific object types you select.</p><p>Enter the names of the object types that need to be supported in Attribute1, such as 'oetable' or 'oeschema'. The data corresponding to the specified object types will be indexed in Elasticsearch. If multiple object types need to be indexed, separate them with commas. If no object types are provided, data from all object types will be indexed.</p><p>Attributes:</p><p>Comma-separated Object Types - oetable,oecolumn, etc..</p>                                                                                                                                                                                                                                                                                        |
| Release7.1     | Upgrade Image Avatars                                                                           | This job upgrades the image avatars from a circular shape to a square.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| Release7.1     | Generate GUID                                                                                   | This job will generate GUIDs for existing unassigned catalog objects, tags, and terms. A GUID is a unique identifier for objects within the application. This job will generate and assign the unassigned objects with GUIDs.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| Release7.1     | Tableau columns curated info moving from the report to the Datasource                           | This job transfers curated information from the report column to the data source column.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| Release7.1.1   | Migration of Mention and Myaction Comments                                                      | <p>This job updates the tab column in the comment table with either "Mention" or "My Action" for existing messages. All pre-existing messages will be marked as Read, except for My Action messages, which will remain pending without requiring any further action.</p><p>This Advanced Job should be executed only once after the migration."</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| Release7.1.1   | Inconsistent Objects Diagnostic & Cleanup                                                       | This job identifies and removes inactive objects from OvalEdge to maintain metadata accuracy. When executed, it provides a diagnostic report on the number of inactive parent objects in the job logs. If the cleanup attribute is set to true in Attribute1, the job will proceed to delete these inactive objects while ensuring hierarchical integrity, removing dependent child objects. By default, the cleanup attribute is set to false, allowing admins to review the impact before performing deletions.                                                                                                                                                                                                                                                                                                                                                                                            |
| Release7.1.1   | RDAM Deleted Instance Migration                                                                 | This job will migrate deleted RDAM instances and their associated records to ensure consistency following the version upgrade.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Release7.1.1   | Image Upload Security Enhancement                                                               | This job updates the identifiers of previously uploaded images in the Business Description, Technical Description, and other fields in the Froala Editor. Previously, images were stored with sequential IDs, which posed a security risk as users could access other uploaded images by modifying the URL. Running this job after migration replaces all existing image IDs with unique, non-sequential keys, ensuring enhanced security and preventing unauthorized access.                                                                                                                                                                                                                                                                                                                                                                                                                                |
| Release7.1.1   | Advanced job for adding a subject to the comment table                                          | This job adds subject information for team-related notifications, ensuring that the details appear in the My Recent Notifications widget on the homepage.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| Release7.1.1   | IPC Parameter file processing                                                                   | This job copies the parameter file from a remote machine to a local machine and processes the file for configuration details.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| Release7.1.1   | OvalEdge User Licenses AD Verification                                                          | <p>This job generates a comparison report that includes users in Active Directory (AD) groups and users with OvalEdge licenses.</p><p>Attributes:</p><p>Attribute1: Compare Azure AD Groups with Author License (comma-separated).</p><p>Attribute2: Compare Azure AD Groups with Viewer License (comma-separated).</p><p>Attribute 3: Notify Users (comma-separated) - Enter the users to notify.</p><p>Attribute4: Notify Team (comma-separated) \[The users in the Team will be notified] - Enter the team names.</p><p>Attribute5: Notify Roles (comma-separated) \[The users of the given Roles will be notified] - Enter the roles.</p>                                                                                                                                                                                                                                                                |
| Release7.1.1   | Collaboration Message Migration                                                                 | This job migrates all collaboration messages older than Release 6.2 and should be executed only once after the migration is complete.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| Release7.1.1   | Compare Axiomatics Policies                                                                     | This job compares Axiomatics policies created or updated via API Access Requests from OvalEdge with the existing policies in the Axiomatics application. It identifies and logs any discrepancies in the job logs. An email is sent with an attachment listing the mismatched policies. This process helps in understanding and reconciling any discrepancies.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Release7.1.1   | Ovalsight Bridge Migration                                                                      | This job creates multiple DuckDB files, specific to each connector, from an existing DuckDB file.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| Release7.1.1   | License Issue                                                                                   | This advanced job, related to migration, aims to add additional attributes to certain existing connectors, fetch unique values for the connectors, and update the license accordingly.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| Release7.1.1   | Advanced job for updating Deltalake custom fields                                               | This advanced job will update technical and business descriptions for tables in Delta Lake.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| Release7.2     | Curated report column info that maps to the appropriate reporting object based on the connector | This job enables the movement of curated column-level metadata from higher-level reporting objects to their associated downstream entities, supporting consistent metadata alignment across all connectors.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| Release7.2     | Restore archived data                                                                           | <p><br></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| Release7.2     | Reset Time Zones For Schedule                                                                   | This job updates the time zones for schedules that do not have a valid time zone associated with them. It will update the time zone to match the server's time zone.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| Release7.2     | Profile By Importance Score                                                                     | <p>This job allows admins to perform targeted profiling of tables based on their Importance Score. Users can specify a threshold range (e.g., 80-100) to profile only the most critical tables within that range. The job supports filtering by a specific connection and its associated schemas. Attributes:</p><p>Attribute 1: Connection ID (Required) Enter the ID of the connection. Only one connection can be selected per job.</p><p>Attribute 2: Schema IDs (Optional) Provide one or more schema IDs. All schemas must belong to the selected connection.</p><p>Attribute 3: Low Range (Required) Enter the lower limit of the Importance Score range (e.g., 80). The value should be between 0 and 100.</p><p>Attribute 4: High Range (Required) Enter the upper limit of the Importance Score range (e.g., 100). The value must be greater than the Low Range and less than or equal to 100.</p> |
| Release7.2     | Azure SQL Database Masking Sync                                                                 | <p>Running this job will fetch details of all the corresponding masked Azure SQL Database columns from the source into OvalEdge.</p><p>Attributes: 1. Connection Id</p><p>Note: Only Security and Governance admins of the corresponding connection (Defined while creating a connection) and OvalEdge’s super admin (ovaledge.role.admin) can run this job.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| Release7.2     | StoryZoneAllowContentEditMigration                                                              | Run this advanced job when migrating from R6.x or R7.2 to allow adding or editing content to Data Story Zones.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Release7.2     | Migrate Ropa Dropdown Data                                                                      | This job migrates data from multiple Ropa tables to a single unified Ropa table.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| Release7.2     | Migrate TCF Text TO Rich Text                                                                   | This job converts existing text to rich text format for custom text fields.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| Release7.2     | Upload Table Column Sheet from S3 to LMDF                                                       | This job retrieves the table column file from S3, creates domains and terms, and then uploads the file via LMDF.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| Release7.2     | Salesforce Source Column Description Parsing                                                    | This job parses the source column's description, which is in JSON format, into custom fields.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| <p><br></p>    | Code Custom Fields Options CleanUp                                                              | <p>Running this advanced job, the code custom field values will appear beside the custom field level in the same table in the backend.</p><p>Note: No attribute is required to execute this job.</p><p><br></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |

### **Appendix B**: System Settings (Release6.3.4 → Release7.2)

| Job Parm Key                                            | Revised Content                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | Impacted Modules                                                                                                |                   |
| ------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | ----------------- |
| application.font.family                                 | <p>It allows users to select the font displayed in the application interface. The selected font will be applied across the application. Available options: Open Sans, Lufga Regular, Lato, Arial, Roboto</p><p>Parameters: </p><p>The default font is Roboto</p>                                                                                                                                                                                                                                                                                                                                                                                                                               | All Modules                                                                                                     |                   |
| openai.base.url                                         | <p>It allows users to specify the base URL for OpenAI if an API gateway is used between the application and OpenAI.</p><p>Parameters:</p><p>The default value is Empty</p><p>Leave this field blank if there is no gateway configured.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                     | <p><br></p>                                                                                                     |                   |
| openai.timeout                                          | <p>It allows users to set the timeout duration for OpenAI API calls in seconds.</p><p>Parameters:</p><p>The default value is 30 seconds</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | <p><br></p>                                                                                                     |                   |
| show\.ai.additional.prompt                              | <p>It allows users to enable or disable the additional prompt text field in the AI generation component while generating descriptions through AI.</p><p>Parameters:</p><p>The default value is True</p><p>If True: Displays the additional prompt text field.</p><p>If False: Hides the additional prompt text field.</p>                                                                                                                                                                                                                                                                                                                                                                      | Data Catalog, Business Glossary                                                                                 |                   |
| ovaledge.upload.tempfile.temppath                       | <p>Specifies the temporary server folder path used to validate files before uploading.</p><p>Parameters:</p><p>The default value is /home/ovaledge/TempPath</p><p>Enter a valid temporary path in the field provided.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | File Manager and My Profile                                                                                     |                   |
| dashboard.dataquality.dqscoretrend.maximumvalues        | <p>This setting allows users to configure the maximum number of data points displayed for a specific time interval.</p><p>Parameters:</p><p>The default value is 30</p><p>Maximum value: 200</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | <p><br></p>                                                                                                     |                   |
| ovaledge.policy.creator                                 | <p>It allows the OE\_Admin to assign Policy Creator privileges to specific roles.</p><p>Parameters:</p><p>Default value: OE\_ADMIN</p><p>OE\_Admin can select one or more roles from the dropdown list.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Policy Manager, Data Catalog                                                                                    |                   |
| enable.policy.manager                                   | <p>It allows users to enable or disable the visibility of the Policy Manager module under the Governance App.</p><p>Note: A system restart is required for the changes to take effect.</p><p>Parameters:</p><p>The default value is false</p><p>True: The Policy Manager module is visible to users.</p><p>False: The Policy Manager module is hidden from users.</p>                                                                                                                                                                                                                                                                                                                          | Policy Manager, Data Catalog                                                                                    |                   |
| show\.timeout.popup                                     | <p>It allows users to control the visibility of the session timeout pop-up.</p><p>Parameters:</p><p>The default value: true</p><p>If set to true, the timeout popup will be displayed before the session expires.</p><p>If set to false, the timeout popup will not be shown.</p>                                                                                                                                                                                                                                                                                                                                                                                                              | <p><br></p>                                                                                                     |                   |
| restrict.concurrent.logins                              | <p>It allows administrators to restrict users from logging in concurrently from multiple sessions.</p><p>Parameters:</p><p>Default value: false</p><p>If set to true, Users are restricted from logging in simultaneously from different sessions.</p><p>If set to false, Concurrent logins are allowed.</p>                                                                                                                                                                                                                                                                                                                                                                                   | Login                                                                                                           |                   |
| dashboard.report.type.restricted                        | <p>It allows users to restrict certain report types from being added to custom dashboards.</p><p>Parameters:</p><p>The default value is Empty</p><p>Users can enter or select report types from the dropdown to restrict their use in dashboards.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                          | Custom Dashboards                                                                                               |                   |
| bulkai.batchapi.outputfile.download.start.delay.minutes | <p>It allows users to set the wait time before the system tries to download the output file metadata from OpenAI during bulk AI Description curation batch processing.</p><p>Parameters:</p><p>The default time is set to 30 minutes</p><p>Users can change the wait time between 0 to 60 minutes.</p>                                                                                                                                                                                                                                                                                                                                                                                         | <p><br></p>                                                                                                     |                   |
| etl.new\.connectorid                                    | <p>It allows users to specify the new connector ID for running ETL jobs.</p><p>Parameters:</p><p>The default value is Empty</p><p>Enter the connector ID on which ETL jobs should be executed.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | Connectors, Jobs                                                                                                |                   |
| ovaledge.concat.delimeter                               | <p>It allows users to specify the delimiter used to join multiple values into a single field.</p><p>Parameters:</p><p>The default value is Comma</p><p>Enter a character (e.g., semicolon, #, $ ) to be used as the delimiter.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                             | <p>Data Catalog, Business Glossary, DQR, Load Metadata From Files, APIs</p><p>Code Custom Fields</p>            |                   |
| ai.generatedesc.prompt.metadata                         | <p>It lets users automatically generate descriptions for either Object Metadata or Underlying Attribute Metadata.</p><p>Object Metadata: Uses the object’s hierarchy and existing descriptions.</p><p>Underlying Attribute Metadata: Uses the object’s metadata along with its attributes and relationships.</p><p>Default value: Object Metadata</p>                                                                                                                                                                                                                                                                                                                                          | Data Catalog, Business Glossary                                                                                 |                   |
| ai.bulk.description.enable                              | <p>It allows users to enable or disable the Bulk AI Description generation feature.</p><p>Parameters:</p><p>The default value is True</p><p>If true, enables bulk AI description generation.</p><p>If false, disables the feature.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Data Catalog, Business Glossary                                                                                 |                   |
| allowed.file.types.for.file.upload                      | <p>It allows users to define which file types can be uploaded and cataloged from external sources.</p><p>Parameters:</p><p>The default value is pdf, txt, rtf, docx, odt, xlsx, ods, csv, pptx, odp, jpg, jpeg, png, gif, bmp, tiff, tif, svg, json, xml, log</p><p>Users can choose the allowed file types for uploading in service requests.</p><p>Files not included in the list will be rejected.</p>                                                                                                                                                                                                                                                                                      | Service Desk                                                                                                    |                   |
| service.desk.file.upload.storage.service                | <p>It allows users to configure where files uploaded from Governance Apps are stored.</p><p>Parameters:</p><p>The default value is Empty</p><p>Users can select a storage service (NFS, S3, or Azure) to store files uploaded through the Service Desk.</p><p>If no option is selected, the file storage location remains unconfigured.</p>                                                                                                                                                                                                                                                                                                                                                    | Service Desk                                                                                                    |                   |
| service.desk.file.upload.connector.id                   | <p>It allows users to specify the connection ID for the selected storage service.</p><p>Parameters:</p><p>The default value is EmptyUsers must enter the connection ID associated with the chosen storage service.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Service Desk                                                                                                    |                   |
| service.desk.file.upload.bucketname                     | <p>It allows users to specify the bucket name for the selected storage service.</p><p>Parameters:</p><p>The default value is Empty</p><p>Enter the bucket name for the storage service. This is mandatory for S3 and Azure.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                | Service Desk                                                                                                    |                   |
| candelete.application.diagnostic.data                   | <p>This setting controls whether users can delete application diagnostic data.</p><p>Parameters:</p><p>The default value is True</p><p>If true, Users can delete diagnostic data.</p><p>If false, Deletion of diagnostic data is restricted.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                               | <p><br></p>                                                                                                     |                   |
| ovaledge.email.server.type                              | <p>It allows users to select the type of email server used for sending notifications.</p><p>Parameters:</p><p>The default value is SMTP.</p><p>Users can choose the server type from the dropdown list (SMTP, AWS SES, and Azure Graph API).</p><p>Based on the selection, the relevant configuration fields will be enabled.</p>                                                                                                                                                                                                                                                                                                                                                              | Notifications                                                                                                   |                   |
| ovaledge.azure.graphapi.emailaddress                    | <p>It allows users to specify the sender email address used for sending notifications through the Azure-authorized application.</p><p>Parameters:</p><p>The default value is EmptyNote: Users must enter a valid and active email address associated with a Microsoft Outlook account within the organization’s environment. The Azure application will use this email to send notifications on the user’s behalf.</p>                                                                                                                                                                                                                                                                         | Notifications                                                                                                   |                   |
| ovaledge.azure.graphapi.tenantid                        | <p>It allows users to specify the Tenant ID from the Azure application registration.</p><p>Parameters:</p><p>The default value is Empty</p><p>Users must enter the Tenant ID associated with your organization's Azure Active Directory.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                   | Notifications                                                                                                   |                   |
| ovaledge.azure.graphapi.clientid                        | <p>It allows users to specify the Client ID of the OvalEdge application from Azure application registration.</p><p>Parameters:</p><p>The default value is Empty</p><p>Enter the Client ID assigned during Azure application registration.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                  | Notifications                                                                                                   |                   |
| ovaledge.azure.graphapi.clientsecret                    | <p>It allows users to store the Client Secret generated during Azure application registration securely.</p><p>Parameters:</p><p>The default value is EmptyEnter the Client Secret obtained from the Azure portal for the registered application.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                           | Notifications                                                                                                   |                   |
| ovaledge.awsses.smtp.server                             | <p>It allows users to specify the AWS SES SMTP Server URL for sending email notifications.</p><p>Parameters:</p><p>The default value is Empty</p><p>Enter the SMTP Server URL provided by AWS SES.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Notifications                                                                                                   |                   |
| ovaledge.awsses.smtp.port                               | <p>It allows users to specify the AWS SES SMTP Server Port used for sending email notifications.</p><p>Parameters:</p><p>The default value is Empty</p><p>Enter the port number provided by AWS SES (e.g., 25, 465, or 587).</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                               | Notifications                                                                                                   |                   |
| ovaledge.awsses.smtp.mode                               | <p>It allows users to specify the mode used by the AWS SES SMTP server for secure communication.</p><p>Parameters:</p><p>The default value is Empty</p><p>Enter the server mode (e.g., TLS, SSL) based on your AWS SES configuration.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                      | Notifications                                                                                                   |                   |
| ovaledge.awsses.smtp.username                           | <p>It allows users to specify the username for the AWS SES SMTP server.</p><p>Parameters:</p><p>The default value is Empty</p><p>Enter the SMTP username provided by AWS SES to authenticate and send email notifications.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | Notifications                                                                                                   |                   |
| ovaledge.awsses.smtp.password                           | <p>It allows users to specify the password for the AWS SES SMTP server.</p><p>Parameters:</p><p>The default value is Empty</p><p>Enter the SMTP password associated with the AWS SES username. This is required for authenticating and sending email notifications.</p>                                                                                                                                                                                                                                                                                                                                                                                                                        | Notifications                                                                                                   |                   |
| ovaledge.awsses.smtp.from.address                       | <p>It allows users to specify the email address used to send notifications through the AWS SES SMTP server.</p><p>Parameters:</p><p>The default value is Empty</p><p>Note: This must be a verified email address in your AWS SES configuration.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                            | Notifications                                                                                                   |                   |
| project.baseline.limit                                  | <p>It enables users to set the number of baselines for a project, thereby enhancing performance.</p><p>Parameters:</p><p>Default value: 5</p><p>Users can set as many baselines as needed.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 | Projects                                                                                                        |                   |
| projects.advanced.mode.enable                           | <p>It allows users to show or hide specific fields (Plan View, Task Categories, % Complete, Estimated Effort, Time Log, Remaining Effort, and Extended Bulk Update) in the Projects module.</p><p>Parameters:</p><p>The default value is false</p><p>If set to true, Fields will be visible for users to input data.</p><p>If set to false, these fields will be hidden.</p>                                                                                                                                                                                                                                                                                                                   | Projects                                                                                                        |                   |
| projects.beta.mode.enable                               | <p>It allows users to show or hide specific fields (Project Groups, Parent Tasks, Project Audit, Baseline Feature, Dependencies, and Custom Fields) in the Projects module, including Task Shutter and List View.</p><p>Parameters:</p><p>The default value is false</p><p>If true, fields will be visible to users for data input.</p><p>If false, these fields will be hidden.</p>                                                                                                                                                                                                                                                                                                           | Projects                                                                                                        |                   |
| dataquality.rulescore.calculation.method                | <p>It allows users to choose how the Data Quality Score is calculated, either Object-Based or Row-Based.</p><p>Parameters:</p><p>The default value is Object-Based</p><p>If Object-Based, the Score is calculated based on how many rules each object passes.</p><p>If Row-Based, the Score is calculated based on how many rows meet the rule conditions.</p>                                                                                                                                                                                                                                                                                                                                 | <p><br></p>                                                                                                     |                   |
| escape.sequence.regex                                   | <p>This setting uses a regular expression to replace predefined special characters with escape sequences when cloning a Business Glossary Term.</p><p>Parameters:</p><p>The default value is(\[^$.\*+?()\[]{}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  | /\&#])</p><p>Note: Users can add any special characters in the value to replace them with escape sequences.</p> | Business Glossary |
| ovaledge.GDQ.admin                                      | <p>It allows OE\_Admin to assign GDQ Admin privileges to specific roles.</p><p>Parameters:</p><p>The default value is OE\_Admin.</p><p>OE\_Admin can select one or more roles from the dropdown list to assign GDQ Admin privileges.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                       | GDQ                                                                                                             |                   |
| home.lastlogin.enable                                   | <p>It allows users to enable the display of the last successful login date, time, along with the timezone, and displays the number of failed login attempts between the Last successful login and the current login below the header section. </p><p>Parameters:</p><p>The default value is False. If True, enables the last login date along with timestamp and unsuccessful login attempts. If false, it disables the display of the previous login information.</p>                                                                                                                                                                                                                         | Home Page                                                                                                       |                   |
| search.es.searchcontext                                 | <p>Configure to view the object types in the Search box drop-down list.</p><p>Parameters:</p><p>Available object types: All, Table, Topic, File, Report, API, Schema, Query, Data Attributes, Business Glossary, Service Request, Help & Resources, Project, Question Wall.</p><p>The default value is All.</p><p>To add more objects to the Value, select them from the drop-down list. The assigned values appear in the Search drop-down.</p><p>If left blank, "All" is displayed.</p>                                                                                                                                                                                                      | Global Search                                                                                                   |                   |
| search.es.pagination.count                              | <p>Configure to specify the maximum number of records to be added to an Index while running the advanced job to fetch from the local DB to Elasticsearch.</p><p>Supports: Min - 5000, Max - 10000.</p><p>Parameters:</p><p>The default value is 5000.</p><p>Enter the required value in the field provided. Based on the specified value, the records will be added to an Index.</p>                                                                                                                                                                                                                                                                                                           | <p><br></p>                                                                                                     |                   |
| search.es.activedetails                                 | <p>Configure to show the active objects in the search results.</p><p>Parameters:</p><p>The default value is Active.</p><p>If set to Active, active objects are displayed in the search results.</p><p>If set to Inactive, inactive objects are displayed in the search results.</p><p>If set to Empty, then both the active and inactive data object results are displayed in the search results.</p>                                                                                                                                                                                                                                                                                          | Global Search                                                                                                   |                   |
| search.score.use.synonym                                | <p>Configure to include the Synonym score in the Relevance score formula to determine the most relevant search results.</p><p>The relevance score is calculated based on three components: the Elasticsearch score, the popularity score, and the synonym score (if configured).</p><p>Parameters:</p><p>The default value is False.</p><p>If set to True, the search results calculation includes the Synonym score.</p><p>If set to False, the search results calculation excludes the Synonym score.</p>                                                                                                                                                                                    | <p><br></p>                                                                                                     |                   |
| search.score.use.popularity                             | <p>Configure the Popularity Score in the Relevance score formula to determine the most relevant search results. The relevance score is calculated based on three components: the Elasticsearch score, the popularity score, and the synonym score (if configured).</p><p>Parameters:</p><p>The default value is False.</p><p>If set to True, the search results calculation includes the popularity score.</p><p>If set to False, the search results calculation excludes the popularity score.</p><p>The relevance score calculation depends solely on the Elasticsearch score and the settings configured for the synonym score.</p>                                                         | <p><br></p>                                                                                                     |                   |
| enable.slack.communication                              | <p>Configure to enable or disable Slack on the My Profile page.</p><p>Parameters:</p><p>The default value is False.</p><p>If set to True, the Slack option is enabled.</p><p>If set to False, the Slack option is disabled.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                | My Profile                                                                                                      |                   |
| alert.popup.duration                                    | <p>Specify the time in seconds to show the alert.</p><p>Parameters:</p><p>The default value is 3</p><p>Min value - 3</p><p>Max value - 15</p><p>Note: Recommended duration is 5.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | All Modules                                                                                                     |                   |
| ovaledge.font.family                                    | <p>Configure to set the font across the application from the predefined fonts: Lufga, Open Sans, Roboto, Arial, and Lato.</p><p>Parameters:</p><p>The default value is Empty.</p><p>Based on the specified value, the application font will be applied.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                    | All modules                                                                                                     |                   |
| home.videos.viewall.link                                | <p>Configure to redirect the specific helpful resources link.</p><p>Enter the particular URL in the Value column.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | Home                                                                                                            |                   |
| ovaledge.main.logo                                      | <p>Configure to upload the primary logo to the top-left black bar.</p><p>Enter the specific image in the Value column.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | Application                                                                                                     |                   |
| ovaledge.login.logo                                     | <p>Configure to upload the logo for display at the login page.</p><p>Enter the specific image in the Value column.</p><p>Allowed image types: png, jpeg, and jpg</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Login                                                                                                           |                   |
| deployment.service.msg                                  | <p>Configure to enable or disable the service message that notifies users about latency information during the deployment process.</p><p>Parameters:</p><p>The default value is False.</p><p>If set to True, the service message to notify users about latency information in the deployment process is enabled.</p><p>If set to False, the service message that notifies users about latency information during the deployment process is disabled.</p>                                                                                                                                                                                                                                       | Home                                                                                                            |                   |
| deployment.msg                                          | <p>Configure to customize the deployment message.</p><p>Parameters:</p><p>The default value is blank.</p><p>The message entered in the Value column is displayed as a service message.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | Home                                                                                                            |                   |
| deployment.date                                         | <p>Configure to set the time duration to show the service message.</p><p>Parameters:</p><p>The default value is blank.</p><p>Enter the time in mm/dd/yyyy hh:mm format.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Home                                                                                                            |                   |
| dataquality.score.external.max.score                    | Configure the base score for the Data Quality score calculation.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | <p><br></p>                                                                                                     |                   |
| enable.user.delete.toggle                               | <p>Configure to view/hide the Delete and Deactivate options in the Delete/Deactivate drop-down list in the Users\&Roles.</p><p>Parameters:</p><p>The default value is False.</p><p>If set to True, the Deactivate option will be displayed.</p><p>If set to False, the "Delete" and "Deactivate" options will be displayed.</p>                                                                                                                                                                                                                                                                                                                                                                | Users & Roles                                                                                                   |                   |
| search.es.active.filters                                | <p>Configure the specific active filters used on the Global Search page to refine search results. Each filter corresponds to a specific attribute of the search items, allowing users to refine their results based on various criteria. Users can remove filters according to their specific requirements.</p><p>Parameters:</p><p>The default values are Connection, Schema, Business Glossary, Table Type, Folder, Report Group, Term Status, Quality Index, Service Request Status, Question Wall, Additional Information, and Created Date.</p><p>Enter the required value in the field provided. Based on the specified values, filters will be displayed on the Global Search page.</p> | Global Search                                                                                                   |                   |
| globalsearch.match.type                                 | <p>Configure the Global Search function that analyzes search queries against document fields:</p><p>- best\_fields: This type optimizes precision by searching multiple fields and returning the highest score for the best match.</p><p>- most\_fields: This type is used to optimize recall, which means it adds the scores of each match across multiple fields to increase overall relevance scores.</p><p>- cross\_fields: This type analyzes multiple fields as a single combined field, increasing relevance for queries that span multiple fields. It's beneficial for searches that are expected to have various terms across different fields.</p>                                   | Global Search                                                                                                   |                   |
| ovaledge.mastertag.creator                              | <p>Configure to create a Master Tag privilege for the specified role.</p><p>Parameters:</p><p>The default value is OE\_ADMIN.</p><p>Choose the specified roles from the drop-down list in the Value column to add more roles.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                              | Tags                                                                                                            |                   |
| ovaledge.onboarding.widget.enable                       | <p>Configure to enable or disable the onboarding widget screen.</p><p>Parameters:</p><p>The default value is False.</p><p>If set to True, the onboarding widget screen is enabled.</p><p>If set to False, the onboarding widget screen is disabled.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                        | Home                                                                                                            |                   |
| ovaledge.searchbar.enable                               | <p>Configure to enable or disable the search bar on the home screen.</p><p>Parameters:</p><p>The default value is False.</p><p>If set to True, the search bar on the home screen is enabled.</p><p>If set to False, the search bar on the home screen is disabled.</p>                                                                                                                                                                                                                                                                                                                                                                                                                         | Home                                                                                                            |                   |
| enable.slack.channel                                    | <p>Configure to view the 'Add Slack ID' on the Profile page.</p><p>Parameters:</p><p>The default value is False.</p><p>If set to True, the Add Slack ID option displays on the Profile page.</p><p>I set it to False, and the Add Slack ID option does not display on the Profile page.</p>                                                                                                                                                                                                                                                                                                                                                                                                    | My Profile                                                                                                      |                   |
| enable.google.chat.channel                              | <p>Configure to view the 'Add GoogleChat Webhook URL' on the Profile page.</p><p>Parameters:</p><p>The default value is False.</p><p>If set to True, the 'Add GoogleChat Webhook URL' option displays on the Profile page.</p><p>I set it to False, and the 'Add GoogleChat Webhook URL' option does not display on the Profile page.</p>                                                                                                                                                                                                                                                                                                                                                      | My Profile                                                                                                      |                   |
| enable.ms.teams.channel                                 | <p>Configure to view the 'Add Microsoft Teams Webhook URL' on the Profile page.</p><p>Parameters:</p><p>The default value is False.</p><p>If set to True, the 'Add Microsoft Teams Webhook URL' option displays on the Profile page.</p><p>I set it to False, and the 'Add Microsoft Teams Webhook URL' option no longer displays on the Profile page.</p>                                                                                                                                                                                                                                                                                                                                     | My Profile                                                                                                      |                   |
| buildlineage.exclude.jobtypes                           | <p>Configure job types that need to be excluded from the Build Auto Lineage page.</p><p>Parameters:</p><p>The default value is Empty.</p><p>Enter the job types separated by a comma(,).</p><p>Example:</p><p>Single job type - View</p><p>Multiple job types - View, Trigger</p>                                                                                                                                                                                                                                                                                                                                                                                                              | Lineage                                                                                                         |                   |
| enable.welcome.story                                    | <p>Configure to view if the Data Story can be added to the Home Page or set as a Welcome Story.</p><p>Parameters:</p><p>The default value is False.</p><p>If set to True, the Data Story can be added to the Home Page or set as the Welcome Story.</p><p>I set it to False; the Data Story should neither be added to the Home Page nor set as Welcome Story.</p>                                                                                                                                                                                                                                                                                                                             | Home                                                                                                            |                   |
| issaas.client                                           | <p>Configure to specify if the client is SAAS or not.</p><p>Parameters:</p><p>The default value is False.</p><p>If set to True, the Credential Manager drop-down displays "OE Credential Manager" on the connection creation page.</p><p>If set to False, the Credential Manager drop-down displays "Database" on the connection creation page.</p>                                                                                                                                                                                                                                                                                                                                            | Connectors                                                                                                      |                   |
| search.es.governancerole.filters.optional               | <p>Configure to view the Governance Roles filters used on the Global Search page to refine search results.</p><p>Parameters:</p><p>Owner, Steward, Custodian, Governance Role 4, Governance Role 5, Governance Role 6</p><p>The default value is Data Owner.</p><p>To add more Governance Roles to the Value, select them from the drop-down list.</p><p>If left blank, "Empty" is displayed.</p>                                                                                                                                                                                                                                                                                              | Global Search                                                                                                   |                   |
| search.es.dataobjects.filters.optional                  | <p>Configure to view the additional filters for data objects used on the Global Search page to refine search results.</p><p>Parameters:</p><p>Certification, Rating, API Group, Popularity, Report Type, Metadata Curation Score</p><p>The default value is Certification.</p><p>To add additional filters to the Value, select them from the drop-down list.</p><p>If left blank, "Empty" is displayed.</p>                                                                                                                                                                                                                                                                                   | Global Search                                                                                                   |                   |
| openai.base.url                                         | <p>Enter the base URL for OpenAI if a gateway is used in between. Leave blank if no gateway is in between.</p><p>Parameters:</p><p>The default value is Empty.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | <p><br></p>                                                                                                     |                   |
| openai.timeout                                          | <p>Enter timeout for OpenAI calls in seconds.</p><p>Parameters:</p><p>The default value is 30 seconds.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | Application                                                                                                     |                   |
| show\.ai.additional.prompt                              | <p>Configure to show or hide the additional prompt text field on the AI generation component.</p><p>Parameters:</p><p>The default value is True.</p><p>If set to True, the additional prompt text field will be displayed on the AI generation component.</p><p>If set to False, the additional prompt text field will not be displayed on the AI generation component.</p>                                                                                                                                                                                                                                                                                                                    | Data Catalog, Business Glossary                                                                                 |                   |
| online.assistance.enable                                | <p>Configure to enable or disable Online Assistance.</p><p>Parameters:</p><p>The default value is False.</p><p>If set to True, the Online Assistance option will be enabled.</p><p>If set to False, the Online Assistance option will be disabled.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                         | Data Catalog, Business Glossary                                                                                 |                   |
| login.support.enable                                    | <p>Configure to enable or disable support information on the Login page.</p><p>Parameters:</p><p>The default value is False.</p><p>If set to True, the support information will be displayed on the Login page.</p><p>If set to False, the support information will not be displayed on the Login page.</p>                                                                                                                                                                                                                                                                                                                                                                                    | Login                                                                                                           |                   |
| ovaledge.login.title                                    | <p>Configure to view the title or tagline for the application on the Login page.</p><p>Parameters:</p><p>The default value is Empty.</p><p>Based on the specified value, the title or tagline will be displayed on the Login page.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Login                                                                                                           |                   |
| ovaledge.login.description1                             | <p>Configure to view the application description on the Login page.</p><p>Parameters:</p><p>The default value is Empty.</p><p>Based on the specified value, the description will be displayed on the Login page.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Login                                                                                                           |                   |
| ovaledge.login.description2                             | <p>Configure to view the additional description for the application on the Login page.</p><p>Parameters:</p><p>The default value is Empty.</p><p>Based on the specified value, the additional description will be displayed on the Login page.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                             | Login                                                                                                           |                   |
| login.doc.link                                          | <p>Configure the Login page to display the URL link for the application's documentation and videos.</p><p>Parameters:</p><p>The default value is Empty.</p><p>Based on the specified value, the URL will be displayed on the Login page.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                   | Login                                                                                                           |                   |
| login.faq.link                                          | <p>Configure the application to display the Frequently Asked Questions URL link on the Login page.</p><p>Parameters:</p><p>The default value is Empty.</p><p>Based on the specified value, the URL will be displayed on the Login page.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Login                                                                                                           |                   |
| anomaly.detection.default.assignee                      | <p>Configure the default governance role for anomaly detection if a user wants to assign someone other than the default custodian.</p><p>Parameters:</p><p>Select the role from the specified drop-down list.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | <p><br></p>                                                                                                     |                   |
| application.date.format                                 | <p>Configure to set the default date format to be applied across the application. Users can choose from over 30 formats, with options to use slash or dash separators. Common format parameters include: YYYY for Year, MM for Month, DD for Day, HH for 24-hour format Hour, hh for 12-hour format Hour, mm for Minutes, ss for Seconds, and A for am/pm.</p><p>Parameters</p><p>The default format is set to MM-DD-YYYY hh:mm A.</p><p>Users can choose any available format from the drop-down list.</p>                                                                                                                                                                                    | Application                                                                                                     |                   |
| enable.time.customfield                                 | <p>Configure to show/hide the time components (hour, minute, second) from the Date Custom Fields across all relevant modules: Data Catalog, Business Glossary, Tags, Data Quality, and ROPA.</p><p>Parameters:</p><p>The default value is True.</p><p>If set to True, the time component will be displayed.</p><p>If set to False, the time component will not be displayed.</p>                                                                                                                                                                                                                                                                                                               | Data Catalog, Business Glossary, Tags, Data Quality, and ROPA                                                   |                   |
| tags.dag.enabled                                        | <p>Configure to show or hide the Data Asset Groups Security tab.</p><p>Parameters:</p><p>The default value is False.</p><p>If set to True, Data Asset Groups Security will be displayed.</p><p>If set to False, Data Asset Groups Security will not be displayed.</p>                                                                                                                                                                                                                                                                                                                                                                                                                          | Tags                                                                                                            |                   |
| index.max.result.window                                 | <p>Configure to return the maximum number of Data Catalog records in a single search request.</p><p>Parameters:</p><p>The default value is 10,000.</p><p>The minimum allowed value is 5000, and the maximum is 10,000.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | <p><br></p>                                                                                                     |                   |
| es.datacatalog.grid.mysql.fallback.force                | <p>Configure to fetch data from the Data Catalog using MySQL or Elasticsearch.</p><p>Parameters:</p><p>The default value is False.</p><p>If set to True, data from the Data Catalog will be fetched from MySQL.</p><p>If set to False, Data Catalog data will be fetched from Elasticsearch.</p>                                                                                                                                                                                                                                                                                                                                                                                               | Data Catalog                                                                                                    |                   |
| browser.extension.enable.guest                          | <p>Configure to enable/disable the Browser Extension for non-licensed users.</p><p>Parameters:</p><p>The default value is False.</p><p>If set to True, enable the Browser Extension.</p><p>If set to False, the Browser Extension is disabled.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                             | Browser Extension                                                                                               |                   |
| browser.extension.allowed.email.domains                 | <p>Configure access for guest users to the browser extension by specifying valid email domains as comma-separated values.</p><p>Parameters:</p><p>The default value is Empty.</p><p>Enter the valid email domains in the specified Value field.</p><p>Example: @ovaledge.come, @google.com</p>                                                                                                                                                                                                                                                                                                                                                                                                 | Browser Extension                                                                                               |                   |
| businessglossary.term.publish                           | <p>Configure the roles to publish terms directly through the Term Summary page.</p><p>Parameters:</p><p>The default value is Empty.</p><p>Select the roles from the drop-down list. Selected roles can publish terms through the term Summary page.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                        | Business Glossary                                                                                               |                   |
| browser.extension.proxy.user.for.guest                  | Specifies the admin user to be associated with data quality service requests raised by guest users through the plugin. The actual email of the guest user will be recorded separately in the service request details.                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | Chrome Extension                                                                                                |                   |
| es.datacatalog.filter.size                              | <p>Configure to set the filter size of the catalog objects on a page.</p><p>Parameters:</p><p>The default value is 100.</p><p>The minimum allowed value is 1, and the maximum is 100.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | Data Catalog                                                                                                    |                   |
| catalog.es.oetp.additional.ops.allowed                  | <p>Configure to enable/disable the Advanced Filter option in the Data Catalog.</p><p>Parameters:</p><p>The default value is True.</p><p>If set to True, the Advanced Filter option will be enabled.</p><p>If set to False, the Advanced Filter option will be disabled.</p><p>Note: This feature is supported only when the Elasticsearch option is enabled for the Data Catalog.</p>                                                                                                                                                                                                                                                                                                          | Data Catalog                                                                                                    |                   |
| ovaledge.instance.name.color                            | <p>Configure the background color for the environment name displayed in the top header.</p><p>Parameters:</p><p>The default value is Blue.</p><p>Allowed values from the drop-down list: Green, Red, Yellow, and Blue.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | All Modules                                                                                                     |                   |
| ms.teams.integration.type                               | <p>Configure the Microsoft Teams integration method for sending notifications.</p><p>Parameters:</p><p>The default value is Webhook.</p><p>If you have updated Microsoft Teams to a version that no longer supports Webhooks, switch the integration method to Workflows and set the value to Workflow.</p>                                                                                                                                                                                                                                                                                                                                                                                    | My Profile                                                                                                      |                   |
| notification.system.administration.user                 | Displays the system administration user.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | Notifications                                                                                                   |                   |
| nudging.cool.off.period                                 | <p>Configure to send the notifications to the approvers via email and In-App alerts.</p><p>Parameters</p><p>The default value is 24.</p><p>The Nudge button is enabled for the specified hours based on the entered value.</p><p>Note: Only numeric values with whole numbers are allowed.</p>                                                                                                                                                                                                                                                                                                                                                                                                 | Service Desk, Notifications                                                                                     |                   |
| ai.bulk.desc.curation.max.object.count                  | <p>Configure to support the maximum object count for bulk description curation for data objects via AI.</p><p>Parameters:</p><p>The default value is 10000</p><p>Max allowed value is 1000000000</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Data Catalog, Business Glossary                                                                                 |                   |
| ai.bulk.desc.curation.batch.threshold                   | <p>Threshold object count supported for bulk description curation for data objects via BATCH AI APIs.</p><p>Parameters:</p><p>The default value is 1000.</p><p>The minimum allowed value is 0.</p><p>Should not be more than ai.bulk.desc.curation.max.object.count</p>                                                                                                                                                                                                                                                                                                                                                                                                                        | Data Catalog, Business Glossary                                                                                 |                   |
| ai.generatedesc.word.count.limit                        | <p>Configure to limit the word count for AI-curated descriptions.</p><p>Parameters:</p><p>The default value is 100.</p><p>The minimum allowed value is 10, and the maximum is 250.</p><p>Note: The defined word count limit is an approximate word count limit.</p>                                                                                                                                                                                                                                                                                                                                                                                                                            | Data Catalog, Business Glossary                                                                                 |                   |
| system.url.max.length                                   | <p>Configure to define the maximum allowable length for URLs generated in the application.</p><p>Parameters:</p><p>The default value is 2000 characters.</p><p>Enter any positive integer in the Value field.</p><p>Note: If the URL exceeds the specified length, the system truncates the URL or provides a warning message.</p>                                                                                                                                                                                                                                                                                                                                                             | All Modules                                                                                                     |                   |
| home.actionitems.alert.enable                           | <p>Configure to enable or disable the alert pop-up functionality.</p><p>Parameters:</p><p>The default value is True.</p><p>If set to True, the alert pop-up functionality will be enabled.</p><p>If set to False, the alert pop-up functionality will be disabled.</p>                                                                                                                                                                                                                                                                                                                                                                                                                         | Home                                                                                                            |                   |
| dataquality.associatedobjects.files.limit               | <p>Configure to set the maximum number of file objects (files and file columns) that can be associated with a Data Quality Rule.</p><p>Parameters:</p><p>The default value is 20.</p><p>The minimum allowed value is 1, and the maximum is 250.</p><p>Enter the value in the provided field.</p>                                                                                                                                                                                                                                                                                                                                                                                               | Data Catalog, Data Quality Rule                                                                                 |                   |
| dataquality.associatedobjects.tables.limit              | <p>Configure to set the maximum number of table objects (tables and table columns) that can be associated with a Data Quality Rule.</p><p>Parameters:</p><p>The default value is 1000.</p><p>The minimum allowed value is 1, and the maximum is 1000.</p><p>Enter the value in the provided field.</p>                                                                                                                                                                                                                                                                                                                                                                                         | Data Catalog, Data Quality Rule                                                                                 |                   |
| authorised.governance.roles.for.certification           | <p>Select the governance roles that have permission to update the certification of Data Catalog objects. Only users with these roles or system administrators can modify certifications. All other users will be restricted.</p><p>Parameters:</p><p>The default Value is Steward and Custodian</p><p>Users can select one or more options from the drop-down list. Options: Owner, Steward, Custodian, Governance Role 4, Governance Role 5, Governance Role 6</p>                                                                                                                                                                                                                            | <p><br></p>                                                                                                     |                   |

***

Copyright © 2025, OvalEdge LLC, Peachtree Corners, GA, USA.
