私は自分のアプリでelasticsearch/searchkickを実装しました。これは開発時に動作します。 elasticsearch/searchkick実装の私のリソースはGoRailsで、elasticsearchを正常にインストールしました。私はHerokuの上でそれを押したときしかし、それは私にエラーを与えた:Herokuでelasticsearchを設定するには?
"We're sorry, but something went wrong."
私はHerokuのログやエラーがありました:
"Completed 500 Internal Server Error in 16ms (Searchkick: 8.0ms | ActiveRecord: 0.0ms)"
と
"Faraday::ConnectionFailed (Connection refused - connect(2) for "localhost" port 9200):"
あなたはherokuダッシュボードにアドオンをインストールしましたか?右? https://devcenter.heroku.com/articles/bonsai#installing-the-add-on –