Deleting Specific Fields From an Indexe

Hi,
is there any way to delete specific fields from and index pattern?

Hello @Mohsin_Ashraf,

Kibana index pattern fetches fields from the mapping of your indices. The only exceptions are runtime fields and scripted fields, which you can delete from the index management console directly.

For every other field created from an Elasticsearch index, you will need to update your mapping and re-index the data. Then you can refresh the index pattern from the management console, this should remove the fields from the index pattern as well.

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