Skip to content
Open
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ When using a proxy host list in Netwrix Access Analyzer (formerly Enterprise Aud
- This is the number of file systems being targeted by the scan.
- To find this, open the host list assigned to the job and note the total number of rows in the top-right corner.

![Host list showing total number of target hosts in Access Analyzer]./../0-images/servlet_image_5badb1d5b327.png)
![Host list showing total number of target hosts in Access Analyzer](./../0-images/servlet_image_5badb1d5b327.webp)

### Step 2: Configure Applet Settings

Expand All @@ -40,15 +40,15 @@ When using a proxy host list in Netwrix Access Analyzer (formerly Enterprise Aud

> **NOTE:** The default value is 10 hosts per proxy.

![Applet Settings page showing Maximum Concurrent Scans option]./../0-images/servlet_image_ea6adfe5aae7.png)
![Applet Settings page showing Maximum Concurrent Scans option](./../0-images/servlet_image_ea6adfe5aae7.webp)

### Step 3: Select Proxy Hosts for Scanning

1. Go to the **Scan Server Selection** page.
2. Select **Specific Remote Servers by Host List**.
3. Check the box for your **Proxy Host List** to assign it to the scan job.

![Scan Server Selection page with Proxy Host List selected]./../0-images/servlet_image_b60fe6913b2e.png)
![Scan Server Selection page with Proxy Host List selected](./../0-images/servlet_image_b60fe6913b2e.webp)

### Step 4: Set Job Properties

Expand All @@ -58,7 +58,7 @@ When using a proxy host list in Netwrix Access Analyzer (formerly Enterprise Aud

> **NOTE:** This ensures all proxies are actively scanning and no capacity is wasted.

![Job Properties Performance tab showing Worker Threads setting]./../0-images/servlet_image_61a97e6d04cc.png)
![Job Properties Performance tab showing Worker Threads setting](./../0-images/servlet_image_61a97e6d04cc.webp)

## Configuration Examples

Expand All @@ -69,7 +69,7 @@ When using a proxy host list in Netwrix Access Analyzer (formerly Enterprise Aud
- **Max Concurrent Scans:** 10
- **Worker Threads:** 5 × 10 = 50

![Configuration example for large deployment]./../0-images/servlet_image_1166f08ea416.png)
![Configuration example for large deployment](./../0-images/servlet_image_1166f08ea416.webp)

### Example 2: Small Deployment

Expand All @@ -78,7 +78,7 @@ When using a proxy host list in Netwrix Access Analyzer (formerly Enterprise Aud
- **Max Concurrent Scans:** 2
- **Worker Threads:** 3 × 2 = 6

![Configuration example for small deployment]./../0-images/servlet_image_a2750b9c5910.png)
![Configuration example for small deployment](./../0-images/servlet_image_a2750b9c5910.webp)

## Related Link

Expand Down
28 changes: 14 additions & 14 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,21 @@ const config = {

// Performance optimizations with Docusaurus Faster
future: {
experimental_faster: {
swcJsLoader: true,
swcJsMinimizer: true,
swcHtmlMinimizer: true,
lightningCssMinimizer: true,
rspackBundler: true,
rspackPersistentCache: true, // 2-5x faster rebuilds
mdxCrossCompilerCache: true,
ssgWorkerThreads: true, // 2x faster static generation
},
v4: {
removeLegacyPostBuildHeadAttribute: true, // Required for worker threads
// useCssCascadeLayers: true, // Temporarily disabled - may cause style conflicts
},
experimental_faster: {
swcJsLoader: true,
swcJsMinimizer: true,
swcHtmlMinimizer: true,
lightningCssMinimizer: true,
// Disable Rspack to avoid the lazyBarrel schema error
// rspackBundler: true,
// rspackPersistentCache: true,
mdxCrossCompilerCache: true,
ssgWorkerThreads: true,
},
v4: {
removeLegacyPostBuildHeadAttribute: true,
},
},

// Even if you don't use internationalization, you can use this field to set
// useful metadata like html lang. For example, if your site is Chinese, you
Expand Down
Loading