Unknown Fields in Index Patterns

We have removed documents from our index containing certain fields. These fields are no longer present in any remaining document. After refreshing and even deleting and recreating the index pattern in Kibana these field still shows up in the list of fields.
Is the information cached somewhere? Is ES the problem?
Thanks in advance.

I think you need to refresh Kibana

The documents with those fields may be gone, but the fields probably still exist in your index mappings. Fields can't be deleted from an existing mapping, so you'll need to either delete and recreate your index or reindex.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.