無法在 Linux Mint 18 上運行 Elasticsearch

無法在 Linux Mint 18 上運行 Elasticsearch

我在 Linux Mint 上安裝了 Elasticsearch,沒有遇到任何問題。

一切按照本教程進行在 Ubuntu 14.04 上輕鬆安裝 elasticsearch

所有安裝步驟都很順利。但是,當我想運行簡單檢查時:

捲曲http://本地主機:9200

我有:

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

電腦重開機沒有幫助。

如何解決這個問題?

答案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

相關內容