Turn off Kibana license UI with
xpack.license_management.enabled: false for 7.xlicense_management.enabled: false for 6.xOne 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.
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
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.
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.