Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Releases: ozlerhakan/mongolastic

v1.4.4

10 May 13:05
Compare
Choose a tag to compare
  • [#28] Support for elasticsearch 6.2.4

v1.4.3

21 Jan 10:00
Compare
Choose a tag to compare

[#25] Support for elasticsearch 6.1

v1.4.2

29 Mar 20:51
Compare
Choose a tag to compare

Changelog

  • ES to mongo transfer issue ( #22 )

v1.4.1

08 Feb 07:21
Compare
Choose a tag to compare
  • simple transformation step when migrating from mongo to es ( #20 )

v1.4.0: hotfix

13 Jan 19:52
Compare
Choose a tag to compare

Mongolastic has been tested with MongoDB 3.4 and Elasticsearch 5.1.1

  • Invalid signature file digest for Manifest main attributes ( #21 )

v1.3.15

10 Nov 17:51
Compare
Choose a tag to compare

You can run mongolastic anywhere where Docker is on. You can use the bound mount volume strategy or create your own image based on the mongolastic image. Mongolastic may need the container to join on the host's network stack. Putting in all together, you may end up running a container like below using host and volume options:

$docker run --rm -v $(PWD)/config.file:/config.file --net host ozlerhakan/mongolastic:<tag> config.file

v1.3.14

27 Oct 21:13
Compare
Choose a tag to compare
switch to mongo driver 3.2.2 & version update

v1.3.13

13 Oct 20:05
Compare
Choose a tag to compare

Changelog

  • Configuration can be done either with a yaml or a json file.
  • Adjustments in excpetion logging to show the correct line of the error ( #18 )

v1.3.12

25 Sep 22:10
Compare
Choose a tag to compare

Changelog

  • Fix elastic shield integration ( #17 )

v1.3.11

06 Sep 17:49
Compare
Choose a tag to compare
  • Fix: "SPI with name Lucene50 does not exist" tested on ES 2.4 and MongoDB 3.2.8