From d0fa1c2dcf342d1f3ccbf6d419f704de14b3cd2d Mon Sep 17 00:00:00 2001 From: Isabella Siu Date: Thu, 7 Nov 2024 18:39:36 +0000 Subject: [PATCH] automated release 2.21.3 --- dist/plugin.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 dist/plugin.json diff --git a/dist/plugin.json b/dist/plugin.json new file mode 100644 index 0000000..28f853a --- /dev/null +++ b/dist/plugin.json @@ -0,0 +1,41 @@ +{ + "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": "Query OpenSearch to visualize logs or metrics.", + "author": { + "name": "Grafana Labs", + "url": "https://grafana.com" + }, + "keywords": ["datasource", "elasticsearch", "opensearch", "aws", "amazon", "cloud provider", "database", "logs", "nosql", "traces"], + "logos": { + "small": "img/logo.svg", + "large": "img/logo.svg" + }, + "links": [ + { + "name": "Github", + "url": "https://github.com/grafana/opensearch-datasource" + } + ], + "screenshots": [], + "version": "2.21.3", + "updated": "2024-11-07" + }, + "dependencies": { + "grafanaDependency": ">=9.0.0", + "plugins": [] + }, + "queryOptions": { + "minInterval": true + } +}