HI guys, I am rather new to ELK (7.16). So far I have registered a repository and can create now snapshots. I have used the following API command:
PUT /_snapshot/BackUpELKData/snapshot_2?wait_for_completion=true
{
"indices": "-.ds-ilm-history-5-2022.08.23-000001",
"ignore_unavailable": true,
"include_global_state": false
}
The index I excluded caused problems when restoring from the snapshot.
My goal however is to create a backup of the used indices and the data files.
When I created the snapshot with some indices and data available for Discovery and Dashboards and deleted the indices after creation, I tried to restore them with the snapshot.
The process of restoring was working with no problems. I received no errors.
The indices however where still missing so I could not access the data. Neither in Discovery nor in Dashboards.
I have read here about snapshots and I am not sure if I have done everything correctly.
Can someone help me and explain how I can create a full backup of all data and indices which I can restore at any point?
All the best,
Clonky