Hi Team,
I am using the ELK stack along with Filebeat for a monitoring project. Currently, Filebeat is collecting logs from a specific directory, and the log files follow a defined naming pattern.
We also perform weekly backups. As part of a directory restructuring effort, we are planning to move the log files to a new directory while keeping everything else unchanged, including the file naming convention.
My question is: after moving the directory, Filebeat may create new indices. However, we would like to continue using the existing (old) indices since the data structure and log format will remain the same.
Can anyone please help me with this ?
Thanks.