{"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"Rejecting mapping update to [.kibana-6] as the final mapping would have more than 1 type: [doc, type1]"}],"type":"illegal_argument_exception","reason":"Rejecting mapping update to [.kibana-6] as the final mapping would have more than 1 type: [doc, type1]"},"status":400}
In this case it seems, that the request you actually send to Kibana, still contains some type1 type besides the doc type. Could you please check your query again, and compare it to the one in the documentation? There should only be the doc type in there, and no further type. Also the index should not exist beforehand.
Could you try executing a curl <yourES:9200>/.kibana-6/_mappings and post the output of that, and also paste the exact command you executed here (best a screenshot of the command and the response), please.
{"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index","resource.type":"index_or_alias","resource.id":".kibana-6","index_uuid":"_na_","index":".kibana-6"}],"type":"index_not_found_exception","reason":"no such index","resource.type":"index_or_alias","resource.id":".kibana-6","index_uuid":"_na_","index":".kibana-6"},"status":404}
Thanks for providing this. I don't see any obvious error and that looks rather weird to me.
@tylersmalley Could someone from the operations team have an idea, where the type1 comes from in this request when executing against an non existing mapping?
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.