A coworker of mine brought up that we may want to look into reindexing Elasticsearch data on a regular basis due to items being deleted or whatever the case (daily or weekly), but I am not sure that is the best way to handle Elastic Stack. From what I have found, it seems like I should only be reindexing data when I want to put the data into a new index, like from "logstash" index to"windowsevents" index to have that index only contain Windows events for example, and when upgrading to major versions.
Do you have any thoughts on this?
Thanks in advance.