GitHub user fharms opened a pull request:
https://github.com/apache/camel/pull/2043
CAMEL-11915: Updating the documentation to follow the new component oâ¦
â¦perations and types
- Update operation pas the body object into the
ElasticsearchActionRequestConverter.toUpdateRequest
- Bulk operation pas the body object into the
ElasticsearchActionRequestConverter.toBulkRequest
- Add missing query parameter for enable SSL. This is useful
if you want to point out a specific instance in the cluster for
specific routes
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/fharms/camel
camel-11915-fix-incorrect-elk-documentation
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2043.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2043
----
commit ce882ae7cfd6f91a9ab0e18e0ef0a9e3a4d64a94
Author: fharms <[email protected]>
Date: 2017-10-17T08:39:46Z
CAMEL-11915: Updating the documentation to follow the new component
operations and types
- Update operation pas the body object into the
ElasticsearchActionRequestConverter.toUpdateRequest
- Bulk operation pas the body object into the
ElasticsearchActionRequestConverter.toBulkRequest
- Add missing query parameter for enable SSL. This is useful
if you want to point out a specific instance in the cluster for
specific routes
----
---