Patrick Serrano

Results 13 comments of Patrick Serrano

Also running into this, has anyone sorted it out?

> > Also running into this, has anyone sorted it out? > > I've simply added a `.releaserc.json` file as if it was a nodejs project with the following settings...

👍 API key support would be great, I know internally we've been talking about moving in that direction.

@BASHEER786 you can do that with a custom plugin. That's actually how I'm using Monstache, to sync collections from Mongo into a single index, combining the documents into a model...

@tamis-laan We have a similar situation to you and solved this by running an entrypoint shell script that calls monstache as part of it's work. A big reason we went...

@Hosseinyzr does the user that you're connecting to Mongo with have permissions to create a new database and collection? Monstache will create a `Monstache` database in Mongo and a collection...

@asutosh97 you can catch the errors in your custom plugin and then have the functions return the error so that it's logged to `stderr` like any other Monstache error. Depending...

@Venkyvemuri is the Monstache executable in your PATH? In the getting started docs just above the code snippet to check the version of Monstache it mentions needing to add Monstache...

@rwynn I'm seeing this too, and rough timeline on when we could see #525 merged and released? thanks!

@kubernetes923 is your Elasticsearch instance behind a load balancer? I ran into the same issue when running Monstache locally and pushing data to an Elasticsearch cluster in GCP that was...