Writing Kibana plugin without xpack, is it possible?

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?

OH solved with yarn start --oss !

1 Like

Sorry about the confusion there. In case it's useful for anyone else landing here, that part is covered in the contributing guide here: https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#running-kibana-in-open-source-mode

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.