Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Complete the following fields:
| App secret | The value, which is generated automatically as you create your Dropbox app. Click Show in the Dropbox app to view the value. |
| Authorization code | Select Generate and copy the code from your app. |
| Access Shared Team Folder as | If you have team folders in your Dropbox namespace and you want to crawl one or more of these folders with Netwrix Data Classification, provide the email address of an account that has access to the desired team folders. For personal folders, this option is not required. For more information, refer to Dropbox [Namespace guide](https://www.dropbox.com/developers/reference/namespace-guide). |
| OCR Processing mode | Select documents' images processing mode: - Disabled – documents' images will not be processed. - Default – defaults to the source settings if configuring a path or the global setting if configured on a source. - Normal – images are processed with normal quality settings. - Enhanced – upscale images further to allow more. |
| OCR Processing mode | Select documents' images processing mode: <ul><li>Disabled – documents' images will not be processed.</li><li>Default – defaults to the source settings if configuring a path or the global setting if configured on a source.</li><li>Normal – images are processed with normal quality settings.</li><li>Enhanced – upscale images further to allow more.</li></ul> |
| Source Group | Netwrix recommends creating a dedicated source group for Dropbox. |
| Pause source on creation | Select if you want to make other configuration changes before collection of the source occurs. |

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,16 @@ tick the checkbox "_Pause source on creation_".

Complete the following fields:

| Option | Description |
| ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Connection Type | Select your connection type: MS SQL, MySQL, or Oracle. |
| Server | Specify the server name of the database system to be crawled ("." can be used to indicate the local server). |
| Database Name | Specify the database that will be crawled. It is possible to configure multiple databases from the same server. |
| Authentication Method | Select authentication method: **Integrated** or **SQL**. - With **Integration** option selected, database will be accessed under the account currently logged on. - With **SQL** option selected, specify user name and password to be used when accessing the database. |
| OCR Processing Mode | Select processing mode for images in the documents: - Disabled – documents' images will not be processed. - Default – defaults to the source settings if configuring a path or the global setting if configured on a source. - Normal – images are processed with normal quality settings. - Enhanced – upscale images further to allow more accurate results. This will provide better accuracy but can lead to longer processing time if the images do not contain text. |
| Source Group | If you want to add database to a source group, select existing, or create a new one. |
| Pause source on creation | Select to make other configuration changes before the initial data collection starts. |
| Option | Description |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Connection Type | Select your connection type: MS SQL, MySQL, or Oracle. |
| Server | Specify the server name of the database system to be crawled ("." can be used to indicate the local server). |
| Database Name | Specify the database that will be crawled. It is possible to configure multiple databases from the same server. |
| Authentication Method | Select authentication method: **Integrated** or **SQL**. <ul><li>With **Integration** option selected, database will be accessed under the account currently logged on.</li><li>With **SQL** option selected, specify user name and password to be used when accessing the database.</li></ul> |
| OCR Processing Mode | Select processing mode for images in the documents: <ul><li>Disabled – documents' images will not be processed.</li><li>Default – defaults to the source settings if configuring a path or the global setting if configured on a source.</li><li>Normal – images are processed with normal quality settings.</li><li>Enhanced – upscale images further to allow more accurate results. This will provide better accuracy but can lead to longer processing time if the images do not contain text.</li></ul> |
| Source Group | If you want to add database to a source group, select existing, or create a new one. |
| Pause source on creation | Select to make other configuration changes before the initial data collection starts. |


After the source configuration is completed, you will be prompted to lauch SQL crawling
configuration wizard.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ Configure your crawling scope considering the following:
| Metadata Columns | Contains the number of non-text/binary columns for each table. Click the number link to review the full list. |
| Primary Key | Contains the primary key for each table. Review the following Microsoft article for more information on SQL Server primary keys: [Primary Keys Constraints](https://docs.microsoft.com/en-us/sql/relational-databases/tables/primary-and-foreign-key-constraints?view=sql-server-ver15#primary-keys-constraints). |
| Modified Filter | To improve performance the product performs automatic re-indexing against a field in each table that indicates the last modified date of the row. Where possible, the product will automatically map this based upon the exact match or inclusion of one of the below values within the field name. Additional values can be added below in order to support other naming conventions for modified fields (different language or internal convention). |
| Include? | Select if you want to disable crawling for this table. **NOTE:** You can disable crawling for all listed tables using the Include none option in the upper right corner of the wizard or enable crawling accordingly with the Include all. |
| Include? | Select if you want to disable crawling for this table. <br />**NOTE:** You can disable crawling for all listed tables using the Include none option in the upper right corner of the wizard or enable crawling accordingly with the Include all. |
| View Sample | Shows a table of the top 15 rows allowing to view if the table is one to exclude. |


## Exceptions

On this step, review tables with missing primary keys and/or missing modified filters.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,11 @@ the sources:

All your content sources will be listed in the **Sources** section.

**NOTE:** When adding a source or managing source configuration, the most commonly used source
:::note
When adding a source or managing source configuration, the most commonly used source
settings are displayed by default. However, some source types have additional configuration options
that can be displayed by clicking the Advanced Settings ("wrench" icon). You can allow these
advanced settings to be always shown to authorized users.
[Users and Security Settings](/docs/dataclassification/5.7/systemconfigurationoverview/users/users.md)

:::
Loading
Loading