Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 170 Bytes

elasticsearch.md

File metadata and controls

6 lines (6 loc) · 170 Bytes

Check to see if Elasticsearch is running.

sudo lsof -i TCP | grep 9200
sudo lsof -iTCP -sTCP:LISTEN | grep elasticsearch
curl -IGET http://localhost:9200