Skip to content

Commit

Permalink
[Enterprise Search] Add owner and description properties to kibana.js…
Browse files Browse the repository at this point in the history
…on (#101957) (#101978)

* [Enterprise Search] Add owner and description properties to kibana.json

Adds owner and description properties to kibana.json

* Reorder to match other plugins

Both others have the props at the end of the file:

https://github.com/elastic/kibana/blob/master/src/plugins/bfetch/kibana.json

Also removes redundant prefix from description

* Copy change

Co-authored-by: Constance <constancecchen@users.noreply.github.com>

Co-authored-by: Constance <constancecchen@users.noreply.github.com>

Co-authored-by: Scotty Bollinger <scotty.bollinger@elastic.co>
Co-authored-by: Constance <constancecchen@users.noreply.github.com>
  • Loading branch information
3 people committed Jun 11, 2021
1 parent 6601c72 commit 4e09002
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion x-pack/plugins/enterprise_search/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,10 @@
"optionalPlugins": ["usageCollection", "security", "home", "spaces", "cloud"],
"server": true,
"ui": true,
"requiredBundles": ["home"]
"requiredBundles": ["home"],
"owner": {
"name": "Enterprise Search",
"githubTeam": "enterprise-search-frontend"
},
"description": "Adds dashboards for discovering and managing Enterprise Search products"
}

0 comments on commit 4e09002

Please sign in to comment.