LoginSignup
3
3

More than 5 years have passed since last update.

elasticsearch zookeeper

Posted at

Elasticsearch zookeeper pluginを1.6.0に対応させてみた

インストール方法

% bin/plugin -url https://github.com/shinjiikeda/elasticsearch-zookeeper/releases/download/v1.6.0/elasticsearch-zookeeper-1.6.0.zip -install zookeeper

設定

elasticsearch.yml

discovery:
    type: com.sonian.elasticsearch.zookeeper.discovery.ZooKeeperDiscoveryModule
sonian.elasticsearch.zookeeper:
    settings.enabled: true
    client.host: localhost:2181
    discovery.state_publishing.enabled: true
3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3