We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f12df commit 5f48b00Copy full SHA for 5f48b00
Dockerfile
@@ -8,6 +8,8 @@ ADD do_not_use.yml /elasticsearch/config/elasticsearch.yml
8
# Install Elasticsearch plug-ins
9
RUN /elasticsearch/bin/plugin install io.fabric8/elasticsearch-cloud-kubernetes/2.4.0_01 --verbose
10
11
+RUN /elasticsearch/bin/plugin install delete-by-query
12
+
13
# Override elasticsearch.yml config, otherwise plug-in install will fail
14
ADD elasticsearch.yml /elasticsearch/config/elasticsearch.yml
15
0 commit comments