Skip to content

Releases: rwynn/monstache

monstache v3.0.7

25 Jun 14:58
Compare
Choose a tag to compare

Changes

  • fix elasticsearch client http scheme for secure connections

monstache v3.0.6

03 Jun 02:40
Compare
Choose a tag to compare

Changes

  • fix invalid struct field tag

monstache v3.0.5

03 Jun 01:55
Compare
Choose a tag to compare

Changes

  • add direct-read-batch-size option
  • upgrade gtm to accept batch size and to ensure all direct read errors are logged

monstache v3.0.4

02 Jun 01:55
Compare
Choose a tag to compare

Changes

  • fix slowdown on direct reads for large mongodb collections

monstache v3.0.3

31 May 20:03
Compare
Choose a tag to compare

Changes

  • small changes to the settings for the exponential back off on retry. see the docs for details.
  • only record timestamps originating from the oplog and not from direct reads
  • apply the worker routing filter to direct reads in worker mode

monstache v3.0.2

24 May 23:06
Compare
Choose a tag to compare

Changes

  • add option to configure elasticsearch client http timout. up the default timeout to 60 seconds

monstache v3.0.1

17 May 02:23
Compare
Choose a tag to compare

Changes

  • upgrade gtm to fix an issue where a mongodb query error (such as CappedPositionLost) causes the tail go routine to exit (after which no more events will be processed)

monstache v3.0.0

30 Apr 17:15
Compare
Choose a tag to compare

Changes

  • new major release
  • configuration changes with regards to Elasticsearch. see docs for details
  • adds ability to write rolling logs to files
  • adds ability to log indexing statistics
  • changed go Elasticsearch client from elastigo to elastic which provides more API coverage
  • upgrade gtm

monstache v2.14.0

08 Mar 15:20
Compare
Choose a tag to compare

Changes

  • add support for golang plugins. you can now do in golang what you previously could do in javascript
  • add more detail to bulk indexing errors
  • upgrade gtm

monstache v2.13.0

03 Mar 21:35
Compare
Choose a tag to compare

Changes

  • add direct-read-ns option. allows one to sync documents directly from a set of collections in addition to going through the oplog
  • add exit-after-direct-reads option. tells monstache to exit after performing direct reads. useful for running monstache as a cron job.
  • fix issue around custom routing where db name was being stored as an array
  • upgrade gtm