I am trying to setup Kibana to create a snapshot but I am missing the setting - Register a repository - in Kibana 6.8
I add already in the elasticsearch.yml - path.repo: E:\Program Files\Elastic\\Elasticsearch
Please don't post images of text as they are hard to read, may not display correctly for everyone, and are not searchable.
Instead, paste the text and format it with </> icon or pairs of triple backticks (```), and check the preview window to make sure it's properly formatted before posting it. This makes it more likely that your question will receive a useful answer.
I am step closer I could also create the Backup with this cmd
PUT /_snapshot/Backup/my_snapshot
Now how do I restore the Backup from version 6.8 to 7.10.1
Do I just copy the files from the 6.8 Server to the 7.10.1 Server ?
Thank you
Do the same thing you did but in the new cluster.
If possible just mount the shared fs in the new cluster as well. I'd probably mount it as read only probably.
i am a step closer, I could import the Backup but I cannot restore it.
I got this Error
[invalid_index_name_exception] Invalid index name [.kibana_task_manager], already exists as alias, with { index_uuid="_na_" & index=".kibana_task_manager" }
However, an existing index can be only restored if it’s closed and has the same number of shards as the index in the snapshot. The restore operation automatically opens restored indices if they were closed and creates new indices if they didn’t exist in the cluster.
I could restore the Indices from last year but there is one from this year where i got this message
[snapshot_restore_exception] [my_backup_location:my_snapshot/HX1xrkZ2SZWIZ3q0o82DdQ] cannot restore index [logflow-2021.01] with [1] shards from a snapshot of index [logflow-2021.01] with [5] shards
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.