My instance of SW is not cloud hosted nor does it have access to the internet at all.
How can I point SW to use a map from another system like Splunk?
Thank you.
I've seen a post on there once on this topic, and i've no clue how to find it, but someone's done it publicly What you'd do would basically be1. Make Classic Dash2. Make Custom HTML widget3. Find your mapping product's "Plot stuff and display a map" UI, get used to how that works
4. See if your solarwinds location data matches the format for the above somehow
4a If so, make a custom HTML element that includes a SLW self-query to produce the data to be mapped, then pipe that to the map UI, then display it 4b. if not, either make a custom property for "locationForMaps" and populate that, or write some SWQL that translates from the format stored to the format required, then put that into 4a.
These steps are quite hard, if you find yourself asking how any of these steps work and you dont have much time, push back or see if you can get support. If you've got time you'll probably want a few different research steps. Once it does work you might need to make sure it actually performs in a decent time too.
Have you tried using the Worldwide Map widget?