Skip to content

CouchDB River: Support couchdb filter query parameters #389

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

Closed
mahendra opened this issue Sep 29, 2010 · 1 comment
Closed

CouchDB River: Support couchdb filter query parameters #389

mahendra opened this issue Sep 29, 2010 · 1 comment

Comments

@mahendra
Copy link
Contributor

Couchdb filters support query parameters. It will be good to support this in the Elasticsearch couchdb river plugin.

Details of the couchdb filters are documented at
http://blog.couchone.com/post/468392274/whats-new-in-apache-couchdb-0-11-part-three-new.

The parameters can be provider under:

{
    "couchdb" : {
        "filter" : "test",
        "filter_params" : {
            "param1" : "value1",
            "param2" : "value2"
        }
    }
}
@kimchy
Copy link
Member

kimchy commented Sep 30, 2010

CouchDB River: Support couchdb filter query parameters, closed by 735ad0d.

medcl pushed a commit to medcl/elasticsearch that referenced this issue Jul 1, 2011
cbuescher pushed a commit to cbuescher/elasticsearch that referenced this issue Oct 2, 2023
This commit implements:
elastic/night-rally#378 (comment)

essentially adding more runtime fields combination for http_logs.

Relates elastic/rally-tracks#156
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

2 participants