Comments
-
As of July 13th, 2022 the CVSS v2 is retired and scores are no longer generated for new vulnerabilities by NIST. We need CVSS v3 to be used in Solarwinds Platform 2022, but as of now the 2022.3 RC2 still uses CVSS v2!
-
For the last hotfix released for 2020.2.6 I haven't received any email. I found one exists only about 1.5 month after it was released. And I'm the admin contact (all roles).
-
I created related FR in HCO too (https://thwack.solarwinds.com/product-forums/hybrid-cloud-observability/i/feature-requests/enhanced-meraki-sd-wan-integration-via-api-compared-to-2022-3-rc2). I propose to upvote both.
-
On NIST page there is this information now: On December 15th, 2023, the NVD plans to retire all legacy data feeds while guiding any remaining data feed users to updated application-programming interfaces (APIs). Can we have any update as to how vulnerability data are being retrieved from NIST? If API is not used…
-
Did not expect this at all, so thank you, it was a nice surprise . Congratulations to all other MVPs!
-
This looks very promising! Is it possible to evaluate the tech preview (2022.1)?
-
I think what you need is to have the option to duplicate (clone) widgets when duplicating the dashboard. The option to duplicate the dashboard is there is Manage Dashboards, but the copied dashboard is still using the widgets from the original one, so you have to manually unlink each widget to be able to modify it. As I…
-
@"B.Rathinavel" Thank you for responding to this feature request, however I'm having issues to get it working properly. I'm able to discover switches (MSs) and appliances (MXs) via API, but no interfaces are discovered. As a result for switches there is just availability being monitored (much less than with SNMP, no…
-
Just recently I added myself as a Security Contact in Customer Portal (it is not amongst the contact type per user, it's for the company account) and on Saturday I received a notification about a hotfix for some products (DPA, WHD and SEM). Not sure if this is the same notifications channel, but I did get something.
-
Hi @"russbishop" , this is a very interesting solution. Could you share more details on it? How did you build the widgets, how do you add one filter over another, how do you get the list of currently applied filters, are you able to also remove filters one by one?
-
In 2023.3 there are data visible for ScoreV3 and SeverityV3, but where are they retrieved from? Are they still using the legacy data feeds from NIST?
-
I would like to clarify some terms, so that we understand each other well The tabbed dashboards consist of: * virtual parent dashboard (dashboard group) - this one is not visible in the dashboards list in Manage Dashboards, so it cannot be duplicated with all its child (tab) dashboards. * child (tab) dashboards - these are…
-
I'm also looking for such feature. I need to have a way to find users that query heavily via API and impact system performance.
-
Thanks! That's nice to have, but still I'm not able to get the interfaces to be discovered with API only. Should I raise a support case or would you like to have a call directly with me?
-
I opened the case 01931979.
-
Hi Ben, Regarding the limitation 'Modern Dashboards cannot be assigned as the default view (first page they land on) to an account without some clever HTML redirecting.' I've just tested this and I was able to assign the modern dashboard both as a Home Page View and as a Default Summary View (on 2020.2.6).
-
I recently found that I was having these errors in Orion.InformationService.log on the additional polling engine that was reported as not syncing: 2025-09-24 20:16:26,594 [7] INFO SolarWinds.InformationService.Core.InformationServiceService - (null) (null) No sslcert http configuration for endpoint 0.0.0.0:17774 exists.…
-
I haven't seen this thread earlier, but we are facing the same, with response time going over 35000ms at times. What I found was that if I move the Orchestrator node to another polling engine that does not have other Meraki devices, then the Orchestrator node response time is in 100-200ms range. We have 1500+ appliances /…
-
Indeed, I can see the same with some C9300 running Meraki OS, especially the port naming that is in MAC_Address/port_number format. But this looks to be how SNMP reports data, not because Solarwinds reads it incorrectly.
-
Reviewing the schema and data in my installation I found that Orion.APM.ComponentSetting has a reference between Component and CredentialSetID. I believe you can use this to find which credentials are used by which components. Not sure though if there can be other elements / entities that could use the credentials with…
-
If you have NPM and SAM, then check this part of your code: " LEFT OUTER JOIN Orion.NodesCustomProperties AS nodesCustomProperties ON Nodes.NodeId = nodescustomProperties.NodeId" : "") + (samInstalled == "true" ? "LEFT OUTER JOIN Orion.AssetInventory.ServerInformation AS ServerInformation ON Nodes.NodeId =…
-
I'm monitoring multiple Meraki switch models via SNMP (v2) and no issues with this. Can you provide some more information about your setup and the error you are getting? Are you using combined networks in Meraki or dedicated network for switches, have you enabled SNMP in the Network wide -> General settings (v2 or v3)? If…
-
Enhanced status calculation has some positive results. If you switch the status calculation for interfaces to Classic (like I have it), your interfaces will not go into warning or critical status if they go over thresholds for errors/discards or utilization. But you can then have alerts (or dashboard resources, reports)…
-
@"smalleggo" Could you post the full content of the action you are trying to build? Maybe this will help in spotting the issue. For example, in your last two posts you are missing the } at the end of the custom variable definition. Maybe it's just a missing character while copying/pasting, maybe that's your issue.
-
It would be something like this: SELECT n.Caption, rttoday.Today, rt7days.Last7Days, rt30days.Last30Days, rt365days.Last365Days FROM Orion.Nodes n LEFT JOIN ( SELECT rt.NodeID, SUM(rt.Availability * rt.Weight) / SUM(rt.Weight) AS Today FROM Orion.ResponseTime rt WHERE rt.ObservationTimestamp >= CONCAT(YEAR(GETUTCDATE()),…
-
For Kerberos Delegation all elements (client - server - DB) need to be in the same domain or forest. Maybe a small detail, but in the Netflow error messages I see 'Initial Catalog = SolarwindsOrion' which may suggest that Netflow is trying to access the main Solarwinds database, not the Netflow database and then it's using…
-
If I understand correctly your topology is like this: Internet connection with IPSec tunnel - ISP router (public IP) - Juniper firewall (reachable via IPSec tunnel) - devices on site You could create dependencies like this: 1. Parent: ISP Router, child: Juniper firewall 2. Parent: Juniper firewall, child: devices on site…
-
Check out the verbs in Orion.Actions, the SaveActionsForAssignments looks like what you are looking for. The variables seem to refer to colums from Orion.ActionsAssignments.
-
Right, I see we have selected Enhanced for nodes, but Classic for Interfaces. Thanks for pointing this out.
-
Interesting, in our environment I can see hundreds of thousands of receive discards on some firewall interfaces, but the interfaces do not go into warning or critical status, even though the global error/discard thresholds are set to 1000/2500 for warning/critical. Now I'm wondering if there is something wrong with my…