Releases: rwynn/monstache
Releases · rwynn/monstache
monstache v3.0.7
Changes
- fix elasticsearch client http scheme for secure connections
monstache v3.0.6
Changes
- fix invalid struct field tag
monstache v3.0.5
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
Changes
- fix slowdown on direct reads for large mongodb collections
monstache v3.0.3
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
Changes
- add option to configure elasticsearch client http timout. up the default timeout to 60 seconds
monstache v3.0.1
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
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
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
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