kibana/examples/demo_search/kibana.json
Stacey Gammon 79fc07c0c3
Add top level examples folder and command to run, --run-examples. (#52027)
* Add top level examples folder and command to run, `--run-examples`.

* Add comment explaining reason --run-examples flag turns off base path.
2019-12-10 18:02:03 -05:00

10 lines
197 B
JSON

{
"id": "demoSearch",
"version": "0.0.1",
"kibanaVersion": "kibana",
"configPath": ["demo_search"],
"server": true,
"ui": true,
"requiredPlugins": ["data"],
"optionalPlugins": []
}