Veritas Data Insight Administrator's Guide
- Section I. Getting started
- Introduction to Veritas Data Insight administration
- Configuring Data Insight global settings
- About scanning and event monitoring
- About filtering certain accounts, IP addresses, and paths
- About archiving data
- About Data Insight integration with Symantec Data Loss Prevention (DLP)
- Configuring advanced analytics
- About open shares
- About user risk score
- About bulk assignment of custodians
- Configuring Metadata Framework
- Section II. Configuring Data Insight
- Configuring Data Insight product users
- Configuring Data Insight product servers
- About node templates
- About automated alerts for patches and upgrades
- Configuring saved credentials
- Configuring directory service domains
- Adding a directory service domain to Data Insight
- Configuring containers
- Section III. Configuring native file systems in Data Insight
- Configuring NetApp 7-mode file server monitoring
- Configuring clustered NetApp file server monitoring
- About configuring secure communication between Data Insight and cluster-mode NetApp devices
- Configuring EMC Celerra or VNX monitoring
- Configuring EMC Isilon monitoring
- Configuring EMC Unity VSA file servers
- Configuring Hitachi NAS file server monitoring
- Configuring Windows File Server monitoring
- Configuring Veritas File System (VxFS) file server monitoring
- Configuring monitoring of a generic device
- Managing file servers
- Adding filers
- Adding shares
- Renaming storage devices
- Configuring NetApp 7-mode file server monitoring
- Section IV. Configuring SharePoint data sources
- Configuring monitoring of SharePoint web applications
- About the Data Insight web service for SharePoint
- Adding web applications
- Adding site collections
- Configuring monitoring of SharePoint Online accounts
- About SharePoint Online account monitoring
- Adding SharePoint Online accounts
- Adding site collections to SharePoint Online accounts
- Configuring monitoring of SharePoint web applications
- Section V. Configuring cloud data sources
- Configuring monitoring of Box accounts
- Configuring OneDrive account monitoring
- Managing cloud sources
- Section VI. Configuring Object Storage Sources
- Section VII. Health and monitoring
- Section VIII. Alerts and policies
- Section IX. Remediation
- Configuring remediation settings
- Section X. Reference
- Appendix A. Data Insight best practices
- Appendix B. Migrating Data Insight components
- Appendix C. Backing up and restoring data
- Appendix D. Data Insight health checks
- About Data Insight health checks
- About Data Insight health checks
- Appendix E. Command File Reference
- Appendix F. Data Insight jobs
- Appendix G. Troubleshooting
- Troubleshooting FPolicy issues on NetApp devices
Configuring Amazon S3 account monitoring
To configure Amazon S3 account monitoring in Data Insight, complete the following steps in the given order:
To Create a user in AWS,
- Log in to AWS management console
Note:
Make sure that you have enough permissions to create new user and group.
- Click Services in the top left corner, scroll down and select IAM under Security, Identity, & Compliance
- On the IAM dashboard, click Users in the left pane and click Add users in the right pane
- On the Add user page, enter user name and check both check boxes in the Select AWS credential type
- Click Next: Permission
- On the Set permissions page, click Create group
- In the Create group pop up, enter Group name and click Create policy.
Note:
There are multiple ways to grant necessary permissions. You can use Visual Editor, Manage Policy or you can add the JSON given below. If you are opting for Visual Editor or Manage Policy, refer to the JSON given below to know the required permissions.
- On Create policy page, click JSON tab and add the following JSON
{ "Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Allow", "Action": [ "s3:Get*", "s3:List*" ], "Resource": "*" }, { "Sid": "VisualEditor1", "Effect": "Allow", "Action": [ "s3:PutObject", "athena:StartQueryExecution", "athena:StopQueryExecution", "athena:GetQueryResults", "athena:GetQueryExecution", "glue:GetTable" ], "Resource": [ "arn:aws:athena:*:<AWS account ID>:*", "arn:aws:glue:*:<AWS account ID>:*", "arn:aws:s3:::<Athena output bucket name>/*" ] } ] }
In the above in line permission JSON,
Sid": "VisualEditor0 section will be used for scan, discovery, and classification (Get* and List*).
"Resource" attribute: for scanning specific buckets, add the bucket names or add * to scan all the buckets.
Sid": "VisualEditor1" will be used for audits.
"s3:PutObject" is used by Athena for storing report output internally.
- Click Next: Tags
- Do not add any tag, click Next: Review
- Enter policy name and click Create policy
- Navigate to the Create group browser window and click Refresh
- Search the policy that was created, select the policy and click Create group.
- Click Next: Tags
- Click Next: Review
- Click Create User
- A new user gets created.
You can download the Access key ID, Secret access key and Password as a CSV file or use Send email option to receive it as an email. You need these credentials while configuring Amazon S3 in Data Insight