You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by fharms <gi...@git.apache.org> on 2017/10/17 08:40:54 UTC

[GitHub] camel pull request #2043: CAMEL-11915: Updating the documentation to follow ...

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 <fl...@gmail.com>
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

----


---

[GitHub] camel pull request #2043: CAMEL-11915: Updating the documentation to follow ...

Posted by fharms <gi...@git.apache.org>.
Github user fharms closed the pull request at:

    https://github.com/apache/camel/pull/2043


---