Hello,
I am running ELK stack on an azure kubernetes cluster. Furthermore, I have filebeat and metricbeat running as daemonsets as well.
Now, we are trying to deploy ECK (and get rid of the old ES cluster) and I am looking for the best option to migrate the filebeat and metricbeat indices without losing data to the new ECK. I was thinking of pausing the daemonsets, reindex the existing indices to the new cluster, point filebeat/metricbeat to the new ES host and finally resume the ds.
However, it seems pausing the ds is not supported.
So I was wondering if you could please help me on how to proceed with this.