Hi,
I am trying to build kibana 7.14.0 from source and would like to have only standard features (without the X-Pack feature). But somehow, I am to able to run
yarn kbn bootstrap --oss, however yarn build --skip-os-packages --oss not possible as --oss is being removed.
X-pack aways being built... how can I build without X-pack?
Thank you so much!
Hi @salamani, according to Kibana build from source always include xpack x-pack will be built, but it won't be included in the target. Could you please try this out and verify this addresses your concerns? Thanks!
@cjcenizal Thank you for your reply.
Kibana build from source always include xpack didn't help.
With PR [build] Remove OSS builds by jbudz · Pull Request #103685 · elastic/kibana · GitHub looks like --oss option is removed.
Thanks!
Any input on this will be very helpful.
Thanks!