Veritas Data Insight User's Guide
- Section I. Introduction
- Section II. Data Insight Workspace
- Navigating the Workspace tab
- Analyzing data using the Workspace views
- Viewing access information for files and folders
- About viewing file or folder summary
- Viewing the overview of a data source
- Managing data custodian for paths
- Viewing user activity on files or folders
- Viewing file and folder activity
- Viewing CIFS permissions on folders
- Viewing NFS permissions on folders
- Viewing SharePoint permissions for folders
- Viewing OneDrive permissions for folders
- Viewing Box permissions on folders
- Viewing audit logs for files and folders
- About visualizing collaboration on a share
- Viewing access information for users and user groups
- Viewing the overview of a user
- Viewing the overview of a group
- Managing custodian assignments for users
- Viewing folder activity by users
- Viewing CIFS permissions for users
- Viewing CIFS permissions for user groups
- Viewing NFS permissions for users and user groups
- Viewing SharePoint permissions for users and user groups
- Viewing Box permissions for users and user groups
- Viewing audit logs for users
- Section III. Data Insight reports
- Using Data Insight reports
- About Data Insight reports
- How Data Insight reporting works
- Creating a report
- About Data Insight security reports
- Activity Details report
- Permissions reports
- Inactive Users
- Path Permissions
- Permissions Search report
- About Permissions Query templates
- Creating a Permissions Query Template
- Creating custom rules
- Permissions Query Template actions
- Using Permissions Search report output to remediate permissions
- Entitlement Review
- User/Group Permissions
- Group Change Impact Analysis
- Ownership Reports
- Create/Edit security report options
- About Data Insight storage reports
- Create/Edit storage report options
- About Data Insight custom reports
- Considerations for importing paths using a CSV file
- Managing reports
- About managing Data Insight reports
- Viewing reports
- Filtering a report
- Editing a report
- About sharing reports
- Copying a report
- Running a report
- Viewing the progress of a report
- Customizing a report output
- Configuring a report to generate a truncated output
- Sending a report by email
- Automatically archiving reports
- Canceling a report run
- Deleting a report
- Considerations for viewing reports
- Organizing reports using labels
- Using Data Insight reports
- Section IV. Remediation
- Configuring remediation workflows
- About remediation workflows
- Prerequisites for configuring remediation workflows
- Configuring Self-Service Portal settings
- About workflow templates
- Managing workflow templates
- Creating a workflow using a template
- Managing workflows
- Auditing workflow paths
- Monitoring the progress of a workflow
- Remediating workflow paths
- Using the Self-Service Portal
- About the Self-Service Portal
- Logging in to the Self-Service Portal
- Using the Self-Service Portal to review user entitlements
- Using the Self-Service Portal to manage Data Loss Prevention (DLP) incidents
- Using the Self-Service Portal to confirm ownership of resources
- Using the Self-Service Portal to classify sensitive data
- Managing data
- About managing data using Enterprise Vault and custom scripts
- Managing data from the Shares list view
- Managing inactive data from the Folder Activity tab
- Managing inactive data by using a report
- Archiving workflow paths using Enterprise Vault
- Using custom scripts to manage data
- Pushing classification tags while archiving files into Enterprise Vault
- About adding tags to devices, files, folders, and shares
- Managing permissions
- Configuring remediation workflows
- Appendix A. Command Line Reference
- Index
Using custom scripts to manage data
Data Insight enables you to archive inactive data on your storage devices using Enterprise Vault. However, if you use other archiving tools, or if you want to take actions such as copy your data to a cheaper storage, or delete orphan or inactive data, you can write custom scripts to manage the data.
You can initiate multiple custom actions directly from the Data Insight Management Console.
Before you can configure Data Insight to run the custom action scripts, do the following:
Define the action that you want to perform on the data. For example, you may choose to upload all inactive data on your storage devices to the cloud.
Write a script to perform this action.
For more information, see the Veritas Data Insight Programmer's Reference Guide.
Create and place the script at a specified location on the Management Server. You will not be able to proceed unless creating a script. By default, all custom scripts must be placed at
$datadir\conf\workflow\steps\CUSTOMACTION\scripts. Data Insight invokes the scripts form this location when you initiate an action from the Management Console.
To configure a custom action script
- In the Management Console, click Settings > Data Management. The Archiving (Enterprise Vault Configuration) page displays by default.
- Click Custom Actions tab.
- Click Add New Custom Action.
- New Custom Action pop up appears.
Action Name
Script Name with extension. The valid extensions are: .exe, .pl, .bat, .vbs.
Select Run As User from the drop-down.
If you do not select any saved credentials, the Local System Account credentials will be used for accessing network resources. However, the script that you will associate with the custom action will always be executed using Local system account.
- Select Do not expand paths to apply the action defined in the script to the paths selected in the view or the report. The selected paths are passed as-is to the custom script. This field will be selected by default.
- Select Expand paths to apply the action defined in the script to all child folders under the selected folder recursively. If you select this option to invoke an action on the folder, Data Insight passes individual files present in that path's hierarchy to the script, instead of the parent folder.
- Optionally, select the Passing Parameters.
- Check the Disable custom action box if you do not want to use the custom action currently.
- Click Save to save the settings.
The newly created Custom action will appear on the Custom Actions page. You can delete, enable or disable multiple custom actions using the tool bar. For editing, enabling/disabling or deleting, individual custom action, use the Action drop-down, next to each custom action. After selecting Edit, the New Custom Action pop up with existing values will appear. You can edit all fields except Action Name
You can apply the scripts to run on the following data:
The paths displayed in the Workspace > ContextMap view.
The files that are listed under Workspace > Activity > Inactive Subfolders tab.
The files that are listed in the following types of reports:
Activity Details reports
Activity Summary reports
DQL reports
Data Lifecycle reports
For checking the status of the custom actions, go to Settings > Action Status. You can export or save the table data in CSV format. You can perform the following operations on the executed custom actions by clicking the option from the drop-down.
Table:
View | To check custom action details. |
Cancel | To cancel custom action in progress. |
Delete | To delete completed or failed custom actions. |
Run Again | To re-initiate custom action execution. |