Hello
I have an index in my cluster with datas. The datas are shipped from logstatsh with this configuration
index => "%{[@metadata][beat]}-%{[@metadata][version]}-%{+YYYY.MM}"
So the index is named with the year and the month, and every hours, this index is updated with new datas. But I want an index per month.
I want to backup this index every day and it's not working because I have this error :
2021-12-20 18:59:12,874 ERROR Failed to complete action: snapshot. <class 'curator.exceptions.FailedExecution'>: Exception encountered. Rerun with loglevel DEBUG and/or check Elasticsearch logs for more information. Exception: RequestError(400, 'invalid_snapshot_name_exception', '[snapshot_XXX:snapshot_index_2021.12] Invalid snapshot name [snapshot_index_filebeat_2021.12], snapshot with the same name already exists')
Is it possible to "update" the snapshot with the datas of the day ? I mean, add datas to an index already present.
Or I have to delete the snapshot and do a new snapshot of the index ?
My version of elastic is 6.8.23. And the version of curator is 5.8.4.