#Purging old cluster data
1 messages · Page 1 of 1 (latest)
Cancel... It took the weekend to purge, I thought the process was instantaneous.
Now trying to get a dashboard to be embedded in SolarWinds. Anyone do something like that before?
hi @normal notch I've not heard of anyone else doing that in SolarWinds. How does SolarWinds support embedding? Does it support Grafana directly or HTML embeds?
Did you also do the “force_merge” api call ?
Ah yes it’s normal. The call returns immediately and cleanup is done asynchronously.
It is html embeds, but it requires signing, and Grafana requires embedding. I was able to get a dashboard from a standalone Grafana instance by setting an AD cert, allowing embedding and then forcing the Grafana instance to '1', and forcing the instance 'name' in a couple of places. I am probably mis-stating the verbs, but I wasn't able to do it in NABox yet. However, I am able to use a playlist in NABox. Fun, fun...
gotcha - yeah, I was gonna say, you could try updating your grafana with
[security]
allow_embedding = true
but sounds like you've already walked down that path
FYI, we have wallboards run by Solarwinds; They allow creation of 'playlists' using embedded pages from other web servers, such as Grafana. Trying to integrate the two... I'll get to the options I used from my local Grafana on PGSQL and let you know later, and of course, if I can get NABox playlists or dashboards to work with Solarwinds
Here are the changes I made or ensured were there to be able to share this copy of Grafana in the .ini:
[server]
protocol = https
cert_file = xxx
cert_key = yyy
[users]
auto_assign_org = true
auto_assign_org_id = 1
login_default_rg_id = 1
[auth_anonymous]
enabled = true
org_name = ORG_NAME (As entered in GUI)