jakubplichta / grafana-dashboard-builder

Generate Grafana dashboards with YAML
Apache License 2.0
147 stars 42 forks source link

config and connection to grafana #65

Closed athingisathing closed 8 years ago

athingisathing commented 8 years ago

I would like to see an example of how to connect to my grafana instance.

can you please add an example config.yaml to the project and readme.

jakubplichta commented 8 years ago

@athingisathing I'm on it. Sorry I haven't done it in the first place.

athingisathing commented 8 years ago

THANKS!

I tried honestly :)

Also does this neeeeedd ES running?

On Wed, Dec 16, 2015 at 12:48 PM, Jakub Plichta notifications@github.com wrote:

@athingisathing https://github.com/athingisathing I'm on it. Sorry I haven't done it in the first place.

— Reply to this email directly or view it on GitHub https://github.com/jakubplichta/grafana-dashboard-builder/issues/65#issuecomment-165234553 .

jakubplichta commented 8 years ago

Unfortunately only ES based store is currently supported as Grafana 1.x didn't have any reasonable API.

It shouldn't be that hard to add support for 2.x API. Please create feature request for it and hopefully I'll get it done soon ;)

jakubplichta commented 8 years ago

@athingisathing FYI I just implemented support for Grafana API #80 and released it as 0.1.0a13 . Feel free to test it.