plugin.json 455 B

123456789101112131415161718
  1. {
  2. "pluginType": "datasource",
  3. "name": "Elasticsearch",
  4. "type": "elasticsearch",
  5. "serviceName": "ElasticDatasource",
  6. "module": "app/plugins/datasource/elasticsearch/datasource",
  7. "partials": {
  8. "config": "app/plugins/datasource/elasticsearch/partials/config.html",
  9. "annotations": "app/plugins/datasource/elasticsearch/partials/annotations.editor.html"
  10. },
  11. "defaultMatchFormat": "lucene",
  12. "annotations": true,
  13. "metrics": true
  14. }