monstache

a go daemon that syncs MongoDB to Elasticsearch in realtime. you know, for search.

MIT License

Stars
1.3K
Committers
16

Bot releases are hidden (Show)

monstache - monstache v5.0.10

Published by rwynn over 5 years ago

  • Added new boolean option direct-read-no-timeout which when enabled sets the no cursor timeout flag on direct reads. Disabling the cursor timeout is not recommended unless an error like 'Error performing direct read of collection db.col: (CursorNotFound) ' is preventing direct reads to complete.
  • Known issues: the direct-read-no-timeout option will only work as a command line flag. When put in the config file it has no effect. This issue will be fixed in the next release.
monstache - monstache v6.0.9

Published by rwynn over 5 years ago

  • Upgrade docker images to Alpine 3.10 and golang 1.12.6
  • Fix a race condition which may cause monstache to panic at startup
monstache - monstache v5.0.9

Published by rwynn over 5 years ago

  • Upgrade docker images to Alpine 3.10 and golang 1.12.6
  • Fix a race condition which may cause monstache to panic at startup
monstache - monstache v4.17.5

Published by rwynn over 5 years ago

  • Upgrade docker images to Alpine 3.10 and golang 1.12.6
monstache - monstache v3.24.5

Published by rwynn over 5 years ago

  • Upgrade docker images to Alpine 3.10 and golang 1.12.6
monstache - monstache v6.0.8

Published by rwynn over 5 years ago

  • Fix an issue with generated json of nested fields containing date and binary fields
monstache - monstache v5.0.8

Published by rwynn over 5 years ago

  • Fix an issue with generated json of nested fields containing date and binary fields
monstache - monstache v6.0.7

Published by rwynn over 5 years ago

  • Improved delete handling when multiple indexes are targeted via relate configuration
  • Improved serialization of MongoDB binary fields like UUID
  • Upgrade MongoDB driver to 1.0.3
monstache - monstache v5.0.7

Published by rwynn over 5 years ago

  • Improved delete handling when multiple indexes are targeted via relate configuration
  • Improved serialization of MongoDB binary fields like UUID
  • Upgrade MongoDB driver to 1.0.3
monstache - monstache v4.17.4

Published by rwynn over 5 years ago

  • Improved delete handling when multiple indexes are targeted via relate configuration
  • Improved serialization of MongoDB binary fields like UUID
monstache - monstache v3.24.4

Published by rwynn over 5 years ago

  • Improved delete handling when multiple indexes are targeted via relate configuration
  • Improved serialization of MongoDB binary fields like UUID
monstache - monstache v6.0.6

Published by rwynn over 5 years ago

  • Fix for issue #225 Cursor already in use (thanks to @darkbluestring for helping debug this one)
  • Performance improvements
monstache - monstache v5.0.6

Published by rwynn over 5 years ago

  • Fix for issue #225 Cursor already in use (thanks to @darkbluestring for helping debug this one)
  • Performance improvements
monstache - monstache v6.0.5

Published by rwynn over 5 years ago

  • Fix issue reading MongoDB views
  • Fail to start if TOML config is invalid and report reason
  • Upgrade MongoDB driver to latest release 1.0.2
monstache - monstache v5.0.5

Published by rwynn over 5 years ago

  • Fix issue reading MongoDB views
  • Fail to start if TOML config is invalid and report reason
  • Upgrade MongoDB driver to latest release 1.0.2
monstache - monstache v6.0.4

Published by rwynn over 5 years ago

  • Upgrade MongoDB driver
  • Reliability fixes
monstache - monstache v5.0.4

Published by rwynn over 5 years ago

  • Upgrade MongoDB driver
  • Reliability fixes
monstache - monstache v6.0.2

Published by rwynn over 5 years ago

  • Fix issue where some date values would be rejected by Elasticsearch with invalid formatting
monstache - monstache v5.0.3

Published by rwynn over 5 years ago

  • Fix issue where some date values would be rejected by Elasticsearch with invalid formatting
monstache - monstache v4.17.3

Published by rwynn over 5 years ago

  • Fix issue where some date values would be rejected by Elasticsearch with invalid formatting