Network Management
How to Restore the Security Tab in the My Dashboard Section of the SolarWinds Platform
The Security tab is a built-in feature of the SolarWinds Platform. However, if it is accidentally deleted, attempting to manually recreate it will not display it under "My Dashboard."
First published date
Last published date
Overview
This article provides step-by-step instructions on how to restore the Security tab to the My Dashboard section of the SolarWinds Platform if it has been removed.
Product section
Resolution
Our dev team has prepared a SQL query for this. Please find it below:
1 - Remove the created menu Security Menu Bar
-- Scripts are not supported under any SolarWinds support program or service.
-- Scripts are provided AS IS without warranty of any kind. SolarWinds further
-- disclaims all warranties including, without limitation, any implied warranties
-- of merchantability or of fitness for a particular purpose. The risk arising
-- out of the use or performance of the scripts and documentation stays with you.
-- In no event shall SolarWinds or anyone else involved in the creation,
-- production, or delivery of the scripts be liable for any damages whatsoever
-- (including, without limitation, damages for loss of business profits, business
-- interruption, loss of business information, or other pecuniary loss) arising
-- out of the use of or inability to use the scripts or documentation.
DELETE FROM [dbo].[MenuBars]
WHERE MenuName IN ('Security_TabMenu', 'SECURITY_TabMenu')
2 - Create Security_TabMenu with all default Security Menu items
-- Scripts are not supported under any SolarWinds support program or service. -- Scripts are provided AS IS without warranty of any kind. SolarWinds further -- disclaims all warranties including, without limitation, any implied warranties -- of merchantability or of fitness for a particular purpose. The risk arising -- out of the use or performance of the scripts and documentation stays with you. -- In no event shall SolarWinds or anyone else involved in the creation, -- production, or delivery of the scripts be liable for any damages whatsoever -- (including, without limitation, damages for loss of business profits, business -- interruption, loss of business information, or other pecuniary loss) arising -- out of the use of or inability to use the scripts or documentation.
INSERT INTO [dbo].[MenuBars] VALUES ('Security_TabMenu', (SELECT MenuItemID FROM [dbo].[MenuItems] WHERE GUID = 'bba2a1cb-72be-4d28-85c6-0346d430f779'), 1), ('Security_TabMenu', (SELECT MenuItemID FROM [dbo].[MenuItems] WHERE GUID = '3d78b7a0-075e-4fe3-aa1a-146c25d25038'), 2), ('Security_TabMenu', (SELECT MenuItemID FROM [dbo].[MenuItems] WHERE GUID = '226df75d-0c16-4855-9862-fe5c3c5c023d'), 3)
Note: If a user receives an error when accessing the tab, then you will need to adjust it in Account Management:
None means that the user has no access to the security tab.