Hello,
Just as feedback, I have to voice some frustration trying several paths to upgrade elastic/kibana/logstash.
(CentOS, single node, nothing fancy)
Attempt #1: yum upgrade to latest 5.6.4, then using yum again to upgrade to 6
Results - kibana re-index step number 2 (link and details below) in the upgrade page fail on the second step
I ended up reverting the VM to prior state
Attemp #2: trying to install x-pack and registering basic license, in order to use x-pack UI for upgrades
Results - destroyed my install, unusable, unreachable
I ended up reverting the VM to prior state
Attemp #3: yum update from existing 5.6 (not latest) to 6 directly
Results - reindex fails, no known way to fix
I ended up reverting the VM to prior state
Attempt #4: trying #1 again, but really tired of those attempts. The reindex is killing it, and
Step number 2 in this link is failing every time:
https://www.elastic.co/guide/en/kibana/6.0/migrating-6.0-index.html
The line "index.mapping.single_type": true" seems to be problematic,
Any suggestions highly appreciated
Error from 2nd step of reindexing:
"error" : {
"root_cause" : [
{
"type" : "illegal_argument_exception",
"reason" : "unknown setting [index.mapping.single_type] please check that any required plugins are installed, or check the breaking changes documentation for removed settings"
}
],
"type" : "illegal_argument_exception",
"reason" : "unknown setting [index.mapping.single_type] please check that any required plugins are installed, or check the breaking changes documentation for removed settings"
},
"status" : 400
}