Skip to content

Commit 2182379

Browse files
committed
Tables, Notes, Sub-headings updated for NDC v5.7
1 parent c91f7d0 commit 2182379

File tree

108 files changed

+901
-476
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+901
-476
lines changed

docs/dataclassification/5.7/contentconfigurationoverview/introduction/addsource/addbox.md

Lines changed: 21 additions & 17 deletions
Large diffs are not rendered by default.

docs/dataclassification/5.7/contentconfigurationoverview/introduction/addsource/adddropbox.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Complete the following fields:
2222
| App secret | The value, which is generated automatically as you create your Dropbox app. Click Show in the Dropbox app to view the value. |
2323
| Authorization code | Select Generate and copy the code from your app. |
2424
| 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). |
25-
| 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. |
25+
| 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> |
2626
| Source Group | Netwrix recommends creating a dedicated source group for Dropbox. |
2727
| Pause source on creation | Select if you want to make other configuration changes before collection of the source occurs. |
28+

docs/dataclassification/5.7/contentconfigurationoverview/introduction/addsource/addgdsource.md

Lines changed: 15 additions & 14 deletions
Large diffs are not rendered by default.

docs/dataclassification/5.7/contentconfigurationoverview/introduction/addsource/addsingledatabase/addsingledatabase.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,16 @@ tick the checkbox "_Pause source on creation_".
2626

2727
Complete the following fields:
2828

29-
| Option | Description |
30-
| ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
31-
| Connection Type | Select your connection type: MS SQL, MySQL, or Oracle. |
32-
| Server | Specify the server name of the database system to be crawled ("." can be used to indicate the local server). |
33-
| Database Name | Specify the database that will be crawled. It is possible to configure multiple databases from the same server. |
34-
| 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. |
35-
| 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. |
36-
| Source Group | If you want to add database to a source group, select existing, or create a new one. |
37-
| Pause source on creation | Select to make other configuration changes before the initial data collection starts. |
29+
| Option | Description |
30+
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
31+
| Connection Type | Select your connection type: MS SQL, MySQL, or Oracle. |
32+
| Server | Specify the server name of the database system to be crawled ("." can be used to indicate the local server). |
33+
| Database Name | Specify the database that will be crawled. It is possible to configure multiple databases from the same server. |
34+
| 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> |
35+
| 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> |
36+
| Source Group | If you want to add database to a source group, select existing, or create a new one. |
37+
| Pause source on creation | Select to make other configuration changes before the initial data collection starts. |
38+
3839

3940
After the source configuration is completed, you will be prompted to lauch SQL crawling
4041
configuration wizard.

docs/dataclassification/5.7/contentconfigurationoverview/introduction/addsource/addsingledatabase/databaseconfigwizard.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ Configure your crawling scope considering the following:
4444
| Metadata Columns | Contains the number of non-text/binary columns for each table. Click the number link to review the full list. |
4545
| 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). |
4646
| 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). |
47-
| 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. |
47+
| 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. |
4848
| View Sample | Shows a table of the top 15 rows allowing to view if the table is one to exclude. |
4949

50+
5051
## Exceptions
5152

5253
On this step, review tables with missing primary keys and/or missing modified filters.

docs/dataclassification/5.7/contentconfigurationoverview/introduction/addsource/addsource.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,11 @@ the sources:
3131

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

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

0 commit comments

Comments
 (0)