Deleting .Kibana results in too many redirects

I got it,

I created the .kibana index manually. Here is the solution in case anybody ends up screwing kibana like me,

curl -XPUT -H 'Content-Type: application/json' http://172.31.27.95:9200/.kibana/ -d '{ "index.mapper.dynamic": true }'
2 Likes