Skip to content

Releases: miku/esbulk

esbulk 0.3.7

22 Jun 17:54
Compare
Choose a tag to compare
  • added -server flag, so we can use https as well, e.g. esbulk -server https://localhost:9200
  • -host and -port are still there but are deprecated

esbulk 0.3.5

10 Nov 11:03
Compare
Choose a tag to compare
  • add -purge and -mapping flag

esbulk 0.3.3

07 May 18:47
Compare
Choose a tag to compare

Slightly better error handling.

esbulk 0.3.2

01 Dec 14:50
Compare
Choose a tag to compare
  • fix panics on connection errors

esbulk 0.3.1

30 Nov 21:56
Compare
Choose a tag to compare

Fix index.refresh_interval handling. Improve performance by 10-30%.

esbulk 0.3.0

30 Nov 21:22
Compare
Choose a tag to compare
  • backwards-incompatible change: removed -q, added -verbose
  • added support for gzipped input files
  • move bulk indexing functions from package main to package esbulk, so other libraries can import it

esbulk 0.2.4

23 Oct 09:38
Compare
Choose a tag to compare

Minor documentation updates.

esbulk 0.2.3

29 Sep 16:34
Compare
Choose a tag to compare

Flush index at the end. Minor improvements.

esbulk 0.2.2

29 Sep 15:48
Compare
Choose a tag to compare

Adjust index.refresh_interval during indexing.

esbulk 0.2.1

29 Sep 14:57
Compare
Choose a tag to compare

Added -q option and use localhost to avoid proxies.