Skip to content
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

Closed
rashidkpc opened this issue Sep 4, 2015 · 8 comments
Closed

Export/backup kibana index #4854

rashidkpc opened this issue Sep 4, 2015 · 8 comments

Comments

@rashidkpc
Copy link
Contributor

It would be nice to have a simple REST endpoint, and a button, for backing up and restoring the entire .kibana index.

@lukasolson
Copy link
Member

How does this relate to #4589, #4265, and #4288?

@elvarb
Copy link

elvarb commented Sep 8, 2015

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

@sammcj
Copy link

sammcj commented Nov 2, 2015

Any progress with this?

@cinhtau
Copy link

cinhtau commented Mar 29, 2016

👍

@elvarb
Copy link

elvarb commented Mar 29, 2016

Now we will have the reindex api, if that api is exposed through curator then that will solve this problem.

@pemontto
Copy link

👍 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.

@elvarb
Copy link

elvarb commented Mar 30, 2016

Agreed, that is better. Now we just need a simple kibana plugin to interface with the snapshot interface for restoring 👍

@tbragin
Copy link
Contributor

tbragin commented Oct 15, 2016

This looks like a duplicate of #5431

@tbragin tbragin closed this as completed Oct 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants