Empty "create data view" and welcome screen broken when ent search is enabled #127787
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Data Views
Data Views code and UI - index patterns before 8.0
impact:medium
Addressing this issue will have a medium level of impact on the quality/strength of our product.
loe:small
Small Level of Effort
v8.0.0
Kibana version: 8.0.x, partially 8.1.0
Describe the bug:
Welcome screen and "Create data view" empty state don't work because of
logs-enterprise_search.api-default
that is created by default with enterprise searchBecause #82851 is fixed in 8.1, the existing workaround with FLEET_ASSETS_TO_IGNORE no longer needed for welcome screen. This makes welcome screen only broken in 8.0.x, but working in 8.1.0.
However
logs-enterprise_search.api-default
slightly breaks the empty state of "create data view" screen where it says, that "you have data, now create data view" instead of "you don't have any data".Short term we want to add
logs-enterprise_search.api-default
to existing ignore listkibana/src/plugins/data_views/server/has_user_index_pattern.ts
Lines 18 to 62 in 6627bd8
Longer term we should come up with a strategy of handling empty states.
Originally found in #110367 (comment)
The text was updated successfully, but these errors were encountered: