mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
19 lines
455 B
JSON
19 lines
455 B
JSON
{
|
|
"pluginType": "datasource",
|
|
"name": "Elasticsearch",
|
|
|
|
"type": "elasticsearch",
|
|
"serviceName": "ElasticDatasource",
|
|
|
|
"module": "app/plugins/datasource/elasticsearch/datasource",
|
|
|
|
"partials": {
|
|
"config": "app/plugins/datasource/elasticsearch/partials/config.html",
|
|
"annotations": "app/plugins/datasource/elasticsearch/partials/annotations.editor.html"
|
|
},
|
|
|
|
"defaultMatchFormat": "lucene",
|
|
"annotations": true,
|
|
"metrics": true
|
|
}
|