From 39fab84b9f61c7c45745d650618abdf95ee74c4c Mon Sep 17 00:00:00 2001 From: Kevin Yu Date: Fri, 31 May 2024 17:10:08 +0000 Subject: [PATCH] automated release 2.15.4 --- 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 00000000..e6f8fe5d --- /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": ["elasticsearch", "opensearch", "aws", "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.15.4", + "updated": "2024-05-31" + }, + "dependencies": { + "grafanaDependency": ">=9.0.0", + "plugins": [] + }, + "queryOptions": { + "minInterval": true + } +}