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 3 years ago

  • fixes an issue in the transport base that was causing OOM. Thanks @perpyy
elasticsearch-dump - Error Handling Boost

Published by ferronrsmith almost 4 years ago

  • improvements in error handling. No longer gets swallowed in certain areas
elasticsearch-dump - New Feature

Published by ferronrsmith almost 4 years ago

  • Added functionality to filter system templates on ES versions lower than 7.8.0
elasticsearch-dump - New Feature

Published by ferronrsmith almost 4 years ago

  • Added support for dumping Elasticsearch 7.8 and higher index/component templates
elasticsearch-dump - Compatibility Fixes

Published by ferronrsmith almost 4 years ago

  • Resolve transform file path better support on WIN64
elasticsearch-dump -

Published by ferronrsmith almost 4 years ago

  • read me changes
  • support for AWS request signing in multielasticdump
  • dependency updates
elasticsearch-dump -

Published by ferronrsmith about 4 years ago

elasticsearch-dump -

Published by ferronrsmith about 4 years ago

elasticsearch-dump -

Published by ferronrsmith about 4 years ago

Merge upstream safety checks

elasticsearch-dump - Features

Published by ferronrsmith about 4 years ago

  • Added params support to mapping type
elasticsearch-dump - Drop Support for node v8

Published by ferronrsmith over 4 years ago

  • dropped support for node v8. node v10+ is required
elasticsearch-dump - Bug Fix

Published by ferronrsmith over 4 years ago

  • added backward compat patch for URL not being in global scope in node v8
elasticsearch-dump -

Published by ferronrsmith over 4 years ago

awsUrlRegex optimisation

elasticsearch-dump - Rename Flag

Published by ferronrsmith over 4 years ago

change flag name from awsRegex => awsUrlRegex

elasticsearch-dump - Bug Fix

Published by ferronrsmith over 4 years ago

  • added support for awsRegex flag - This allows a user to override the default regex that aws urls that should be signed.
  • only allow url/uri matching awsRegex to be signed.
elasticsearch-dump - Bug Fix

Published by ferronrsmith over 4 years ago

missing comma in multielasticdump causing failure.

elasticsearch-dump - Updates

Published by ferronrsmith over 4 years ago

  • switch out decimal.js with lightweight big.js
  • updated decimal regex to match lossless. let elasticsearch do the heavy lifting
    Verified
elasticsearch-dump - Bug Fix

Published by ferronrsmith over 4 years ago

  • fixed a 🐞 introduced in the previous release whereby empty big-int-fields causes no detection
elasticsearch-dump - New Flag

Published by ferronrsmith over 4 years ago

  • added big-int-fields flag, which allows a person to specify the fields that should be checked for big-int-support
elasticsearch-dump - Minor Change

Published by ferronrsmith over 4 years ago

change lastScrollId loglevel to debug