I want to develop some kibana plugin for testing. My target elasticsearch is the oss version (without xpack).
When I follow the instruction on kbn-plugin-generator(https://github.com/elastic/kibana/tree/v6.6.0/packages/kbn-plugin-generator), it did generated a plugin. But when I start it, it loaded a kibana with xpack which is not compatible with the elasticsearch-oss version.
Is there a way to load Kibana without xpack from Github repo?