Install grafana without elasticseach

这一生的挚爱 提交于 2019-12-25 06:55:23

问题


I’m trying to install grafana to work with OpenTSDB datasource. I’d like to know, what should I do to install it without elasticsearch?


回答1:


I'm using grafana with Influxdb and I'm not using elasticsearch.




回答2:


Grafana 2 is out in beta and I've been using that in production for a while. Grafana 2 now has its own data store, which either uses MySQL or SQLite. But you can always use Elasticsearch as well. You can read more about it here

Update: Stable version of Grafana 2 is now out, and it just works.




回答3:


Grafana is a frontend, you will need some kind of database to store values and configuration in. I just grabbed the .tar.gz file from grafana's downloads page, created a config.js and pointed it at my influxdb server. No elasticsearch here, either.




回答4:


You might want to take a look at gofana which will allow you to run Grafana without Elasticsearch. It's a self-contained binary that allows you to store dashboards on the filesystem and not in Elasticsearch or InfluxDB. It also supports HTTPS and basic authentication.

Note: I'm the author of gofana.



来源:https://stackoverflow.com/questions/26913267/install-grafana-without-elasticseach

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!