diff --git a/README.md b/README.md index 4c0c934a72e52576fb6927bd2c641987b05de73c..e88a637e66322849999124edf48216a58432c7d6 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