How to disable Visual Builder in Kibana?

Hi Kibana community,

How can I disable Visual Builder in Kibana 5.6.5? It is bringing down Elasticsearch (probably due to large amount of data) and we want to temporarily disable it while we investigate the root cause.

Thank you for your help in advance!

-Michal

metrics.enabled: false in the kibana yaml should work

It worked! Thank you Peter!