mirror of
https://github.com/grafana/grafana.git
synced 2026-02-03 20:49:50 -05:00
* Complete decoupling of backend - Replace usage of featuremgmt - Copy simplejson - Add standalone logic * Complete frontend decoupling - Fix imports - Copy store and reducer logic * Add required files for full decoupling * Regen cue * Prettier * Remove unneeded script * Jest fix * Add jest config * Lint * Lit * Prune suppresions
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"type": "datasource",
|
|
"name": "Elasticsearch",
|
|
"id": "elasticsearch",
|
|
"executable": "gpx_elasticsearch",
|
|
"category": "logging",
|
|
"info": {
|
|
"description": "Open source logging & analytics database",
|
|
"author": {
|
|
"name": "Grafana Labs",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"keywords": ["elasticsearch", "datasource", "database", "logs", "nosql", "traces"],
|
|
"logos": {
|
|
"small": "img/elasticsearch.svg",
|
|
"large": "img/elasticsearch.svg"
|
|
},
|
|
"links": [
|
|
{
|
|
"name": "Learn more",
|
|
"url": "https://grafana.com/docs/features/datasources/elasticsearch/"
|
|
},
|
|
{
|
|
"name": "Raise issue",
|
|
"url": "https://github.com/grafana/grafana/issues/new"
|
|
},
|
|
{
|
|
"name": "Documentation",
|
|
"url": "https://grafana.com/docs/grafana/latest/datasources/elasticsearch/"
|
|
}
|
|
],
|
|
"version": "%VERSION%"
|
|
},
|
|
"alerting": true,
|
|
"annotations": true,
|
|
"metrics": true,
|
|
"logs": true,
|
|
"backend": true,
|
|
"queryOptions": {
|
|
"minInterval": true
|
|
},
|
|
"dependencies": {
|
|
"grafanaDependency": ">=11.6.0",
|
|
"plugins": []
|
|
}
|
|
}
|