如何重新启动弹性搜索?

时间:2018-04-17 08:29:52

标签: elasticsearch

我昨天在桌面上安装了它(Ubuntu 16.04)

elasticsearch.service - Elasticsearch
   Loaded: loaded (/usr/lib/systemd/system/elasticsearch.service; disabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since уто 2018-04-17 10:18:51 CEST; 2min 58s ago
     Docs: http://www.elastic.co
 Main PID: 20185 (code=exited, status=1/FAILURE)

апр 17 10:18:44 jh-System-Product-Name systemd[1]: Started Elasticsearch.
апр 17 10:18:51 jh-System-Product-Name systemd[1]: elasticsearch.service: Main process exited, code=exited, status=1/FAILURE
апр 17 10:18:51 jh-System-Product-Name systemd[1]: elasticsearch.service: Unit entered failed state.
апр 17 10:18:51 jh-System-Product-Name systemd[1]: elasticsearch.service: Failed with result 'exit-code'.

我试过了两次

sudo update-rc.d elasticsearch defaults 95 10
sudo systemctl start elasticsearch

我在elasticsearch.yml

中更改了network.host和port
network.host: 192.168.0.1
http.port: 9200

我做了Val建议的

sudo /bin/systemctl daemon-reload
sudo /bin/systemctl enable elasticsearch.service

如果我去

sudo journalctl -f

然后我

kibana[16891]: {"type":"log","@timestamp":"2018-04-17T08:37:39Z","tags":["warning","elasticsearch","admin"],"pid":16891,"message":"Unable to revive connection: http://localhost:9200/"}
kibana[16891]: {"type":"log","@timestamp":"2018-04-17T08:37:39Z","tags":["warning","elasticsearch","admin"],"pid":16891,"message":"No living connections"}

我试图重新启动

elasticsearch.service: Main process exited, code=exited, status=1/FAILURE
 elasticsearch.service: Unit entered failed state.
 elasticsearch.service: Failed with result 'exit-code'.
 milenko : TTY=pts/1 ; PWD=/home/milenko ; USER=root ; COMMAND=/bin/journalctl -f

这个输出是什么意思?

我不明白什么是错的,我也有同样的问题。

0 个答案:

没有答案