From 5d92694faf990c3639996ece3d69e8436ea3acdb Mon Sep 17 00:00:00 2001 From: Sarah Zinger Date: Wed, 30 Aug 2023 15:51:40 +0000 Subject: [PATCH] automated release 2.9.1 --- 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..5fb9a27f --- /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.9.1", + "updated": "2023-08-30" + }, + "dependencies": { + "grafanaDependency": ">=9.0.0", + "plugins": [] + }, + "queryOptions": { + "minInterval": true + } +}