diff --git a/CHANGELOG.md b/CHANGELOG.md index 97a7b58..47c82e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,3 +4,9 @@ - Initial release based on Grafana 7.3.6. - Includes Redis Enterprise Data Source. +- Includes predefined dashboards + - Enterprise Clusters + - Cluster Overview + - Cluster Nodes + - Cluster Databases +- Allows to add Redis Data Source for cluster databases diff --git a/README.md b/README.md index 86412a3..4ea4c5e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The Redis Explorer, is a plug-in for Grafana that allows users to connect to Red ### What Grafana version is supported? -Only Grafana 7.0 and later with a new plug-in platform supported. +Only Grafana 7.1 and later with a new plug-in platform supported. ### Does this application require anything special configured on the Redis Enterprise? diff --git a/src/dashboards/redis-explorer.json b/src/dashboards/redis-explorer.json index 3c55f8f..c9f1efa 100644 --- a/src/dashboards/redis-explorer.json +++ b/src/dashboards/redis-explorer.json @@ -17,7 +17,7 @@ "type": "datasource", "id": "redis-enterprise-software-datasource", "name": "Redis Enterprise Software", - "version": "%VERSION%" + "version": "1.0.0" }, { "type": "panel", @@ -43,7 +43,7 @@ "gnetId": null, "graphTooltip": 0, "id": null, - "iteration": 1611804296337, + "iteration": 1612330002228, "links": [], "panels": [ { @@ -690,5 +690,5 @@ "timezone": "", "title": "Enterprise Clusters", "uid": "1dKhTjtGk", - "version": 4 + "version": 1 } diff --git a/src/redis-enterprise-software-datasource/plugin.json b/src/redis-enterprise-software-datasource/plugin.json index d9f9e48..a1204e7 100644 --- a/src/redis-enterprise-software-datasource/plugin.json +++ b/src/redis-enterprise-software-datasource/plugin.json @@ -10,10 +10,7 @@ "logos": { "large": "img/logo.svg", "small": "img/logo.svg" - }, - "screenshots": [], - "updated": "%TODAY%", - "version": "%VERSION%" + } }, "logs": true, "metrics": true,