ElasticSearch
2018-03-06 本文已影响0人
EnvProtection
ps aux | grep elasticsearch
kill -15 pid
curl 'http://localhost:9200/?pretty'
curl 'http://localhost:9200/_cat/health?v'
curl -XGET 'localhost:9200/_cat/health?v&pretty'
ps aux | grep elasticsearch
kill -15 pid
curl 'http://localhost:9200/?pretty'
curl 'http://localhost:9200/_cat/health?v'
curl -XGET 'localhost:9200/_cat/health?v&pretty'