Hi there. I have clone 6.0 repo, change kibana.yml elasticsearch url, start it and all working fine. But then i generate plugin with sao kibana-plugin and when i try to "npm start" from plugin dir it gives me an error "UI Settings requires the elasticsearch plugin" http://prntscr.com/kb6wbw How can i fix this?
Solved: pass --uiSettings.enabled false arg to npm start.