Skip to content

dev to main#324

Merged
jth-nw merged 5 commits intomainfrom
dev
Feb 26, 2026
Merged

dev to main#324
jth-nw merged 5 commits intomainfrom
dev

Conversation

@jth-nw
Copy link
Collaborator

@jth-nw jth-nw commented Feb 26, 2026

No description provided.

tay-caliguiri and others added 5 commits February 26, 2026 11:35
"WsFederationMetadata" was listed twice instead of "WsFederationReply"
* Update 'When' field description with datetime formats

Clarified the datetime formats supported for the 'When' field in the Activity Record reference.

* Apply suggestion from @github-actions[bot]

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Apply suggestion from @github-actions[bot]

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: Konstantin Melnikov <konstantin.melnikov@netwrix.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Opus is significantly more thorough at careful editorial work than Sonnet,
which should reduce the number of preexisting issues missed in each review.

Generated with AI

Co-Authored-By: Claude Code <ai@netwrix.com>
Switch documentation reviewer to claude-opus-4-6
@jth-nw jth-nw requested review from a team as code owners February 26, 2026 20:04
@jth-nw jth-nw merged commit b2c6cd9 into main Feb 26, 2026
8 of 9 checks passed
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Documentation Review Summary

Issues in PR changes

None.

Preexisting issues

okta.md

  • Line 9: "Create an Access Analyzer Application in Okta Using the WS-Fed Template" is formatted as plain text but functions as a section title. It should use ## heading markup for consistency with the ## Setting Up Multi-Factor Authentication heading on line 166.

  • Line 25: "Retrieve the Values to Paste into the Access Analyzer WebServer.exe.config File" is formatted as plain text but functions as a section title. It should use ## heading markup.

  • Line 31: "Right click" should be "Right-click" (hyphenated as a compound verb).

  • Line 36: "the General tab" — "General" should be bold (**General**) to match the formatting pattern used elsewhere in the document (e.g., "the Sign On tab" on line 29).

  • Line 41: "ReplytoURL" has inconsistent capitalization. Should be "ReplyToURL" to match the PascalCase convention used elsewhere (e.g., "ReplyToURL" on line 100).

  • Line 45: "Edit the WebServer.exe.config File" is formatted as plain text but functions as a section title. It should use ## heading markup.

  • Line 82: "Webserver.exe.config" has inconsistent capitalization. Should be "WebServer.exe.config" to match other references in the document (e.g., lines 47, 49, 58, 60).

  • Line 90: **Configure the App Settings for the StealthAUDIT Application** uses bold text instead of proper heading markup. It should use ## heading markup. Also, "StealthAUDIT" is the old product name; the rest of the document uses "Access Analyzer".

  • Line 92: "General Tab" — "Tab" should be lowercase "tab" for consistency with other references in the document.

  • Line 96: Missing space between "format:" and the backtick. Should be "format: `https://...`".

  • Line 100: "Webserver.exe.config" has inconsistent capitalization. Should be "WebServer.exe.config" to match other references in the document.

  • Line 121: Typo in image alt text: "Atrribute" should be "Attribute".

  • Line 141: "click on the Provisioning tab" — "on" is unnecessary. Should be "click the Provisioning tab".

  • Line 168: "multi-factor-authentication" — the second hyphen is incorrect. Should be "multi-factor authentication".

activityrecordreference.md

  • Line 24: "ensure the plan is created in Auditor, the Netwrix API data source is added to the plan, and enabled for monitoring" — missing "is" before "enabled". Should read "and is enabled for monitoring".

  • Line 28: "IsArchiveOnly allows saving Activity Record to the Long-Term Archive only" — missing article. Should be "saving an Activity Record".


There are two ways to apply fixes:

  • View them in the comments and apply them individually or in a batch. This only applies to changes made to the file.
  • Reply with @claude here, followed by your instructions (e.g. @claude fix all issues or @claude fix only the spelling errors or @claude fix all other existing issues). You can use this option to fix preexisting issues.

Note: Automated fixes are only available for branches in this repository, not forks.


```
<add key="WsFederationMetadata" value="INSERT URL HERE" />
<add key="WsFederationReply" value="INSERT URL HERE" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<add key="WsFederationReply" value="INSERT URL HERE" />
<add key="WsFederationReply" value="INSERT URL HERE" />

<add key="WsFederationReply" value="INSERT URL HERE" />
```

**Step 4 –** Restart the Access Analyzer Web Server.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
**Step 4 –** Restart the Access Analyzer Web Server.
**Step 4 –** Restart the Access Analyzer Web Server.

| When | Yes | dateTime | The moment when the change occurred. This field supports the following datetime formats: `YYYY-MM-DDTHH:mm:ssZ` (UTC), `YYYY-MM-DDTHH:mm:ss+HH:mm` (positive UTC offset), and `YYYY-MM-DDTHH:mm:ss-HH:mm` (negative UTC offset). |
| Where | Yes | nvarchar 255 | A resource where the change was made (e.g., _Enterprise-SQL_, _FileStorage.enterprise.local_). The resource name can be a FQDN or NetBIOS server name, Active Directory domain or container, SQL Server instance, SharePoint farm, VMware host, etc. |
| ObjectType | Yes | nvarchar 255 | A type of affected object or its class (e.g., _user_, _mailbox_). |
| Monitoring Plan | No | nvarchar 255 | The Auditor object that is responsible for monitoring a given data source and item. Sub-elements: Name and ID. If you provide a monitoring plan name for input Activity Records, ensure the plan is created in Auditor, the Netwrix API data source is added to the plan, and enabled for monitoring. This ensures data is written to the database associated with this plan. |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| Monitoring Plan | No | nvarchar 255 | The Auditor object that is responsible for monitoring a given data source and item. Sub-elements: Name and ID. If you provide a monitoring plan name for input Activity Records, ensure the plan is created in Auditor, the Netwrix API data source is added to the plan, and enabled for monitoring. This ensures data is written to the database associated with this plan. |
| Monitoring Plan | No | nvarchar 255 | The Auditor object that is responsible for monitoring a given data source and item. Sub-elements: Name and ID. If you provide a monitoring plan name for input Activity Records, ensure the plan is created in Auditor, the Netwrix API data source is added to the plan, and is enabled for monitoring. This ensures data is written to the database associated with this plan. |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants