Skip to content

Commit

Permalink
[Discover] Update kibana.json adding owner and description (#102292) (#…
Browse files Browse the repository at this point in the history
…102659)

Co-authored-by: Matthias Wilhelm <matthias.wilhelm@elastic.co>
  • Loading branch information
kibanamachine and kertal authored Jun 18, 2021
1 parent b724ea2 commit b4cd270
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/plugins/discover/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,10 @@
"indexPatternFieldEditor"
],
"optionalPlugins": ["home", "share", "usageCollection"],
"requiredBundles": ["kibanaUtils", "home", "kibanaReact"]
"requiredBundles": ["kibanaUtils", "home", "kibanaReact"],
"owner": {
"name": "Kibana App",
"githubTeam": "kibana-app"
},
"description": "This plugin contains the Discover application and the saved search embeddable."
}

0 comments on commit b4cd270

Please sign in to comment.