Monstache is a sync daemon written in Go that continuously indexes your MongoDB collections into Elasticsearch. Use this tag only when your question is specific to the Monstache tool. For example when your Monstache setup doesn't work as expected. If there is a connection problem on mongo or elasticsearch make sure you can connect via other tools first.
Questions tagged [monstache]
19 questions
0
votes
2 answers
Can not connect to mongodb docker container on aws instance
I created a new docker network on my AWS EC2 instance by
docker network create testnet
I have the following docker-compose:
version: '2'
services:
mongodb:
image: mongo:3
container_name: mongodb
environment:
-…

tonyskulk
- 11
- 7
-1
votes
1 answer
Using several mongodbs with monstache
I have a working monstache deployment using docker for elasticsearch and mongodb synchronization. the configuration file is as shown below:
mongo-url = "mongodb://project-db:27017"
elasticsearch-urls = ["http://es7:9200"]
direct-read-namespaces =…

Denn
- 447
- 1
- 6
- 27
-1
votes
1 answer
bash monstache command not found
I have installed monstache service and trying to run the command
monstache -f mongo-elastic.toml &
But getting the below error message
bash: monstache: command not found
How can start the monstache and check the service status on AWS linux machine

VVR
- 67
- 1
- 7
-1
votes
2 answers
How to disable sniffing of elasticsearch in Monstache
I'm getting this error while using Monstache:
Unable to create Elasticsearch client: health check timeout: no Elasticsearch node available
I applied these lines to Monstache configuration:
elasticsearch-validate-pem-file =…

Ahmad Tanha
- 121
- 1
- 8