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
Customizing Entitlement Review report output
The Entitlement Review report reviews user entitlements on a specified path. You can customize the report and configure it to do the following:
Non-expansion of certain groups.
By default, the report output displays the permissions that are assigned to specific users within groups. You can configure the report such that specific groups are not expanded and the report only displays the permissions for the group and not for all the users within the group. To configure groups for non-expansion:
Use the sample file,
simple_permissions_attr.propertiesto specify comma-separated SIDs of the groups that you do not want to expand.Save the file in the default data directory,
C:\DataInsight\data\console\reports\customHeaders. You can also choose to save the file at any other location.
Consider global groups in the report.
By default, the Entitlement Review report does not display permissions for certain well-known groups such as Everyone or Authenticated Users. To consider global groups in the report:
In the
simple_permissions_attr.propertiesfile, set the following property:perm_wkex_sid_exclusion=1
Note:
Global groups are not expanded.
Consider permission bits for tuning permissions that are displayed on the tab.
By default, Entitlements Review workflow displays three permissions - Full Control, Read, and Modify. We can add more permission names to be visible in the workflow or modify current definition by using a mapping file. To display more permissions or change the default name of a permission:
Use the
sample er_mappings.propertiesfile to specify the permission bits mapping to the permissions to be shown in the workflow. For example, you may want to map the Windows permission Full Control to be displayed as Full Ownership.Place this file under
C:\DataInsight\data\conf\workflow.Ensure that you take care of the permission precedence. If there are two permission bits set for a group or user, the Entitlement Review workflow maps the custom permission name to the permission name appearing in first precedence.