elasticsearch-dump

Import and export tools for elasticsearch & opensearch

APACHE-2.0 License

Downloads
77.5K
Stars
7.4K
Committers
124

Bot releases are hidden (Show)

elasticsearch-dump - Bug Fix

Published by ferronrsmith over 4 years ago

  • fix versionType param
elasticsearch-dump - New Param

Published by ferronrsmith over 4 years ago

added support for scrollId param. this will allow dumps to be resumed used the last scroll Id &
scrollTime as not expired.

elasticsearch-dump - Upgrade dependencies

Published by ferronrsmith over 4 years ago

elasticsearch-dump - New Flag

Published by ferronrsmith over 4 years ago

  • added ignoreChildError flag, which allows multi-elasticdump to continue after an error is thrown
elasticsearch-dump - Multielasticdump

Published by ferronrsmith over 4 years ago

lots of goodies for multielasticdump 🌵

elasticsearch-dump - Fixes

Published by ferronrsmith over 4 years ago

  • fixed an issue with searchWithTemplate param causing multielasticdump to crash when used
  • handle error responses during /_aliases enumeration
elasticsearch-dump - New Flag

Published by ferronrsmith over 4 years ago

added --searchWithTemplate flag.

elasticsearch-dump -

Published by ferronrsmith over 4 years ago

added support for passing other mapping attributes

elasticsearch-dump - New AWS Flag

Published by ferronrsmith over 4 years ago

  • added option to set aws region before signing
elasticsearch-dump - New Flag

Published by ferronrsmith over 4 years ago

  • added option to set aws service before signing
  • bump dependencies
elasticsearch-dump - New Feature

Published by ferronrsmith almost 5 years ago

  • added support for _version field in bulk update
elasticsearch-dump - Quiet Mode for Multielasticdump

Published by ferronrsmith almost 5 years ago

  • added quiet mode to multi-elasticdump
elasticsearch-dump - Added Streamsplitter support to s3 Transport

Published by ferronrsmith almost 5 years ago

  • Added Streamsplitter support to s3 Transport
  • extended Streamsplitter class
elasticsearch-dump - Stream Fixes

Published by ferronrsmith almost 5 years ago

  • fix stream memory leaks
  • cleanup streamSplitter
elasticsearch-dump - Feature & Bug Fixes

Published by ferronrsmith about 5 years ago

  • bump docker node to v12
  • ensure multi-elasticdump concurrency settings match elasticdump
  • fix null pointer error when input/output is not passed
  • fix totalWrite not being correctly reported
  • added support for includeType
  • added error event to data child process
elasticsearch-dump - Bug Fix Release

Published by ferronrsmith about 5 years ago

  • patch edge cases from the last release.
elasticsearch-dump - Bug Fix Release

Published by ferronrsmith about 5 years ago

elasticsearch-dump - Bug Fix Release

Published by ferronrsmith about 5 years ago

  • fix limit regression
elasticsearch-dump -

Published by ferronrsmith about 5 years ago

  • added fsCompress flag elasticdump & multielasticdump
  • added compression support to stream splitter
  • reduce duplicates between s3 & file transport
  • remove self references & use this
elasticsearch-dump - Patch Release

Published by ferronrsmith about 5 years ago

  • fix ignore-errors flag behavior when the output transport fails.