How to Change UserId or Ownership of a Dashboard in RSA NetWitness Platform
Issue
A dashboard was created & shared by a User that no longer exists. No other users can edit the dashboard, delete it, or share it with different roles.This article shows the steps needed to be done to change the ownership of the dashboard to admin (or any other user). Full control of the dashboard can now be granted to that user.
Tasks
- Obtain the correct name of the Dashboard.
- Obtain access to an SSH session of the NW Admin Server.
- Obtain deploy_admin password to access the mongodb.
Resolution
- SSH to the NW Admin Server
- Access the mongo admin using the commands below:
mongo admin -u deploy_admin -p
> use sa
>show collections
>db.dashboard.update({"title":"dashboard_name"},{$set:{"userId":"admin"}})
>exit
- Replace the "dashboard_name" with the exact name of the Dashboard, it is case-sensitive.
- Restarting the jetty service is not needed in that case, changes take effect immediately.
Product Details
RSA Product Set: NetWitness PlatformRSA Product/Service Type: NetWitness Core appliance
RSA Version/Condition: 11.x
Approval Reviewer Queue
RSA NetWitness Suite Approval Queue