-
Modern Drill-Down Dashboard – Built for Real-Time Infra Insights
Hi THWACK Community! I’m excited to share a modern, fully drill-down Infrastructure Dashboard I recently built using SolarWinds. It’s designed to make day-to-day monitoring more intuitive, visual, and actionable. Key Highlights of the Dashboard: Fully Drill-Down Capable: Click on any KPI, widget, or chart to deep-dive into…
-
CSAT Filters
I would love to see some more filter options when it comes to CSAT as we have internal tickets that are requested and assigned to the same person we should be able to filter these out either by adding a Tag or something.
-
Recurring Maintenance Schedule View/Query
As of 2025.2, we can now create recurring maintenance schedules for our nodes and alerts on daily, weekly, or monthly frequencies and assign them accordingly. However, there is no easy way for a user to view which nodes have upcoming maintenance or even just the assigned schedule definition. Through my own efforts in SWQL,…
-
SEM Shared Dashboards
It's been a couple of years since there was any mention of a shared dashboard inside of SEM. Simply put, we want to be able to share the dashboard that pops up when you first log in to the web interface between multiple users. We have decided as a team that a certain layout will help us the most, and we do not want to have…
-
Can SolarWinds Monitoring create a Dashboard Widget with Dynamic Linking?
For example, suppose there is a widget showing a list of hosts in Cluster A, and on the same dashboard there are other widgets displaying CPU, Memory, and Disk IOPs metrics. Is it possible that when I click on Host 1 in the list, the other widgets automatically update to show the CPU, Memory, and Disk IOPs graphs for Host…
-
SWO Add the Worldwide Map widget in Modern dashboards
The Worldwide Map is a very useful widget to see all sites connected for a telecom operator on a real map. On the other hand, the new modern dashboard offer possibilities we can't miss today. With the Wordlwide Map widget not available in the modern dashboard, we must continue to use both classic and modern dashboard both…
-
Dashboard on Mobile App
My apologies if this has already been requested, I failed to find through search. If it has, please link and I will upvote. * It'd be nice to have the Dashboard replicated / available on the mobile app.
-
Improve “Event Details” panel (fullscreen, resizable, formatted JSON)
At the moment, the Event Details panel on the Live Events page is quite basic: it’s fixed to the right side, cannot be resized, and offers no fullscreen option. For larger or more complex events this makes it difficult to review all the information, especially when JSON payloads are involved. The current layout (bold label…
-
Ability to upload custom icons and logos to dashboard widgets
Better Widget Customizations The portal homepage does not allow the ability to upload custom icons or logos to the custom tile buttons. The icons available are extremely limited, outdated and not consistent with today's diverse array of icons available. Also, we would like to use logos for our business where we manage…
-
SWQL Query Issue for dashboard – Custom Poller Data (Available Licenses)
Hi SolarWinds Professionals, I'm seeking some guidance on a newly created SWQL query for a Modern Dashboard, where I aim to display Custom Poller Data. Query as mentioned below. == SELECT n.NodeID, n.Caption, n.IP_Address, MAX(CASE WHEN AssignmentName LIKE '%avAesTsapiLicenseTotal%' THEN CurrentValue END) AS TotalLicenses,…