From 67aa078202415f802bda96ff27fa1cc6e1c2072a Mon Sep 17 00:00:00 2001 From: Sven Grossmann Date: Fri, 3 Mar 2023 10:41:05 +0000 Subject: [PATCH] automated release 2.1.0 --- dist/plugin.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 dist/plugin.json diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 00000000..d261403d --- /dev/null +++ b/dist/plugin.json @@ -0,0 +1,36 @@ +{ + "type": "datasource", + "name": "OpenSearch", + "id": "grafana-opensearch-datasource", + "category": "logging", + "alerting": true, + "annotations": true, + "metrics": true, + "logs": true, + "backend": true, + + "executable": "gpx_opensearch-datasource", + "info": { + "description": "", + "author": { + "name": "Grafana Labs", + "url": "https://grafana.com" + }, + "keywords": ["elasticsearch", "opensearch"], + "logos": { + "small": "img/logo.svg", + "large": "img/logo.svg" + }, + "links": [], + "screenshots": [], + "version": "2.1.0", + "updated": "2023-03-03" + }, + "dependencies": { + "grafanaDependency": ">=9.0.0", + "plugins": [] + }, + "queryOptions": { + "minInterval": true + } +}