Visualizations request wrongly default index pattern on dashboard #105182
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Dashboard
Dashboard related features
impact:high
Addressing this issue will have a high level of impact on the quality/strength of our product.
loe:needs-research
This issue requires some research before it can be worked on or estimated
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
When having a dashboard with just one TSVB visualization at it that's not using the default index pattern, TSVB will still send out a request to load the fields of the default index pattern:
In this screenshot the default index pattern is
ecommerce
but the vis useslogs
, but as you can see we still request fields for both. The filters dialog will btw show correctly only fields fromlogs
.This happens no matter whether the vis uses string mode or index pattern mode.
That additional request can cause annoying permission errors, in case the users of the dashboard don't have permissions to the default index pattern, see also https://discuss.elastic.co/t/privilege-issue-opening-dashboard-always-requests-the-default-index-pattern/278274
The text was updated successfully, but these errors were encountered: