# Disable/hide management plugin kibana 5

**URL:** https://discuss.elastic.co/t/disable-hide-management-plugin-kibana-5/72763
**Category:** Kibana
**Created:** [January 25, 2017, 11:32am UTC](https://discuss.elastic.co/t/disable-hide-management-plugin-kibana-5/72763 "2017-01-25T11:32:10Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![jbudz](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jbudz/32/45922_2.png) [@jbudz](https://discuss.elastic.co/u/jbudz)
#### Post date: [January 25, 2017, 7:43pm UTC](https://discuss.elastic.co/t/disable-hide-management-plugin-kibana-5/72763/2 "2017-01-25T19:43:45Z")

</div>

There isn't a way to do it currently without getting into the code, [https://github.com/elastic/kibana/issues/6545](https://github.com/elastic/kibana/issues/6545) is the issue we are tracking this with.

If you want to try this at the code level, removing the nav link [here](https://github.com/elastic/kibana/blob/d41b31db4dcae67a57024012c52d778e75ee61bc/src/core_plugins/kibana/index.js#L99-L107) and the front end code [here](https://github.com/elastic/kibana/blob/d41b31db4dcae67a57024012c52d778e75ee61bc/src/core_plugins/kibana/public/kibana.js#L14) would be a good start. Things may start breaking if you integrate this with plugins, however.

---

_[View the full topic](https://discuss.elastic.co/t/disable-hide-management-plugin-kibana-5/72763)._
