Skip to content

0.90.9.1

Compare
Choose a tag to compare
@jprante jprante released this 09 Jan 19:57
· 82 commits to master since this release

Changes:

  • more archive support (ZIP, TAR, CPIO) and compression codecs (gzip, bzip2, lzf, xz)
  • ES queries can be used to select content for archiving
  • 'target' parameter renamed to 'path'
  • new 'map' parameter for mapping index names and index/type names
  • support for document meta fields (_parent, _routing, _version, _timestamp, _source)
  • direct copy to local or remote cluster (endpoints _export/copy, _import/copy)
  • optional AWS S3 support (endpoints _export/s3, _import/s3)
  • archive entry names have four components: index/type/id/fieldname, where fieldname can contain arbitray (stored) fields, not only _source