Disable pluginsedit

Use the following command to disable a plugin:

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

Disabling or enabling a plugin will result in an "optimize" run which will delay the start of Kibana.

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