Skip to content

Commit

Permalink
automated release 2.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iwysiu committed Nov 7, 2024
1 parent a37d1a1 commit d0fa1c2
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions dist/plugin.json
Original file line number Diff line number Diff line change
@@ -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
}
}

0 comments on commit d0fa1c2

Please sign in to comment.