Saturday, 23 April 2016
How to check if Elasticsearch is running or not ?
Check if ES is running as a service
#
service elasticsearch
status
Check ES in Java processes
# ps -aef | grep
java
Check by sending search request
#
curl -XGET
'http://localhost:9200/'
No comments:
Post a Comment
Note: only a member of this blog may post a comment.
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: only a member of this blog may post a comment.