2016-05-30 1 views

答えて

1

あなたはそれを見逃しています。

それはElasticsearch::API::Actions.info

クラスター(名前、バージョン)についての戻る簡単な情報です。

私は、これはポート9200上のlocalhostのために十分であろうと信じて:

require 'elasticsearch' 

client = Elasticsearch::Client.new log: true 

client.info 
関連する問題