-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[maps] fix EMS vector file manifest is loaded in Discover #189550
Conversation
/ci |
Pinging @elastic/kibana-presentation (Team:Presentation) |
@elasticmachine merge upstream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code review. this is a nice cleanup with low impact on users imho, thx for adding.
@elasticmachine merge upstream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! thanks for fixing this.
code review and tested field statistics in Discover and getSuggestions in Lens with and without access to EMS.
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
Page load bundle
Unknown metric groupsasync chunk count
ESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: |
…astic#189550)" This reverts commit 5267f4a.
…189984) Around the time #189550 merged, there was a drop in dashboard loading times without maps. Reverting PR to see if there is a corresponding time increase to test if this fix resulted in the performance gain. Revert is temeratory and fixes will be re-instated once performance tests are complete. Co-authored-by: Elastic Machine <[email protected]>
Closes #157429
Choropleth lens chart
registerVisualization
is called during Discover page load. This PR removes loading of EMS files fromregisterVisualization
to avoid loading EMS files on Discover page load.There is a trade off since EMS files are needed in synchronous functions such as
getSuggestions
. Before EMS files are loaded, getSuggestions will return no suggestions.Test instructions
vector.maps.elastic.co
geo.src
field from sample web logs into the center. Verify region map suggestion is displayed. Click it. Verify you can edit region key field.