Closed MrDibbley closed 5 years ago
I would like to know if it can be used with Influxdb too. And how? :) Thanks!
Hi,
This panel should work with any time series database. The key here is that the map source JSON object endpoint names should match the target names returned by your DB. Please refer the documentation for more details.
Thanks, Sree
Thanks for the update, but im still unclear how i would map my object to your json?
heres a sample from our influx output:
would i need the ifAlias name to match something in the panel json for it to work?
Thanks again
Hi @MrDibbley
I could make it work like this. The "name" variable at the json config must match the "Alias by" at the query section.
Hi @MrDibbley
The plugin matches the endpoint names from the map source to the target names returned by your data source. As long as they match, you should see data on the map. As @ladvocat pointed it out, you may need to use the aliasing option in your data source to match it to the endpoint name.
Thanks, @ladvocat for the response.
Hope this helps!
Bingo thanks guys for the nudge :)
All of our network data is stored in a influx db, so wondered if this panel will still work with this datasource?