forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more information on kibana.json properties, update example plugins (
elastic#107600) * Add more information on kibana.json properties, update example plugin kibana.jsons * fix auto save fix * Update anatomy_of_a_plugin.mdx * Update anatomy_of_a_plugin.mdx * update based on review comments * Update anatomy_of_a_plugin.mdx * Put kibanaVersion back and adjust the explanations of the fields Co-authored-by: Kibana Machine <[email protected]>
- Loading branch information
1 parent
dcd628b
commit b9f3988
Showing
17 changed files
with
132 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,21 @@ | ||
{ | ||
"id": "dashboardEmbeddableExamples", | ||
"version": "0.0.1", | ||
"kibanaVersion": "kibana", | ||
"version": "0.0.1", | ||
"server": false, | ||
"ui": true, | ||
"requiredPlugins": ["embeddable", "embeddableExamples", "dashboard", "developerExamples", "kibanaReact"], | ||
"requiredPlugins": [ | ||
"embeddable", | ||
"embeddableExamples", | ||
"dashboard", | ||
"developerExamples", | ||
"kibanaReact" | ||
], | ||
"owner": { | ||
"name": "Presentation", | ||
"githubTeam": "kibana-presentation" | ||
}, | ||
"description": "Example app that shows how to embed a dashboard in an application", | ||
"optionalPlugins": [], | ||
"requiredBundles": ["esUiShared"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
{ | ||
"id": "developerExamples", | ||
"version": "0.0.1", | ||
"kibanaVersion": "kibana", | ||
"server": false, | ||
"ui": true, | ||
"requiredPlugins": [], | ||
"optionalPlugins": [] | ||
"version": "0.0.1", | ||
"ui": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,23 @@ | ||
{ | ||
"id": "embeddableExplorer", | ||
"version": "0.0.1", | ||
"kibanaVersion": "kibana", | ||
"version": "0.0.1", | ||
"server": false, | ||
"ui": true, | ||
"requiredPlugins": ["uiActions", "inspector", "embeddable", "embeddableExamples", "developerExamples", "dashboard", "kibanaReact", "savedObjects"], | ||
"owner": { | ||
"name": "App Services", | ||
"githubTeam": "kibana-app-services" | ||
}, | ||
"description": "Example app that relies on registered functionality in the embeddable_examples plugin", | ||
"requiredPlugins": [ | ||
"uiActions", | ||
"inspector", | ||
"embeddable", | ||
"embeddableExamples", | ||
"developerExamples", | ||
"dashboard", | ||
"kibanaReact", | ||
"savedObjects" | ||
], | ||
"optionalPlugins": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
{ | ||
"id": "locatorExamples", | ||
"version": "0.0.1", | ||
"kibanaVersion": "kibana", | ||
"version": "0.0.1", | ||
"server": false, | ||
"ui": true, | ||
"owner": { | ||
"name": "App Services", | ||
"githubTeam": "kibana-app-services" | ||
}, | ||
"description": "Example app that registers custom URL locators", | ||
"requiredPlugins": ["share"], | ||
"optionalPlugins": [], | ||
"extraPublicDirs": [ | ||
"public/locator" | ||
] | ||
"extraPublicDirs": ["public/locator"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
{ | ||
"id": "locatorExplorer", | ||
"version": "0.0.1", | ||
"kibanaVersion": "kibana", | ||
"version": "0.0.1", | ||
"server": false, | ||
"ui": true, | ||
"owner": { | ||
"name": "App Services", | ||
"githubTeam": "kibana-app-services" | ||
}, | ||
"description": "Example app that shows how to use custom URL locators", | ||
"requiredPlugins": ["share", "locatorExamples", "developerExamples"], | ||
"optionalPlugins": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
{ | ||
"id": "routingExample", | ||
"version": "0.0.1", | ||
"kibanaVersion": "kibana", | ||
"version": "0.0.1", | ||
"server": true, | ||
"ui": true, | ||
"owner": { | ||
"name": "Core", | ||
"githubTeam": "kibana-core" | ||
}, | ||
"description": "A simple example of how to use core's routing services", | ||
"requiredPlugins": ["developerExamples"], | ||
"optionalPlugins": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
{ | ||
"id": "screenshotModeExample", | ||
"version": "1.0.0", | ||
"kibanaVersion": "kibana", | ||
"version": "1.0.0", | ||
"server": true, | ||
"ui": true, | ||
"owner": { | ||
"name": "App Services", | ||
"githubTeam": "kibana-app-services" | ||
}, | ||
"description": "Example plugin of how to use screenshotMode plugin services", | ||
"requiredPlugins": ["navigation", "screenshotMode", "usageCollection", "developerExamples"], | ||
"optionalPlugins": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters