Cloud-on-k8s: Disable Kibana license UI

Created on 12 Dec 2019  路  1Comment  路  Source: elastic/cloud-on-k8s

Turn off Kibana license UI with

One tricky gotcha is that Kibana will do an 'optimize' run when changing this setting and subsequently run out of memory when configured with defaults. At the very least this slows down the time to boot up a new Kibana instance significantly and as I understand it this will be repeated on any configuration change.

  • 4G 4CPU optimize run 104.59 secs
  • 4G 2CPU optmize run 176.55 secs
  • 2G 1CPU optimize run 544.00 secs or OOM
  • 1G 100m CPU (defaults) OOM

I don't see a good way around the optimize step, stopping short of building custom images for Kibana.

Kibana issue https://github.com/elastic/kibana/issues/52709

cc @agup006

>non-issue v1.0.0

Most helpful comment

I feel like it's not worth implementing our own workaround for this, it's probably best to have this fixed in Kibana directly.
Then we could only apply the settings in Kibana versions that contain the corresponding fix.

>All comments

I feel like it's not worth implementing our own workaround for this, it's probably best to have this fixed in Kibana directly.
Then we could only apply the settings in Kibana versions that contain the corresponding fix.

Was this page helpful?
0 / 5 - 0 ratings