Skip to content

Instantly share code, notes, and snippets.

@pierophp
Created August 15, 2017 20:28
Show Gist options
  • Save pierophp/44bccfadecc0472839b5c61ec7e2c35e to your computer and use it in GitHub Desktop.
Save pierophp/44bccfadecc0472839b5c61ec7e2c35e to your computer and use it in GitHub Desktop.
Start Elastic Search Manually
sudo -u elasticsearch /usr/share/elasticsearch/bin/elasticsearch -d -p /var/run/elasticsearch/elasticsearch.pid -Epath.conf=/etc/elasticsearch/ -Epath.logs=/var/log/elasticsearch -Epath.data=/var/lib/elasticsearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment