Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

elasticsearch can't get data from mongodb #37

Open
hordemark opened this issue Feb 27, 2015 · 1 comment
Open

elasticsearch can't get data from mongodb #37

hordemark opened this issue Feb 27, 2015 · 1 comment

Comments

@hordemark
Copy link

I had install mongodb river and head plugin in the docker.
When i execute the following code, it can't synchronize data from mongodb.
But it can work well not use docker.
Anybody get trouble ?

curl -XPUT 'http://127.0.0.1:9200/_river/mongodb_source/_meta' -d '{ "type": "mongodb", "mongodb": { "db": "andes", "collection": "source", "host": "192.168.90.46", "port": "27017" }, "index": { "name": "mongoindex_source", "type": "source" } }'
@prayagupa
Copy link

Is http://127.0.0.1:9200/ is reachable??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants