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 }'
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 }'
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.