ShilpaT
(Shilpa )
April 15, 2019, 1:22pm
1
I am trying to do an update Elasticsearch from 5.6.3 to 7.0.0. I am referring to the following guide for it:
https://www.elastic.co/guide/en/elasticsearch/reference/current/restart-upgrade.html
The browser is throwing following error on step 2: Stop indexing and perform a synced flush.
{"message":"closed: [index_closed_exception] closed, with { index_uuid="Q9-Fk8hdT5CqQyGUDKDtoA" & index=".kibana_1" }","statusCode":400,"error":"Bad Request"}
dadoonet
(David Pilato)
April 15, 2019, 1:38pm
2
You can't upgrade from 5.x to 7.0 directly. Indices are not compatible and must be upgraded in 6.7.x first.
ShilpaT
(Shilpa )
April 15, 2019, 1:39pm
3
My bad, I wrote '5.6.3' instead of '6.5.3'. The current version I'm using is 6.5.3
dadoonet
(David Pilato)
April 15, 2019, 2:05pm
4
You should upgrade to 6.7.x and use the upgrade assistant in Kibana to see what you need to fix if anything.
system
(system)
Closed
May 13, 2019, 2:05pm
5
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.