Em raspbian eu preciso ter elasticsearch. Então eu instalo do apt-get e start, mas não consigo me conectar a ele.
service elasticsearch status
● elasticsearch.service - LSB: Starts elasticsearch
Loaded: loaded (/etc/init.d/elasticsearch; generated; vendor preset: enabled)
Active: active (exited) since Sun 2018-04-15 13:46:01 UTC; 1min 6s ago
Docs: man:systemd-sysv-generator(8)
Process: 1226 ExecStop=/etc/init.d/elasticsearch stop (code=exited, status=0/SUCCESS)
Process: 1284 ExecStart=/etc/init.d/elasticsearch start (code=exited, status=0/SUCCESS)
journalctl diz que tudo começou também
Eu já alterei o arquivo de configurações elásticas da seguinte forma:
network.host: 127.0.0.1
Mas isso não dá nenhum resultado.
curl -XGET 127.0.0.1:9200
curl: (7) Failed to connect to 127.0.0.1 port 9200: Connection refused
O Nmap show é apenas a porta 22 aberta.
Você tem alguma ideia do que está errado?
Tags elasticsearch raspbian