elasticsearch-dump

Import and export tools for elasticsearch & opensearch

APACHE-2.0 License

Downloads
77.5K
Stars
7.4K
Committers
124
elasticsearch-dump -

Published by evantahler over 9 years ago

  • Change exit code status when process exits with error (more unix-y)
  • extend the ignore-errors option to also exit early when there is a READ error
    • you san still pass --ignore-errors to the program to keep trying even with errors
  • Add better error messaging when you are attempting to dump an empty cluster of data
  • Test with the new node v12 and iojs
elasticsearch-dump - v0.10.0 --skip

Published by evantahler over 9 years ago

elasticsearch-dump - v0.9.0: Input validation and help

Published by evantahler over 9 years ago

elasticsearch-dump - v0.8.1: Timeout

Published by evantahler over 9 years ago

elasticsearch-dump - v0.7.7: fix filename

Published by evantahler almost 10 years ago

elasticsearch-dump - v0.7.6

Published by evantahler almost 10 years ago

  • JS Lint (codeClimate) #46
  • Improved JSON parse error log messages #55
elasticsearch-dump - v0.7.5

Published by evantahler almost 10 years ago

  • Fix searchBody docs and add example #43
  • Fixed report of offset increment when ES doesn't return requested size #44
  • Bump JSONStream to 0.9.x #45
elasticsearch-dump -

Published by evantahler about 10 years ago

  • add --searchBody option for partial extracts [[ https://github.com/taskrabbit/elasticsearch-dump/pull/40 ]]
  • add --bulk-use-output-index-name option to define index name when using bulk extracts [[ https://github.com/taskrabbit/elasticsearch-dump/pull/38/ ]]
  • allow export by object type within an index, IE: --input="http://localhost:9200/index/type" [[ https://github.com/taskrabbit/elasticsearch-dump/pull/34 ]]
  • Bump JSONStream to 0.8.x [[ https://github.com/taskrabbit/elasticsearch-dump/pull/35 ]]
elasticsearch-dump - v0.7.2: JsonDump++

Published by evantahler over 10 years ago

elasticsearch-dump - v0.7.1 dump by index/type

Published by evantahler over 10 years ago

elasticsearch-dump - v0.6.0: multielasticdump

Published by evantahler over 10 years ago

multielasticdump is a wrapper around elasticdump which helps you to make backups of some/all of your indexes

elasticsearch-dump - v0.5.0: Mappings

Published by evantahler over 10 years ago

added the type option to import/export the index's mapping (schema) rather than the data. This is useful when you have complex data types, like geoJSON.

elasticsearch-dump -

Published by evantahler over 10 years ago

  • use scroll/scan for reading elasticsearch in all cases
elasticsearch-dump -

Published by evantahler over 10 years ago

  • --ignore-errors added to continue with the dump if a write error is encountered
  • error handling fixes for the ES transport
elasticsearch-dump - v0.4.0

Published by evantahler over 10 years ago

  • add option for --maxSockets to control how many HTTP(s) requests the process can make
    • this allows this tool to work on node v0.11.x
  • fixes memory leak/crash when reading from large JSON file inputs
  • adds Apache license to project
  • readme updates