From 8203134a9694f5ec21a125514c406bd6d8ec5089 Mon Sep 17 00:00:00 2001 From: David Harris Date: Mon, 26 Feb 2024 22:35:41 +0000 Subject: [PATCH] chore: adds basic description and link to github --- src/plugin.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/plugin.json b/src/plugin.json index 035cfcf7..17f1a092 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -11,7 +11,7 @@ "executable": "gpx_opensearch-datasource", "info": { - "description": "", + "description": "Query OpenSearch to visualize logs or metrics.", "author": { "name": "Grafana Labs", "url": "https://grafana.com" @@ -21,7 +21,12 @@ "small": "img/logo.svg", "large": "img/logo.svg" }, - "links": [], + "links": [ + { + "name": "Github", + "url": "https://github.com/grafana/opensearch-datasource" + } + ], "screenshots": [], "version": "%VERSION%", "updated": "%TODAY%"