The most recent content from our members.
Recently I tried to update our SolarWinds EOC install from 2024.4.1 to 2025.2.1, a supported path, however this was not very smooth. Keep in mind I had just installed this update from the same version on 2 module based installations the day before. Backups etc. all taken beforehand. When performing the install the…
Hi All, I'm trying to create KPI widgets based upon application availability. The idea being, we can present them in a dashboard in EOC to keep track of the stat, akin to what we can see in the main dashboard, but focused on last month I can pull the data using the following SELECT ROUND(SUM(a.PercentAvailability *…
Would be good to query the status of Engines in multiple sites from the EOC utilising the InstanceSiteID The goal would be to have a SWQL query that could present the Engines Table data from multiple sites in one place. I'd want to report on: * Total Elements * Total Nodes * Total Interfaces * Total Volumes These are all…
Quering SWQL to generate KPI metrics on EOC dashboard for two instances and I want to validate the RAW data fetched by EOC We have two Instances and Query seems to be running fine on KPI Widget of modern dashboard of EOC for both instances , getting the data from both instances altogether or separately Since I want to see…
There seems to be a limited set of widgets to apply in EOC, most importantly the Custom Query Widget
Hi All, I'm trying to build queries for things like the modern dashboards for my EOC instance and while I can get Nodes/Interfaces data etc in I am unable to figure out a way to get a column to show up for what Orion Site the device sits in. Was hoping someone had already solved this problem or can give guidance. For…
We have EOC licensing and EOC set up , is there is a way to combine metrics and show it on Modern Dashboard on EOC console , when the data is hosted on two separte databases ? Currently I am displaying metrics on a Modern Dashboard on one of our Solarwinds Instance , but we want combined metrics on one Single Dashboard for…
Good morning Thwack Community, Anyone having issues running basic API queries against EOC? Basic Query: import requests from pprint import pprint from orionsdk import SwisClient from dotenv import load_dotenv import os load_dotenv() def sw_query(instance, pssWord, pssKey): requests.packages.urllib3.disable_warnings() swis…
I created a dashboard with a widget with this query: --SWQL SELECT DashboardID AS [Dashboard ID] ,DisplayName As [Name] ,Description ,ParentID AS [Parent ID] ,Feature ,TOLOCAL (LastUpdate) AS [Last Modification] ,Private ,IsSystem As [System Dashboard] ,CONCAT('/apps/platform/dashboard/', DashboardID) AS [URI] FROM…
Hi Team, We could see a warning message in Worldwide Map Widget whenever the number of nodes is >1000 Reduce by X number of nodes for reasonable performance. A checked with SolarWinds TAC on case 01677053, MapQuest actually sets that number. It's an indicator for when performance might degrade but this does not have any…
It looks like you're new here. Sign in or register to get started.