Reporting settings
Cayosoft Administrator Reporting settings define default folder paths to store exported data\HTML reports and default rule output type and style. You can choose whether to store the data locally on the Cayosoft Administrator Service computer or use File Share (SMB) to store the data in Azure storage or network file share.
The Cayosoft Administrator Service uses the Local System account. So, if you use file shares to read data source files in rules or rules create output reports, and store them in file shares, you need to select and configure File Share (SMB) storage type in Home > Configuration > Settings > File Storage and Reporting.
Reporting settings
Local Storage type
| Setting name | Description |
|---|---|
| File storage type | Local, on the computer running the Cayosoft Administrator Service. |
|
Folder to store exported data (CSV) Folder to store reports (HTML) Folder to store CSV templates |
Specify a local path on the Cayosoft Administrator Service computer or a network path discoverable from the Cayosoft Administrator Service computer and accessible by the Service. |
File Share (SMB)
You can store the rules' data source files and output reports in Azure storage or a network file share.
If you want to store all the data in Azure storage, you should perform these steps first:
Copy the required parameters from the script to the settings in the table below. Script example:
$connectTestResult = Test-NetConnection -ComputerName storageaccount.file.core.wi if ($connectTestResult.TcpTestSucceeded) {
# Save the password so the drive will persist on reboot
cmd.exe /C "cmdkey /add:`"storageaccount.file.core.windows.net`" /user:`"localhos # Mount the drive
New-PSDrive -Name Z -PSProvider FileSystem -Root "\\storageaccount.file.core.wind
} else {
Write-Error -Message "Unable to reach the Azure storage account via port 445. Che
}
The settings in the table will be specified based on the script.
| Setting name | Description |
|---|---|
| File storage type | File Share (SMB) |
File server name |
Specify the file server name where the data will be stored. For Azure File Share it should be like this: storageaccount.file.core.windows.net |
| Share name |
Specify the share name. For Azure File Share it should be like this: cadata |
| Map to drive | Specify the drive name. |
| User name | Specify the user name. |
| Password | Specify the password. |
| Folder to store exported data (CSV) | NOTE: Folders to store exported data and reports should be created manually at first and specified like '\FolderName', without quotes, just a backslash and folder name. |
| Folder to store reports (HTML) | |
| Folder to store CSV templates | Specify a local path on the Administrator Service computer or a network path discoverable from the Administrator Service computer and accessible by the Service. |
| Reporting Settings | |
| Default rule output type | Specify default rule output type. Default rule output style Specify default rule output style. |
| Common Setting | |
| Allow any folder |
When set to 'On', the Service doesn't validate if a file or folder path specified in the rule belongs to one of the folders specified in 'File Share (SMB)' or 'Local Storage Type' settings. IMPORTANT: Product security might be impacted when set to 'On'. |
Change History
| Version | Notes |
|---|---|
| 11.2.0 | The 'Allow any folder' setting has been added. |
| 10.3.0 |
Two file storage types are available:
|
| 6.3.1 | Reporting is introduced in the product as a separate item in the Cayosoft Administrator Console tree. |
Comments
0 comments
Please sign in to leave a comment.