From d4ac85e2e8dc5e9cfebbbbeaf9ceb5532a33abba Mon Sep 17 00:00:00 2001 From: Eike Cochu <eike@cochu.com> Date: Mon, 28 Mar 2016 19:01:31 +0200 Subject: [PATCH] updated ES installation --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4c0c934a..e88a637e 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,11 @@ The following steps were reproduced in that order on a fully updated Ubuntu 15.1 sudo systemctl enable elasticsearch sudo systemctl restart elasticsearch ``` + if installed from within a VM, rebind ElasticSearch host: + ```bash + sudo echo "network.bind_host: 0" >> /etc/elasticsearch/elasticsearch.yml + sudo systemctl restart elasticsearch + ``` and test if it is available: ```bash -- GitLab