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

Releases: godaddy/kibana4-backup

v1.1.0

11 Sep 22:18
Compare
Choose a tag to compare

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.

v1.0.0

10 Jul 21:08
Compare
Choose a tag to compare

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.

v.0.4.2

15 May 23:13
Compare
Choose a tag to compare

0.4.2 (May 15, 2015)

Bug Fixes:

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

v0.4.1

11 Mar 18:28
Compare
Choose a tag to compare

0.4.1 (March 10, 2015)

Bug Fixes:

  • Bumped elasticdump dependency to 0.12.0 to fix windows path issues

v0.4.0

11 Mar 01:13
Compare
Choose a tag to compare

0.4.0 (March 10, 2015)

Features:

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

v0.3.2

08 Mar 00:49
Compare
Choose a tag to compare

0.3.2 (March 7, 2015)

Bug Fixes:

  • Fixed issue where deploy files were not removed after deployment

v0.3.1

08 Mar 00:11
Compare
Choose a tag to compare

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

v0.3.0

07 Mar 16:42
Compare
Choose a tag to compare

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.

v0.2.2

06 Mar 16:49
Compare
Choose a tag to compare

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

v0.2.1

05 Mar 22:17
Compare
Choose a tag to compare

0.2.1 (March 5, 2015)

Bug Fixes:

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