Hello,
I am using filebeat to parse my logs to Elasticsearch and after some testing with the dissect processor on ingest pipelines, I created too many random fields by mistake as I have noticed from my index patterns on kibana. How can I remove those fields from my index pattern without the need to delete the whole index? Perhaps deleting only the documents with those fields? Also, if I rotate this index and delete it, will this also remove any old index patterns that are not anymore present ?