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/07 11:43:42 UTC

[GitHub] camel pull request #2013: Camel 11868 elasticsearch5 rest

GitHub user fharms opened a pull request:

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

    Camel 11868 elasticsearch5 rest

    The current ElasticSearch5 component are using Java Transport client and since this will EOL in the near future. It also has some limits when it comes to running behind a reverse proxy with basic authetication is not possible to my knowledge 
    
    I have create a new ElasticSearch5 REST component that is using the High End REST client. This also make it possible to use reverse proxy with basic authentication enable
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/fharms/camel CAMEL-11868-elasticsearch5-rest

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/2013.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 #2013
    
----
commit cab690658ac88f92df87bb2b0c5e108688ad2315
Author: fharms <fl...@gmail.com>
Date:   2017-07-26T18:16:26Z

    [CAMEL-11597] Adding support for authentication with x-pack
    
    - Upgrade ElasticSearch to 5.5
    - Adding support for overriding the client for advance use cases

commit 04e3875ae626e21b514fd0159ed049dc0d57220a
Author: fharms <fl...@gmail.com>
Date:   2017-07-27T08:53:34Z

    [CAMEL-11597] Disable sniffing by default.
    
    -Remove client.transport.ignore_cluster_name setting
    -Rename property

commit 1bbf42a094e41fdf94abde82d3452fb96ae49242
Author: fharms <fl...@gmail.com>
Date:   2017-07-29T13:18:18Z

    [CAMEL-11597] Remove hard dependency on XPack client
    
    If the XPack client exist on the classpath it use the
    PreBuiltXPackTransportClient for connection to the instance, otherwise
    the PreBuiltTransportClient

commit 3b5c76d6f5b21811f7d1dc5470cc303748f67833
Author: fharms <fl...@gmail.com>
Date:   2017-07-30T08:40:55Z

    [CAMEL-11597] Revert log info to only log info when XPack client
    is present.
    - Use the CamelContext resolveClass instead

commit cb90a5954cc1444eac60b63607f576c5bbf541d8
Author: fharms <fl...@gmail.com>
Date:   2017-10-07T11:10:47Z

    CAMEL-11868 New ElasticSearch5 REST component

commit 2bdf3d693fd966035f9c9e4368e65aa0e8c42ce8
Author: fharms <fl...@gmail.com>
Date:   2017-10-07T11:30:14Z

    Merge branch 'master' of https://github.com/apache/camel into CAMEL-11868-elasticsearch5-rest
    
    # Conflicts:
    #	components/camel-elasticsearch5/src/main/java/org/apache/camel/component/elasticsearch5/ElasticsearchConfiguration.java
    #	components/camel-elasticsearch5/src/main/java/org/apache/camel/component/elasticsearch5/ElasticsearchEndpoint.java
    #	components/camel-elasticsearch5/src/main/java/org/apache/camel/component/elasticsearch5/ElasticsearchProducer.java
    #	parent/pom.xml

----


---

[GitHub] camel pull request #2013: CAMEL-11868: elasticsearch5 rest

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

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


---