Features:
- Updated all dependent packages. kibana4-backup now supports the latest elasticsearch versions (tested with 5.3.0)
Breaking Change:
- No longer supporting versions of node older than 4.0.0
Features:
- Added an
-xargument, which will force delete and re-clone the git repository. This can slow down kibana4-backup, but it can help prevent the kibana4-backup from getting stuck at a merge conflict (which can happen when backing up multiple environments to the same git repo). - Added an
-oargument, which will allow you to restore your Kibana index to a specific point in time using the commit sha1. This will deploy everything in the backup directory to the Kibana index and then update the latest master with the restored state.
Breaking Change:
- New filename syntax
Bug Fixes:
- Fixed issue with duplicate kibana ids between different types (i.e. a search and visualization having the same id)
- Fixed case sesitivity issue for OSX users, filenames are now saved unique and case-insensitive.
Bug Fixes:
- Allowing dashes and underscores in environment (-e) names
Bug Fixes:
- Bumped elasticdump dependency to 0.12.0 to fix windows path issues
Features:
- Refactored config to allow programatic use of kibana4-backup.
Bug Fixes:
- Fixed issue where deploy files were not removed after deployment
Bug Fixes:
- Fixed issue where things would get confused when running backup for more than one index on the same box
Features:
- Added -i option, which lets you specify the elasticsearch index to target. Defaults to .kibana. This lets you target your Kibana 3 indexes.
- Improved documentation a bit.
Bug Fixes:
- Fixed the environment argument.
Bug Fixes:
- Fixed file creation failure when kibana assets are saved with invalid filename characters
- Now ensuring that spaces are encoded properly in urls
Bug Fixes:
- Fixed write perm issue with temp directory not honoring -d option
Features:
- Added -d flag, which accepts a directory path to use for the git cloning, avoiding the permissions issue with a global npm install when not running kibana4-backup as a user which has write access to the global install location.
Bug Fixes:
- Fixed restore
Initial release.
Features:
- Backup, restore, and deploy changes to your kibana4 instances
- Changes stored in a git repo