I start with an empty Kibana index and add some data, a mapping, and previously exported visualizations.
After this, both the Discover and the Dashboards tabs are empty, in the debugger tools of my browser I see a request to elasticsearch/.kibana/_mapping with a resulting HTTP 400 Bad Request result and this data:
{
"status" : 400,
"error" : {
"type" : "illegal_argument_exception",
"root_cause" : [
{
"type" : "illegal_argument_exception",
"reason" : "mapper [version] cannot be changed from type [long] to [int]"
}
],
"reason" : "mapper [version] cannot be changed from type [long] to [int]"
}
}
Hm, I am not sure. I was able to export Saved Object from Kibana 5 and import them into Kibana 4.6. I had a pretty minimal setup though, with just 1 Saved Search, a few Visualizations, and 1 Dashboard. Then went to Settings -> Objects and clicked "Export Everything"
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.