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.