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'
本文标题:ElasticSearch
本文链接:https://www.haomeiwen.com/subject/ztfdvttx.html
网友评论