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

River CouchDB Plugin #382

Closed
kimchy opened this issue Sep 23, 2010 · 1 comment
Closed

River CouchDB Plugin #382

kimchy opened this issue Sep 23, 2010 · 1 comment

Comments

@kimchy
Copy link
Member

kimchy commented Sep 23, 2010

A river plugin that automatically indexes couchdb using the _changes continuos stream API.

Creating the river is simple:

curl -XPUT 'localhost:9200/_river/db1/_meta' -d '{
    "type" : "couchdb",
    "couchdb" : {
        "host" : "localhost",
        "port" : 5984,
        "db" : "db1",
        "filter" : null
    },
    "index" : {
        "index" : "db1",
        "type" : "db1",
        "bulk_size" : "100",
        "bulk_timeout" : "10ms",
    }
}'

The above creates a river named db1, which will index a couchdb database named "db1" into an index db1 and type db1. The values provided are all the default valued, with the couchdb database name defaults to the river name, and the index/type default to the couchdb database name.

@kimchy
Copy link
Member Author

kimchy commented Sep 23, 2010

River CouchDB Plugin, closed by ecaaeb5.

williamrandolph pushed a commit to williamrandolph/elasticsearch that referenced this issue Jun 4, 2020
mindw pushed a commit to mindw/elasticsearch that referenced this issue Sep 5, 2022
…lastic#382)

Set eks backend1 replica to 0 for other pods to deploy

* Set eks backend1 replica to 0 for other pods to deploy
costin pushed a commit that referenced this issue Dec 6, 2022
🤖 ESQL: Merge upstream
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant