How to install a plugin for the elasticsearch kubernetes cluster How to install a plugin for the elasticsearch kubernetes cluster kubernetes kubernetes

How to install a plugin for the elasticsearch kubernetes cluster


Attach to the container

docker exec -it 9f13966b1201 /bin/sh

Export the DISCOVERY_SERVICE

export DISCOVERY_SERVICE=${DISCOVERY_SERVICE:-elasticsearch-discovery}

Install the Plugin

/elasticsearch/bin/plugin  -install royrusso/elasticsearch-HQ

keep in mind this will not be persistent