Commit b9a2abb1 authored by nimrod's avatar nimrod
Browse files

Workbench: Replace Elasticsearch with Opensearch.

The Python library and Curator to allow working with Opensearch clusters
as well as Elasticsearch.
parent b11983bc
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -173,8 +173,8 @@ RUN apt-get update && \
        cryptography \
        dnspython \
        docker \
        elasticsearch-curator \
        elasticsearch[async] \
        curator-opensearch \
        opensearch-py[async] \
        fabric \
        flit \
        github3.py \