Ryan Wynn
Ryan Wynn
@asanepal do you see any errors reported in monstache or mongodb logs since switching to 6.5.4?
Hi @george-xu-hs, would you be able to try the latest version `v6.5.5` with `cluster-name` set to empty string and let me know if monstache fails to recover? When you notice...
hi @george-xu-hs I suspected the cluster feature may have been failing when you mentioned the message about `Pausing work`. The way it's supposed to work is that if the active...
there's a lot going on here. I think you may consider tailing `data_new` while that is being loaded with monstache and index it into Elasticsearch, say `data_MMDDYYYY` index. Use an...
I think one problem is that monstache is not being told to listen to the events when you load up `data_new` since it is not in `change-stream-namespaces`. Those insert events...
Monstache uses the go driver from MongoDB now. Here you can find how to write a simple plugin https://github.com/rwynn/monstache/wiki/Go-plugin-guide Here you can find how to use the MongoDB driver https://github.com/mongodb/mongo-go-driver...
You cannot use `image: rwynn/monstache:6.7.4` since it was not built with your plugin code. You would need to instead reference the image built from the instructions in the guide.
This line should be giving it the tag `monstache` right? ``` docker build -t monstache . ```
``` docker image prune ```
Hi @philbannon have you tried to return `false` from the function if you want to delete the document? https://rwynn.github.io/monstache-site/advanced/#dropping