Hey guys I am using elasticsearch and I ran it as a daemon...unfortunately now I don't know how to terminate it. whenever i go to 9200 i always get this:
{ "status" : 200, "name" : "Patsy Walker", "cluster_name" : "elasticsearch", "version" : { "number" : "1.7.4", "build_hash" : "0d3159b9fc8bc8e367c5c40c09c2a57c0032b32e", "build_timestamp" : "2015-12-15T11:25:18Z", "build_snapshot" : false, "lucene_version" : "4.10.4" }, "tagline" : "You Know, for Search" }
which i know means it is still up. how would i find the PID and then kill it?