I'm trying to get the Custom HTML to work with another instance of Orion on a different server. We want to have a view with alerts from both Orion instances. The widget just shows "connection refused". The code is this:
<iframe frameborder="0" width="100%" height="800" src="https://orion.company.com"></iframe>
In an earlier Thwack article from 2021,
https://thwack.solarwinds.com/products/network-performance-monitor-npm/f/forum/89816/custom-html-widget-not-working%2C
it was recommended to change this database setting:
Update [DATABASENAME].[dbo].[WebSettings]
SET [SettingValue] = 'False'
Where [SettingName] = 'HTMLResourceSanitizationEnabled'
However, that setting is no longer in dbo.WebSettings. Does that setting still exist somewhere?
Edit: I have found the 'HTMLResourceSanitizationEnabled' setting in the Advanced Configuration, but it was already set to unchecked (presumably that means 'false').
Or is there another way, Custom HTML or otherwise, to pull up a remote web page inside of an Orion dashboard.
We have 2 widgets that work to external sites, but for some reason it won't work on the other instance of Orion. Same code as above.
Note: This is an alternate to using Enterprise Operations Console, which has issues with logins that we are not happy with.