Skip to content
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

Index pattern management screen is stale (non-updating) after refreshing #60359

Closed
legrego opened this issue Mar 17, 2020 · 3 comments
Closed
Labels
bug Fixes for quality problems that affect the customer experience Feature:Data Views Data Views code and UI - index patterns before 8.0

Comments

@legrego
Copy link
Member

legrego commented Mar 17, 2020

Kibana version: 7.6.1

Describe the bug:
It seems that the index pattern management UI gets into a stale state after refreshing an index pattern. The grid does not automatically update with the new details of the refreshed index pattern, until the user interacts with the screen in such a way that the screen is forced to redraw.

Steps to reproduce:

  • Create a test index with a field in it
POST test-index-1/_doc
{
  "field1": "test"
}
  • Go to Kibana -> Management -> Index patterns
  • Using a dedicated browser tab, create an index pattern matching test-index-1 then hit Create and you'll see the one field in there, leave this page open without refreshing
  • Using a new/separate tab, switch back to dev console and add a new field to the index via
POST test-index-1/_doc
{
  "field2": "test"
}
  • then switch back to the Index Pattern tab and hit the Refresh Field List button at the top right
  • a modal popup is created, hit Refresh but keep your mouse away from the Refresh Field List button
  • at this point nothing will happen to the field count until you mouse over the Refresh Field List button again.
  • mouse over the Refresh Field List button again in the top right without clicking an as soon as you overlap it with the mouse cursor, the field list will refresh
@legrego legrego added bug Fixes for quality problems that affect the customer experience Team:Visualizations Visualization editors, elastic-charts and infrastructure Feature:Data Views Data Views code and UI - index patterns before 8.0 labels Mar 17, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app (Team:KibanaApp)

@timroes timroes added Team:AppArch and removed Team:Visualizations Visualization editors, elastic-charts and infrastructure labels Oct 5, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-arch (Team:AppArch)

@mattkime
Copy link
Contributor

mattkime commented Mar 1, 2021

Closing as the field cache was removed in 7.11 - #82223 Feel free to reopen if there's something I've missed.

@mattkime mattkime closed this as completed Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Data Views Data Views code and UI - index patterns before 8.0
Projects
None yet
Development

No branches or pull requests

4 participants