diff --git a/elasticsearch/prep-install.prod b/elasticsearch/prep-install.prod index b2729f3e9..1516d7db5 100644 --- a/elasticsearch/prep-install.prod +++ b/elasticsearch/prep-install.prod @@ -2,6 +2,6 @@ source $(dirname "$0")/ci-env.sh es_plugins=( - ${MAVEN_REPO_URL}io/fabric8/elasticsearch/openshift-elasticsearch-plugin/$OSE_ES_VER/openshift-elasticsearch-plugin-$OSE_ES_VER.zip - ${MAVEN_REPO_URL}org/elasticsearch/plugin/prometheus/elasticsearch-prometheus-exporter/$PROMETHEUS_EXPORTER_VER/elasticsearch-prometheus-exporter-$PROMETHEUS_EXPORTER_VER.zip + ${MAVEN_REPO_URL}com/amazon/opendistroforelasticsearch/opendistro_security/${OPENDISTRO_VER}/opendistro_security-${OPENDISTRO_VER}.zip + ${MAVEN_REPO_URL}org/elasticsearch/plugin/prometheus/prometheus-exporter/$PROMETHEUS_EXPORTER_VER/prometheus-exporter-$PROMETHEUS_EXPORTER_VER.zip )