"Create Index Pattern" page hang when there are too many indices/shards #45169
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Data Views
Data Views code and UI - index patterns before 8.0
Kibana version:
6.4.3 - 7.4
Describe the bug:
User has 3 node cluster with 3500 indicies and 11k shards. Clicking 'Create Pattern' in the index pattern management page hangs for over a minute while all the index data is queried.
The query -
Expected behavior:
Responsive user interface
The current user interfaces ensures the user provides an index pattern that matches an index. Its acting as a gatekeeper and if the gatekeeper isn't working nothing passes. Perhaps we could modify the user interface so that its more passive and allows the user to enter and create index patterns independent of the index pattern list in the browser. I think we'd still need to verify that an index exists but we could do that after the user clicks in 'Next Step'. This would function but be slow, likely an acceptable compromise.
The text was updated successfully, but these errors were encountered: