-
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…
-
SWQL function ARRAYVALUEAT / SPLITSTRINGTOARRAY working in SWQL Studio, but fail in web based reporting
Hello Thwack Team, For the below working query - which works in custom swql dashboard resources and in swql studio, SELECT TOP 1 ARRAYVALUEAT(SPLITSTRINGTOARRAY(Replace('Part1-Part2-Part3-Part4','-','|§|§|')),0) as Field1, ARRAYVALUEAT(SPLITSTRINGTOARRAY(Replace('Part1-Part2-Part3-Part4','-','|§|§|')),1) as Field2, CONCAT(…
-
SWQL script not working
Team, To display events summary on the custom widgets as the Top 10 events should display in CST time zone, I have created the below script but its not working. Please someone help on this. Thanks SELECT TOP 10 DATEADD(hour, -6, E.EventTime) AS [Time of Event], E.EventTypeProperties.Name AS [Event], E.Message AS [Message],…
-
Report of all VMs / Nodes with Hardware detail
I am trying to get the hardware information in my nodes report. How do I get that? Any suggestions or ideas please? Here's the below screenshot which displays hardware information of any node on the node details page. Whether it is virtually hosted or a physical one. I was working on SWQL which gets the list of all the VMs…
-
Help Needed: Interface Error/Discard % Alert Not Working (SWQL & Widget)
Hi everyone, I’m trying to monitor interface health by calculating error and discard percentages in SolarWinds — specifically to alert when: InErrors%, OutErrors% InDiscards%, OutDiscards% are greater than 1%. I created a SWQL query to calculate these percentages using packet counters like unicast/non-unicast packets.…
-
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,…
-
Data export reports that capture all interfaces that are administratively up, but operationally down
Looking to have Solarwinds to run data export reports that capture all interfaces that are administratively up, but operationally down for more than X days? I need to have this include ports that have not been used since before the last switch reload, so that it specifically does not use "last used date/time" by the date…
-
What SWQL table is the Maintenance mode "Reason" saved?
I just noticed where I can fill in a "Reason" field for when putting a node Maintenance mode to mute alerts or stop managing the node. I'd like to include that field value in some of my custom SWQL queries. Where is it exposed via SWQL so I can find it using SWQL Studio?
-
Integrate SWQL Studio (web version) into SolarWinds Platform Settings page.
I love using SWQL for modern dashboard, classic dashboard widgets, alerts & reports but i hate having to switch back and forth between SWQL Studio and SolarWinds. So this feature request is to bring SWQL Studio into SolarWinds Platform/ SWOSH. This is kind of do-able when building modern dashboards, so why not bring it in…
-
SWQL Extension for Visual Studio Code
Posting an idea that was shared by josh.haberman: "...It would be nice to have a Visual Studio Code extension for SWQL. Ideally it would be nice to duplicate the capabilities of SWQL Studio in VScode but, even a simple linting capability would be great. My main push for this is that I use a Chromebook full time at work…