elasticsearch-kopf
elasticsearch-kopf copied to clipboard
Use PUT to create indices, not POST
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.