commit | 970fa343cdfe96544a28c412ff94207502901c9e | [log] [tgz] |
---|---|---|
author | thouveng <thouveng@gmail.com> | Fri Nov 25 11:34:19 2016 +0100 |
committer | GitHub <noreply@github.com> | Fri Nov 25 11:34:19 2016 +0100 |
tree | 2ec107ccc0f9c412b6a6af2d9c7fac6b63eef339 | |
parent | 8bb44a7a7713d003cc510f9a859861d7465e9d87 [diff] | |
parent | dcff1c6a5dbd0fdc86b0e518c36cb3e5f585c38a [diff] |
Merge pull request #18 from thouveng/use-new-grafana-convention Put Grafana dashboards into their own directory
diff --git a/elasticsearch/files/grafana_influxdb.json b/elasticsearch/files/grafana_dashboards/elasticsearch_influxdb.json similarity index 100% rename from elasticsearch/files/grafana_influxdb.json rename to elasticsearch/files/grafana_dashboards/elasticsearch_influxdb.json
diff --git a/elasticsearch/meta/grafana.yml b/elasticsearch/meta/grafana.yml index 301ac05..366db70 100644 --- a/elasticsearch/meta/grafana.yml +++ b/elasticsearch/meta/grafana.yml
@@ -1,4 +1,4 @@ dashboard: elasticsearch: format: json - template: elasticsearch/files/grafana_influxdb.json + template: elasticsearch/files/grafana_dashboards/elasticsearch_influxdb.json