Skip to content

azaitsev/plunger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Plunger for ElasticSearch

Elasticsearch force assign unassigned shards

No RED elasticsearch cluster anymore!

This simple script allocate unassigned shards to ES data nodes.

Usage:

python plunger.py --host es.example.com --assign_to es-data1.example.com es-data2.example.com

You can specify one ore multiple data nodes. If you specified several nodes then destination node will be selected randomly for each shard.

Avalable params:

--host 
Your ES master name or IP

--port
ES master port

--assign_to
Names of ES data nodes (space separated)

Do not forget to install requirements.

About

Elasticsearch force assign unassigned shards

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages