In this article :
Issue description
Prerequisites
Possible causes
Resolution
Related topics and articles
When and how to reach support
Issue description
The File Audit reports in ADAudit Plus do not display any data. This issue can arise due to misconfigurations, missing prerequisites, or insufficient permissions for ADAudit Plus to access and monitor the file server and its shares.
Prerequisites
Ensure that the file servers are configured in ADAudit Plus.
Make sure that the respective shares are configured for the file servers.
Audit policies and SACLs (object-level auditing) are configured for the file server and the shares.
Verify connectivity between ADAudit Plus and the file servers.
Ensure necessary permissions are assigned to the configured service account.
Possible causes
Missing file server configuration: Not all required file servers are configured in ADAudit Plus.
Blocked communication channels: Communication issues between ADAudit Plus and file servers ports or firewall rules are blocking the connection.
Insufficient service account privileges: The account lacks required permissions for file share discovery, reading audit logs, or accessing NetApp C-Mode logs.
Improper audit policy configuration: Audit policies or object-level auditing are not properly enabled for file servers.
Event logs getting overwritten: Security log size is too small, causing older logs to be deleted before they are processed.
Improper object-level auditing configuration: The required permissions are not set for the files and folders under audit.
Files stuck in event data processing: Files are accumulating under Installation Directory/ADAudit Plus/event data/raw or processed, preventing new logs from being processed.
Verification of data collection by the product: After completing the troubleshooting steps, check the product GUI to confirm if the timestamp is updating.
Resolution
Step 1 Configure all required file servers for auditing
Log in to ADAudit Plus and navigate to the File Audit tab settings.
Ensure that all required file servers are added.
Note: Security logs do not replicate, so configuring all necessary file servers in ADAudit Plus is essential.
Step 2 Ensure communication between the product server and file server
Open the required ports and configure firewall rules as per the ADAudit Plus Port Guide.
Step 3 Verify service account privileges
Membership in the Power Users Group enables ADAudit Plus to discover shares on Windows file servers.
Have the appropriate permissions on audited shares.
Method 1 Add the ADAudit Plus user to the Local Administrators Group.
Method 2 Assign Share and NTFS Read Permissions on each audited share.
Have the appropriate DCOM and WMI permissions.
Assign DCOM Grant Local Launch, Remote Launch, Local Activation, and Remote Activation permissions.
Assign WMI assign Execute Methods, Enable Account, and Remote Enable permissions.
Have Read permission over the C$ share (\server_name\C$) for accessing NetApp C-Mode log files.
Step 4 Configure audit policies
Create a security group for audited file servers
Open Active Directory Users and Computers.
Right-click the domain > New > Group.
Name the group (e.g., ADAuditPlusFS), set Group Scope to Domain Local, and set Group Type to Security.
Add the Windows file servers to be audited as members.
Create and link a GPO
Open the Group Policy Management Console (GPMC) with domain admin credentials.
Create a new GPO (e.g., ADAuditPlusFSPolicy) and link it to the domain.
Remove Authenticated Users and add ADAuditPlusFS.
Configure advanced audit policies
Navigate to Computer Configuration > Windows Settings > Security Settings > Advanced Audit Policy Configuration.
Set the following:
Category | Sub-category | Audit events | Purpose |
Object Access | Audit File System | Success, Failure | File share auditing |
Object Access | Audit File Share | Success | File share auditing |
Object Access | Audit Handle Manipulation | Success, Failure | File share auditing |
Policy Change | Audit Policy Change | Success, Failure | File permission change auditing |
Policy Change | Authorization Policy Change | Success | File permission change auditing |
Enforce advanced audit policies
Enable Audit: Force audit policy subcategory settings under Local Policies > Security Options.
Configure legacy audit policies (Windows Server 2003 and earlier)
Navigate to Computer Configuration > Windows Settings > Security Settings > Audit Policy.
Set Audit Object Access to Success, Failure.
Step 5 Configure object-level auditing
Using windows explorer
Right-click the target folder > Properties > Security .
Click Advanced > Auditing > add the Everyone group.
Assign the following permissions:
Category | Principal | Type | Access permissions | Applies to |
File/Folder Changes | Everyone | Success, Failure | Create files / Write data, create folders / Append data, write attributes, write extended attributes, delete subfolders and files, delete | This folder, subfolders, and files |
Folder Permission & Owner Changes | Everyone | Success, Failure | Take ownership, Change permissions | This folder and subfolders |
File Read | Everyone | Success, Failure | List folder / Read data | Files only |
Folder Read Failure | Everyone | Failure | List folder / Read data | This folder and subfolders |
Using PowerShell cmdlets
Prepare a CSV file listing the folders to audit with the path and audit type.
Open PowerShell and navigate to <Installation Directory>\bin.
Run the following script:
.\ADAP-Set-SACL.ps1 -file '.\shared_folders_list.CSV' -mode add -recurse true
Step 6 Configure event log Ssttings
Open the GPMC > Edit GPO.
Navigate to Computer Configuration > Policies > Windows Settings > Security Settings > Event Log.
Configure as follows:
Retention method for security log: Overwrite events as needed.
Maximum security log size: Ensure at least 12 hours of security logs are stored.
Step 7 Resolve files stuck in event data processing
If files are accumulating under <Installation Directory>/ADAudit Plus/event data/raw or processed, contact support@adauditplus.com.
Step 8 Check if the data is being collected by the product
Log in to the ADAudit Plus GUI.
Navigate to the File Audit tab.
Configure file servers, click Run Now, and see if the timestamp is updated.
Related topics and articles
When and how to reach support