kibana/examples/hello_world/kibana.json

13 lines
295 B
JSON
Raw Normal View History

{
"id": "helloWorld",
"version": "1.0.0",
"kibanaVersion": "kibana",
"ui": true,
"owner": {
"name": "Kibana core",
"githubTeam": "kibana-core"
},
"description": "A plugin which registers a very simple hello world application.",
"requiredPlugins": ["developerExamples"]
}