Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Will this work with Influx DS timeseries? #85

Closed
MrDibbley opened this issue May 17, 2019 · 6 comments
Closed

Will this work with Influx DS timeseries? #85

MrDibbley opened this issue May 17, 2019 · 6 comments

Comments

@MrDibbley
Copy link

All of our network data is stored in a influx db, so wondered if this panel will still work with this datasource?

@ladvocat
Copy link

I would like to know if it can be used with Influxdb too. And how? :)
Thanks!

@sreemukha
Copy link
Contributor

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

@MrDibbley
Copy link
Author

Thanks for the update, but im still unclear how i would map my object to your json?

heres a sample from our influx output:

image

would i need the ifAlias name to match something in the panel json for it to work?

Thanks again

@ladvocat
Copy link

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.

Screenshot from 2019-06-27 10-51-11
Screenshot from 2019-06-27 10-53-40

@sreemukha
Copy link
Contributor

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!

@MrDibbley
Copy link
Author

Bingo thanks guys for the nudge :)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants