# Disabling unwanted tabs/plugins in Kibana 6.8.3

**URL:** https://discuss.elastic.co/t/disabling-unwanted-tabs-plugins-in-kibana-6-8-3/208182
**Category:** Kibana
**Created:** [November 16, 2019, 8:38pm UTC](https://discuss.elastic.co/t/disabling-unwanted-tabs-plugins-in-kibana-6-8-3/208182 "2019-11-16T20:38:04Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Mohit\_Kunjir](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/mohit_kunjir/32/56602_2.png) [@Mohit\_Kunjir](https://discuss.elastic.co/u/Mohit_Kunjir)
#### Post date: [November 16, 2019, 8:38pm UTC](https://discuss.elastic.co/t/disabling-unwanted-tabs-plugins-in-kibana-6-8-3/208182/1 "2019-11-16T20:38:04Z")

</div>

Hello,  
I am currently using Kibana version 6.8.3. There are few unwanted tabs/plugins that I don't want to be shown on the side menu. Is there any method to turn them off.

The official docs say to execute the following command:

`./bin/kibana --<plugin ID>.enabled=false`

You can find a plugin’s plugin ID as the value of the `name` property in the plugin’s `package.json` file.

I could not find the plugin's package.json file.  
Please help.

---

<div class="post-metadata">

### Author: ![Mohit\_Kunjir](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/mohit_kunjir/32/56602_2.png) [@Mohit\_Kunjir](https://discuss.elastic.co/u/Mohit_Kunjir)
#### Post date: [November 18, 2019, 6:54am UTC](https://discuss.elastic.co/t/disabling-unwanted-tabs-plugins-in-kibana-6-8-3/208182/2 "2019-11-18T06:54:38Z")

</div>

**SOLUTION**  
add the following lines in your `kibana.yml` file to disable the corresponding plugins:

> xpack.monitoring.ui.enabled: false  
> xpack.graph.enabled: false  
> xpack.infra.enabled: false  
> xpack.canvas.enabled: false  
> xpack.ml.enabled: false  
> xpack.uptime.enabled: false  
> xpack.maps.enabled: false  
> xpack.apm.enabled: false  
> timelion.enabled: false

---

<div class="post-metadata">

### Author: ![Marius\_Dragomir](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/marius_dragomir/32/42087_2.png) [@Marius\_Dragomir](https://discuss.elastic.co/u/Marius_Dragomir)
#### Post date: [November 18, 2019, 9:30pm UTC](https://discuss.elastic.co/t/disabling-unwanted-tabs-plugins-in-kibana-6-8-3/208182/3 "2019-11-18T21:30:52Z")

</div>

For newer versions of Kibana you don't need the xpack prefix for the settings.

---

<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: [December 16, 2019, 9:31pm UTC](https://discuss.elastic.co/t/disabling-unwanted-tabs-plugins-in-kibana-6-8-3/208182/4 "2019-12-16T21:31:09Z")

</div>

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