Kibana 7.11 - index-pattern export not showing any fields

Viewed 353

I have created an index-patter in kibana (7.11) in the UI and i can see all the fields configured correctly. But when i go to Saved objects and export it, it doesn't contain any fields

{"attributes":{"fieldAttrs":"{}","fields":"[]"...

Is there something i am missing here?

I have another index-pattern created by journalbeat which exports correctly with all the configured fields.

Thanks

1 Answers

I have faced the same issue. Starting Kibana 7.11, index patterns as saved object contain no more field detail. The list of field is prepared on load.

Elastic added a changelog entry here finally:

In index pattern management - Refresh button removed as index pattern field lists are refreshed when index patterns are loaded, such as on page load or when moving between kibana apps

Related