2015-02-28 08:25:13 +01:00
|
|
|
{
|
|
|
|
|
"pluginType": "datasource",
|
|
|
|
|
"name": "Elasticsearch",
|
|
|
|
|
|
|
|
|
|
"type": "elasticsearch",
|
|
|
|
|
"serviceName": "ElasticDatasource",
|
|
|
|
|
|
2015-09-15 13:23:36 +02:00
|
|
|
"module": "app/plugins/datasource/elasticsearch/datasource",
|
2015-02-28 08:25:13 +01:00
|
|
|
|
|
|
|
|
"partials": {
|
|
|
|
|
"config": "app/plugins/datasource/elasticsearch/partials/config.html",
|
2015-02-28 10:52:25 +01:00
|
|
|
"annotations": "app/plugins/datasource/elasticsearch/partials/annotations.editor.html"
|
2015-02-28 08:25:13 +01:00
|
|
|
},
|
|
|
|
|
|
2015-09-02 15:25:40 +02:00
|
|
|
"annotations": true,
|
|
|
|
|
"metrics": true
|
2015-02-28 08:25:13 +01:00
|
|
|
}
|