Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
088e1d1
Assorted tweaks and improvements to existing docs
BenHayman-Netwrix Feb 27, 2026
4957e73
Missed unsaved improvement
BenHayman-Netwrix Feb 27, 2026
873c5dc
Added documentation for auto-expunging
BenHayman-Netwrix Feb 27, 2026
8278c40
Minor DQS-related adjustments
BenHayman-Netwrix Mar 2, 2026
2ac72ea
Created an initial encryption key recovery article
BenHayman-Netwrix Mar 2, 2026
a18e721
Updated SQL Server source documentation
BenHayman-Netwrix Mar 2, 2026
d011afe
Adjusted wording of Show Movements documentation
BenHayman-Netwrix Mar 5, 2026
c42257b
Suggested doc changes
BenHayman-Netwrix Jun 1, 2026
2c9b205
Tweaks to mention 5.7.11 features/fixes
BenHayman-Netwrix Jun 1, 2026
44885dd
Assorted suggested alterations
BenHayman-Netwrix Jun 2, 2026
1f0de2c
Assorted recommended documentation changes
BenHayman-Netwrix Jun 9, 2026
c48f1d1
Final findings
BenHayman-Netwrix Jun 9, 2026
5f0a1c1
fix(vale): auto-fix style issues (Vale + Dale)
github-actions[bot] Jun 10, 2026
be4ea5b
Assorted corrections and fixes
BenHayman-Netwrix Jun 10, 2026
b92cf92
fix(vale): auto-fix style issues (Vale + Dale)
github-actions[bot] Jun 10, 2026
52537a4
add(ppe): KB article for setting up PPE with RSA MFA (#1079)
BNel-netwrix Jun 11, 2026
af91175
Final corrections
BenHayman-Netwrix Jun 11, 2026
a7354ad
fix(vale): auto-fix style issues (Vale + Dale)
github-actions[bot] Jun 11, 2026
d3118be
Training jun11 (#1096)
robin-stefani Jun 11, 2026
0a90af0
Merge pull request #1041 from netwrix/NDC/release-5.7.11
DanPiazza-Netwrix Jun 11, 2026
12f25fa
fix(ci): skip code review for Dependabot PRs
jth-nw Jun 11, 2026
4196cc8
Merge pull request #1100 from netwrix/fix/skip-code-review-for-depend…
jth-nw Jun 11, 2026
e1805a7
Merge branch 'main' into dev
jth-nw Jun 11, 2026
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
2 changes: 1 addition & 1 deletion .github/workflows/claude-code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
code-review:
if: github.event.pull_request.head.repo.fork == false
if: github.event.pull_request.head.repo.fork == false && github.actor != 'dependabot[bot]'
concurrency:
group: code-review-${{ github.event.pull_request.number }}
cancel-in-progress: true
Expand Down
7 changes: 5 additions & 2 deletions docs/customer/training/learn-about/pingcastle.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,20 @@ keywords: [training, course, pingcastle]
description: "Learn about Netwrix PingCastle through introductory courses"
---

import { NPCValue, NPCConcepts } from '@site/src/training/pingcastle';
import { NPCValue, NPCConcepts, NPCIntro } from '@site/src/training/pingcastle';
import { Company, NPC } from '@site/src/training/products';


Estimated length: 1 hour 5 minutes
Estimated length: 2 hours 30 minutes

This learning path introduces you to <NPC />. It contains the following courses:

* 1680 <NPC /> – Valuable Features
* 2680 <NPC /> – Concepts & Architecture
* 3680 Introduction to <NPC />

<NPCValue />

<NPCConcepts />

<NPCIntro />
7 changes: 5 additions & 2 deletions docs/customer/training/product/pingcastle.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,20 @@ keywords: [training, course, pingcastle]
description: "Learn to use Netwrix PingCastle through courses"
---

import { NPCValue, NPCConcepts } from '@site/src/training/pingcastle';
import { NPCValue, NPCConcepts, NPCIntro } from '@site/src/training/pingcastle';
import { Company, NPC } from '@site/src/training/products';


Estimated length: 1 hour 5 minutes
Estimated length: 2 hours 30 minutes

In this learning path, you will learn how to use <NPC />. It contains the following courses:

* 1680 <NPC /> – Valuable Features
* 2680 <NPC /> – Concepts & Architecture
* 3680 Introduction to <NPC />

<NPCValue />

<NPCConcepts />

<NPCIntro />
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ sidebar_position: 10
Use the **Box** source configuration window to set up the crawling and classification operations for
content stored in a Box Enterprise account.

By default, configuration window displays basic configuration settings only. It is recommended that
you click the "wrench" icon in the bottom left corner to configure advanced settings.
By default, the configuration window displays basic configuration settings only. Click the "wrench" icon in the bottom left corner to configure advanced settings.

:::note
To configure advanced settings, your user account may need advanced privileges.
[See Users and Security Settings for more information.](/docs/dataclassification/5.7/systemconfigurationoverview/users/users.md)
See [Users and Security Settings](/docs/dataclassification/5.7/systemconfigurationoverview/users/users.md) for details on required privileges.
:::


Expand All @@ -25,19 +24,19 @@ Configure the following:
| Setting | Description |
| ---------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Basic settings** | |
| JSON Import | Drag and drop the JSON file with Box app configuration settings that you downloaded at [Step 1. Create the App](/docs/dataclassification/5.7/introduction/introduction/box.md#step-1-create-the-app) (see #12). The program then parses this file so that many settings are filled in automatically. |
| JSON Import | Drag and drop the JSON file with Box app configuration settings that you downloaded at [Step 1. Create the App](/docs/dataclassification/5.7/introduction/introduction/box.md#step-1-create-the-app) (see item #12 of Step 1). The program then parses this file and fills in the relevant fields automatically. |
| Enterprise ID | Specifies the internal unique identifier for your Box account (filled in automatically). |
| API Key | _Client ID_ of the Box app created at [Step 1. Create the App](/docs/dataclassification/5.7/introduction/introduction/box.md#step-1-create-the-app)(Filled in automatically.) |
| Client Secret | Will be generated when allowing access to the Netwrix Data Classification app. Is also known as the “App Key”. |
| Public Key ID Private Key Private Key Password | Created when generating the trust between your Box account, and the Netwrix Data Classification app – these should be kept secret and secure. |
| Write Classifications | Identifies whether classifications should be written back to the Box source documents. Classification results can either be written to classification templates or to the generic ‘tags’ property. This is specified using the **Write Configuration** setting of the source. For more information, see [Use Tagging](/docs/dataclassification/5.7/contentconfigurationoverview/introduction/tagging.md) |
| Write Classifications | Identifies whether classifications should be written back to the Box source documents. Classification results can either be written to classification templates or to the generic ‘tags’ property. This is specified using the **Write Configuration** setting of the source. See [Use Tagging](/docs/dataclassification/5.7/contentconfigurationoverview/introduction/tagging.md) for instructions on configuring tag writeback. |
| Source Group | Select the source group (if any). |
| Pause source on creation | Select if you want to make other configuration changes before collection of the source occurs. |
| **Advanced settings** | |
| Email Address | Specify one or more users (email addresses) for impersonated crawling. <ul><li>If specified explicitly, the crawling engine will impersonate these users when crawling their content as well as shared content where they are the owners. Enter one or several accounts from those listed in the _Managed Users_ on the '_Users and Groups_' tab of the Box console.</li><li>If not specified explicitly, the program will automatically create and use an admin user account (_NDC Crawling Account_) for crawling. Remember to provide this app user account with sufficient permissions for the content you want to index (i.e. share access). To share content for crawling with this account, use group membership.</li></ul> |
| Re-Index Period | Specifies how often the source should be checked for changes (period in days). Default is **7** days. |
| Priority | Set priority for this data source to be crawled. |
| Document Type | Specify a value which can be used to restrict queries when utilizing the Netwrix Data Classification search index. |
| Document Type | Specify a value to restrict queries when using the Netwrix Data Classification search index. |


See also:
Expand Down
Loading
Loading