simon17
January 31, 2019, 1:36am
#1
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?
simon17
January 31, 2019, 3:26am
#2
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
system
(system)
closed
February 28, 2019, 8:23pm
#4
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.