Ryan Wynn
Ryan Wynn
Couple of comments. Monstache doesn't allow you to combine javascript and go plugins. Fortunately, you can do anything in go and more. So I would suggest to put your pipeline...
@eminano I've just added one final change to the PR after some more testing. It seems during the resume the batch size and max time settings were not being applied...
Hi @sachin1ag, This appears to be an old bug with MongoDB Atlas Free Tier (not an issue in monstache). You can find the history here: https://github.com/rwynn/monstache/issues/196 I previously submitted a...
Hi, pushed a new release to back off when indexing errors happen to mitigate the log flooding.
Hi @sachinnagesh , Monstache had an [issue](https://github.com/rwynn/monstache/issues/628) where if the application was forcibly closed it could erroneously mark completion by writing to the `directreads` collection (a false positive). The work...
That's not a feature supported by monstache. You can use `MONSTACHE_MONGO_URL` environment variable and load this into the environment from any secrets managers (e.g. hashicorp vault). You can either put...
It should work with ES 8 as it uses a very limited set of API calls. Have you had any problems?
Elastic 8 enables security by default so you will want to follow this unless you completely disable that. https://github.com/rwynn/monstache/issues/623, specifically https://github.com/rwynn/monstache/issues/623#issuecomment-1186616950
Hi @SirBernardPhilip there are some descriptions of what the stats fields are [here](https://github.com/olivere/elastic/blob/release-branch.v7/bulk_processor.go#L197).
Hi @daoyu if you don't need `index-as-update` then disable that (or just remove the setting, default is false). Default is to send a version number to ensure data gets indexed...