Linux Mint 18에서 Elasticsearch를 실행할 수 없습니다

Linux Mint 18에서 Elasticsearch를 실행할 수 없습니다

저는 아무런 문제 없이 Linux Mint에 Elasticsearch를 설치했습니다.

이 튜토리얼에 따른 모든 것Ubuntu 14.04에 elasticsearch를 쉽게 설치.

모든 설치 단계가 잘 진행되었습니다. 그러나 쉬운 확인을 실행하려면 다음을 수행하십시오.

곱슬 곱슬하다http://localhost:9200

내가 얻은 것 :

nazar@lelyak-desktop:~$ curl -X GET 'http://localhost:9200'
curl: (7) Failed to connect to localhost port 9200: Connection refused

PC 재부팅이 도움이 되지 않았습니다.

이 문제를 해결하는 방법은 무엇입니까?

답변1

공식 문서를 따르세요여기연결된 요점 대신 매우 오래된 ES 버전을 나타냅니다. 다음을 사용하여 최신 deb 저장소를 설정하십시오.

echo "deb https://artifacts.elastic.co/packages/6.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-6.x.list

apt를 통해 설치하십시오.

답변2

터미널로 이동하여 다음을 실행합니다.

sudo service elasticsearch start

관련 정보