Skip to content
This repository was archived by the owner on Sep 23, 2022. It is now read-only.

Latest commit

 

History

History
101 lines (53 loc) · 2.65 KB

File metadata and controls

101 lines (53 loc) · 2.65 KB

2.0.0 (April 25, 2017)

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

1.1.0 (September 11, 2015)

Features:

  • Added an -x argument, 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 -o argument, 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.

1.0.0 (July 10, 2015)

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.

0.4.2 (May 15, 2015)

Bug Fixes:

  • Allowing dashes and underscores in environment (-e) names

0.4.1 (March 10, 2015)

Bug Fixes:

  • Bumped elasticdump dependency to 0.12.0 to fix windows path issues

0.4.0 (March 10, 2015)

Features:

  • Refactored config to allow programatic use of kibana4-backup.

0.3.2 (March 7, 2015)

Bug Fixes:

  • Fixed issue where deploy files were not removed after deployment

0.3.1 (March 7, 2015)

Bug Fixes:

  • Fixed issue where things would get confused when running backup for more than one index on the same box

0.3.0 (March 7, 2015)

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.

0.2.2 (March 6, 2015)

Bug Fixes:

  • Fixed file creation failure when kibana assets are saved with invalid filename characters
  • Now ensuring that spaces are encoded properly in urls

0.2.1 (March 5, 2015)

Bug Fixes:

  • Fixed write perm issue with temp directory not honoring -d option

0.2.0 (March 5, 2015)

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

0.1.0 (March 5, 2015)

Initial release.

Features:

  • Backup, restore, and deploy changes to your kibana4 instances
  • Changes stored in a git repo