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
