We’re happy to announce the update to our Couchbase Plug-in for ElasticSearch. Plug-in is now updated to work with latest release of Couchbase Server 2.5.1 and Elasticsearch 1.0.1.

If you’re using Elasticsearch plug-in your Couchbase deployment and planning to upgrade to latest Couchbase Server 2.5.1 then we recommend using latest plug-in v1.3.0.

Download the plug-in http://packages.couchbase.com.s3.amazonaws.com/releases/elastic-search-adapter/1.3.0/elasticsearch-transport-couchbase-1.3.0.zip

Step-by-step instructions for installinghttp://docs.couchbase.com/couchbase-elastic-search/#installation-and-configuration

Couchbase plug-in for Elasticsearch pagehttps://developer.couchbase.com/documentation/server/4.5/connectors/elasticsearch-2.1/install-intro.html

Release Noteshttp://docs.couchbase.com/couchbase-elastic-search/#appendix-release-notes

Author

Posted by Anil Kumar, Director Product Management, Couchbase Cloud-Native Database

Anil Kumar is the Director of Product Management at Couchbase. Anil’s career spans more than 19+ years of building software products across various domains, including enterprise software and cloud services. He is a hands-on product leader responsible for Couchbase Server, Couchbase Cloud, and Kubernetes product lines, including evangelizing the product strategy and vision with customers, partners, developers, and analysts. Before joining Couchbase, Anil spent several years working at Microsoft Redmond. Anil holds a master’s degree in computer science from the University of Toronto (Canada) and a bachelor’s in information technology from Visvesvaraya Technological University (India).

2 Comments

  1. […] See http://www.couchbase.com/announcing-release-couchbase-plug-elasticsearch  […]

  2. Anil

    Question 1 – I am using couchbase elastic connector 4.2 , and trying to configure the TOML file . My source document has docType as “EBA::CP” . How to model it in the connector TOML file , i tried using below snippet

    [[elasticsearch.type]]
    regex = ‘(?.+?)::.*’

    however regex is directing the index to “EBA” only . I want index to be “EBA::CP”
    Any help is greatly apreciated ?

    Question 2 – Using couchbase eventing , can i pick only a subset of fields in source document and send them to elastic search via couchbase elastic connector ? if “yes” can you point me to a sample ?

Leave a reply