We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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" } } }
The text was updated successfully, but these errors were encountered:
CouchDB River: Support couchdb filter query parameters, closed by 735ad0d.
Sorry, something went wrong.
CouchDB River: Support couchdb filter query parameters, closes elasti…
735ad0d
…c#389.
Pick up code removal in QL module on the main branch (#389)
526dbe6
Add more runtime fields benchmarks for http_logs (elastic#389)
fb45e36
This commit implements: elastic/night-rally#378 (comment) essentially adding more runtime fields combination for http_logs. Relates elastic/rally-tracks#156
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: