# 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:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![oranciog](https://avatars.discourse-cdn.com/v4/letter/o/e19b73/32.png) [@oranciog](https://discuss.elastic.co/u/oranciog)
#### Post date: [January 25, 2017, 11:32am UTC](https://discuss.elastic.co/t/disable-hide-management-plugin-kibana-5/72763/1 "2017-01-25T11:32:10Z")

</div>

Hello!

I want to disable/hide the management plugin from kibana 5.  
In Kibana 4, there was a variable from yml file called 'bundled\_plugin\_ids' that allowed to disable some plugins. But in kibana 5, I don't see any such config.

So my question is there any configuration/piece of code that I can modify to do this in Kibana 5?

Thank you,

---

<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.

---

<div class="post-metadata">

### Author: ![oranciog](https://avatars.discourse-cdn.com/v4/letter/o/e19b73/32.png) [@oranciog](https://discuss.elastic.co/u/oranciog)
#### Post date: [January 26, 2017, 10:20am UTC](https://discuss.elastic.co/t/disable-hide-management-plugin-kibana-5/72763/3 "2017-01-26T10:20:59Z")

</div>

Thank you very much for your information. I'll keep an eye on that issue.

As for now, I will modify the navigation links.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [February 23, 2017, 10:21am UTC](https://discuss.elastic.co/t/disable-hide-management-plugin-kibana-5/72763/4 "2017-02-23T10:21:16Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
