https://github.com/zircote/serverset-plugin
WIP, Zookeeper Serverset discovery plugin for elasticsearch
https://github.com/zircote/serverset-plugin
Last synced: about 1 year ago
JSON representation
WIP, Zookeeper Serverset discovery plugin for elasticsearch
- Host: GitHub
- URL: https://github.com/zircote/serverset-plugin
- Owner: zircote
- License: apache-2.0
- Created: 2015-04-13T00:11:34.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-14T06:28:54.000Z (over 9 years ago)
- Last Synced: 2024-12-25T17:43:03.694Z (over 1 year ago)
- Language: Java
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Zookeeper ServerSet Discovery Plugin for Elasticsearch
======================================================
You need to install a version matching your Elasticsearch version:
| Elasticsearch | AWS Cloud Plugin | Docs |
|------------------------|-------------------|------------------------------------------------------------------------------------------------------------------------------------|
| es-1.5 | 1.0-SNAPSHOT | [1.0-snapshot](https://github.com/zircote/serverset-plugin) |
To build a `SNAPSHOT` version, you need to build it with Maven:
```bash
mvn clean install
plugin --install serverset --url file:target/releases/serverset-plugin-1.0-SNAPSHOT.zip
```
## Generic Configuration
```
```
## Discovery
Here is a simple sample configuration:
```
discovery:
type: com.zircote.elasticsearch.zookeeper.serverset
serverset:
enabled: true
serverset_path: /aurora/ec2-user/prod/elasticsearch
zk_ensemble: 127.0.0.1:2181
```
License
-------
This software is licensed under the Apache 2 license, quoted below.
Copyright 2015 Robert Allen
Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.