-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export/backup kibana index #4854
Comments
A very simple implementation of this would be to copy the current index to a new index with a timestamp. Then have the option to revert to any of the time stamped indices. Another option would be to use the elasticsearch backup api |
Any progress with this? |
👍 |
Now we will have the reindex api, if that api is exposed through curator then that will solve this problem. |
👍 Why not perform a snapshot on the index, you can then offer an option to restore to a specific snapshot. We're currently doing this manually with curator. |
Agreed, that is better. Now we just need a simple kibana plugin to interface with the snapshot interface for restoring 👍 |
This looks like a duplicate of #5431 |
It would be nice to have a simple REST endpoint, and a button, for backing up and restoring the entire
.kibana
index.The text was updated successfully, but these errors were encountered: