Skip to content

Tilemap manifest loading in 5.2 blocks loading of Kibana for up to 60s when behind a firewall #10205

@magicmicah

Description

@magicmicah

Upon initial loading of Kibana, the page takes approximately one minute to load. Using dev tools, the page hangs due to trying to load this URL:

https://tiles.elastic.co/v2/manifest?my_app_version=5.2.0

We are in a firewalled environment and have no need for tilemaps service. I checked to see if there is a way to disable tilemaps but do not see one. As a workaround we modified this JS script and the initial page loads much quicker:

Modified this file: /usr/share/kibana/src/server/config/schema.js

Changed to below:
manifestServiceUrl: _joi2['default'].string()['default']('http://localhost/'),
From this:
manifestServiceUrl: _joi2['default'].string()['default']('https://tiles.elastic.co/v2/manifest'),
Apologies if there is an answer or it's listed in the documentation but I did not see it unfortunately. Thank you in advance.

Metadata

Metadata

Labels

Feature:Coordinate MapFeature:VisualizationsGeneric visualization features (in case no more specific feature label is available)PR sentWIPWork in progressbugFixes for quality problems that affect the customer experiencev5.4.0

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions