From b9a2abb1bab6d74c442ff8c26716326f94099e3f Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 24 Apr 2023 10:26:05 +0300 Subject: [PATCH] Workbench: Replace Elasticsearch with Opensearch. The Python library and Curator to allow working with Opensearch clusters as well as Elasticsearch. --- workbench/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workbench/Dockerfile b/workbench/Dockerfile index 97f0629..2a6da31 100644 --- a/workbench/Dockerfile +++ b/workbench/Dockerfile @@ -173,8 +173,8 @@ RUN apt-get update && \ cryptography \ dnspython \ docker \ - elasticsearch-curator \ - elasticsearch[async] \ + curator-opensearch \ + opensearch-py[async] \ fabric \ flit \ github3.py \ -- GitLab