# Kibana 6.7.2 structure

**URL:** https://discuss.elastic.co/t/kibana-6-7-2-structure/226639
**Category:** Kibana
**Created:** [April 6, 2020, 7:33am UTC](https://discuss.elastic.co/t/kibana-6-7-2-structure/226639 "2020-04-06T07:33:26Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Uliana](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/uliana/32/65718_2.png) [@Uliana](https://discuss.elastic.co/u/Uliana)
#### Post date: [April 6, 2020, 7:33am UTC](https://discuss.elastic.co/t/kibana-6-7-2-structure/226639/1 "2020-04-06T07:33:27Z")

</div>

Hello,

i'm trying to remove tabs from Kibana interface. Remove all ones except Discover (such as Visualize, Dashboard and others on the left menu). I found a place from which I deleted about 5 tabs, but the rest are not amenable to me.  
I just found  
`import { maps } from './legacy/plugins/maps';`  
and deleted it and using maps in code below.  
Is it right way to deleting all tabs and where I can delete "Dashboard"?

Thank you

---

<div class="post-metadata">

### Author: ![Aaron\_Caldwell](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/aaron_caldwell/32/45755_2.png) [@Aaron\_Caldwell](https://discuss.elastic.co/u/Aaron_Caldwell)
#### Post date: [April 8, 2020, 11:17pm UTC](https://discuss.elastic.co/t/kibana-6-7-2-structure/226639/2 "2020-04-08T23:17:49Z")

</div>

Hello,

If it's possible for you to upgrade to at least 7.2, it sounds like you want [feature controls](https://www.elastic.co/blog/introducing-kibana-feature-controls-curating-and-securing-feature-access). If upgrading isn't an option, most plugins can be disabled using the syntax: `<x-pack (if it's x-pack)>.<app name>.enabled: false` in your `kibana.yml` config file. Using maps as an example, it would `xpack.maps.enabled: false`.

See if one of these solutions works for you. I can't guarantee that modifying the code as you've done will still allow the app to work as you intend.

Regards,  
Aaron

---

<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: [May 6, 2020, 11:17pm UTC](https://discuss.elastic.co/t/kibana-6-7-2-structure/226639/3 "2020-05-06T23:17:59Z")

</div>

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