Uploaded image for project: 'Couchbase Elasticsearch Connector'
  1. Couchbase Elasticsearch Connector
  2. CBES-119

Test Open Distro for Elasticsearch

    XMLWordPrintable

Details

    • Task
    • Resolution: Duplicate
    • Major
    • None
    • None
    • None

    Description

      Open Distro for Elasticsearch appears to be compatible with the connector, but is not officially supported because we don't test it.

      The docker image requires secure connections by default, and comes with a demo root CA certificate that must be imported into the trust store used by the connector. The default credentials are username=admin password=admin

      The demo root CA certificate can be extracted from a running docker container:

      docker cp <container_id_or_name>:/usr/share/elasticsearch/config/root-ca.pem es-root-ca.pem
      keytool -importcert -file es-root-ca.pem -keystore my-trust-store.jks
      

      When prompted for a keystore password, use password specified in secrets/truststore-password.toml.

      Modify the [truststore] section of the connector config so path points to my-trust-store.jks. Modify the [elasticsearch] section so username = 'admin' and secureConnection = true. Modify the secrets/elasticsearch-password.toml file so password = 'admin'.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              david.nault David Nault
              david.nault David Nault
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty