-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Data plugin] Wrong caching for Index pattern fields #84666
Comments
Pinging @elastic/kibana-app-services (Team:AppServices) |
I took a look but I'm having trouble reproducing the problem. As best I can tell any changes made in the index pattern saved object are reflected after saving in index pattern management and navigating to TSVB |
@mattkime I have the same problem. I change the label of a field and when I am trying to use it on TSVB I can't see the label. If I restart the server everything works fine |
* [Data plugin] Wrong caching for Index pattern fields Closes: #84666 * remove can update index_pattern fields test * fix tests Co-authored-by: Kibana Machine <[email protected]>
* [Data plugin] Wrong caching for Index pattern fields Closes: elastic#84666 * remove can update index_pattern fields test * fix tests Co-authored-by: Kibana Machine <[email protected]> # Conflicts: # src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts
* [Data plugin] Wrong caching for Index pattern fields Closes: elastic#84666 * remove can update index_pattern fields test * fix tests Co-authored-by: Kibana Machine <[email protected]> # Conflicts: # src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts
* [Data plugin] Wrong caching for Index pattern fields Closes: #84666 * remove can update index_pattern fields test * fix tests Co-authored-by: Kibana Machine <[email protected]> # Conflicts: # src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts
* [Data plugin] Wrong caching for Index pattern fields Closes: #84666 * remove can update index_pattern fields test * fix tests Co-authored-by: Kibana Machine <[email protected]> # Conflicts: # src/plugins/data/common/index_patterns/index_patterns/index_patterns.ts
Kibana version:
master
Describe the bug:
While working on #84336 I encountered strange caching of the pattern index fields on the server side of Kibana.
To reproduce this issue please checkout #84612
Steps to reproduce:
Install some of Sample Data
Go to Stack Management -> Index patterns -> your index (e.g. kibana_sample_data_ecommerce)
Set custom label for some field (e.g. order_date -> 'custom label (order date)')
After saving go to TSVB and try to select somewhere field from step 3
Expected behavior:
I expect to see
custom label (order date)
To be sure this isn't a UI issue, let's reload the entire page and open
Now let's restart Kibana server. Custom label was applied
The text was updated successfully, but these errors were encountered: