-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Team:GeoFormer Team Label for Geo Team. Now use Team:PresentationFormer Team Label for Geo Team. Now use Team:PresentationbugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experiencechorev7.11.0v8.0.0
Description
Kibana version:
7.x, master
Describe the bug:
Kibana Maps performs a license check by subscribing to the license$ observable on plugin-start.
| licensingPluginStart.license$.subscribe((license: ILicense) => { |
There are no guarantees in the order these are fired. Subtle edge-case bugs may arise on Kibana startup, where up2date license info is not available.
A similar fix was made on the server-side #84806. This should be fixed on the client-side code of the Maps-plugin as well.
cc @nickpeihl @jsanz this is likely affecting some of the oddities we're seeing in on-prem EMS deployments.
Metadata
Metadata
Assignees
Labels
Team:GeoFormer Team Label for Geo Team. Now use Team:PresentationFormer Team Label for Geo Team. Now use Team:PresentationbugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experiencechorev7.11.0v8.0.0