Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Integration with Yandex Managed Service for Elasticsearch #75

Closed
gorbunkov opened this issue Jul 26, 2021 · 1 comment
Closed

Integration with Yandex Managed Service for Elasticsearch #75

gorbunkov opened this issue Jul 26, 2021 · 1 comment
Assignees
Milestone

Comments

@gorbunkov
Copy link
Contributor

gorbunkov commented Jul 26, 2021

https://cloud.yandex.com/en/services/managed-elasticsearch

Testing:

  1. Create Elasticsearch cluster in Yandex Cloud. Cluster should be available for application by url (public access).
  2. Get SSL certificate https://cloud.yandex.ru/docs/managed-elasticsearch/operations/cluster-connect#get-ssl-cert
  3. Put SSL certificate to location accessible for io.jmix.core.Resources bean.
  4. Specify SSL certificate location in application property jmix.search.elasticsearch.ssl.certificateLocation
  5. Specify cluster URL, login and password in corresponding application properties. Cluster URL template - https://c-<Elasticsearch cluster identifier>.rw.mdb.yandexcloud.net:9200 (https://cloud.yandex.ru/docs/managed-elasticsearch/operations/cluster-connect)
  6. Check basic index\search functionality
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants