Please enter search query.
Search <book_title>...
Veritas Data Insight User's Guide
Last Published:
2018-09-04
Product(s):
Data Insight (6.1.2)
- 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
- Viewing user activity on files or folders
- About visualizing collaboration on a share
- Viewing access information for users and user groups
- Section III. Data Insight reports
- Using Data Insight reports
- About Data Insight security reports
- Permissions reports
- Permissions Search report
- Creating a Permissions Query Template
- Permissions Query Template actions
- Ownership Reports
- About Data Insight storage reports
- About Data Insight custom reports
- Managing reports
- Viewing reports
- Using Data Insight reports
- Section IV. Remediation
- Configuring remediation workflows
- Managing workflow templates
- Creating a workflow using a template
- Managing workflows
- Using the Self-Service Portal
- About the Self-Service Portal
- Managing data
- About managing data using Enterprise Vault and custom scripts
- About adding tags to files, folders, and shares
- Managing permissions
- Configuring remediation workflows
- Appendix A. Command Line Reference
Customizing a report output
Data Insight enables you to rename the default column names for the reports you want to generate. For any report type, you can rename its default column names by creating and editing the properties file for that report type.
To customize a report output header
- Create a
<Report_name>_header.properties
file corresponding to the report type, where <Report_name> denotes the report type name. For those reports whose name contains the term user/group, replace the slash(/) with a dash(-). For example, while naming a properties file for the report type User / Group Permissions, name it as User - Group Permissions_header.properties.For example, name the properties file for the Activity Details for Paths report as Activity Details for Paths_header.properties.
The content of the header.properties file is as follows:
# # Custom Header information # version 1.0 # DFS\ Path=DFS Path\ Name=PATH BU\ Name=BUName BU\ Owner=BUOwner
In the example, the value at the left-hand side of the equal sign is the default name of the column for in a report. Insert the (\) character before a single space, to represent a space in the default column name. The value at the right-hand side is the modified title for the column.
- Save the properties file on the Data Insight Management Server at
C:\DataInsight\data\console\reports\customHeaders
.