lmenezes / elasticsearch-kopf

web admin interface for elasticsearch
MIT License
2.41k stars 332 forks source link

Use PUT to create indices, not POST #382

Open micw opened 8 years ago

micw commented 8 years ago

Documentation for 2.x and 5.x defines PUT as operation to create an index. Starting with 5.0.0-rc1 POST is not allowed for creating indices anymore.