logstash/qa/integration/services/dockerized/elasticsearch/run.sh
Wainer dos Santos Moschetta f9d313c535 ci: dockerized elastisearch service.
This change makes the elasticsearch service used
in integration tests be installed and started in
a docker container.

Fixes #7097

Fixes #7234
2017-06-06 10:29:19 +00:00

6 lines
171 B
Bash
Executable file

#!/bin/bash
ES_HOME=${WORKDIR}/elasticsearch
# Set "http.host" to make the service visible from outside the container.
${ES_HOME}/bin/elasticsearch -E http.host=0.0.0.0