diff --git a/migration-guide.md b/migration-guide.md index 1fa7fdc..c7a6972 100644 --- a/migration-guide.md +++ b/migration-guide.md @@ -24,11 +24,11 @@ The software `jq` is required to manipulate JSON and create new indexes. More in Run the following command : ```bash -curl -s http://127.0.0.1:9200/the_hive_15?human | jq '.the_hive_15.settings.index.version.created' +curl -s http://127.0.0.1:9200/the_hive_15?human | jq '.the_hive_15.settings.index.version.created_string' ``` -- if the output is similar to `"5xxxxxx"` then your database index has been created with Elasticsearch 5.x reindexing is required, you should follow [a dedicated process to upgrade](../admin/upgrade_to_thehive_3_5_and_es_7_x.md). -- If it is `"6xxxxxx"` then your database has been created with Elasticsearch 6. +- if the output is similar to `"5.x"` then your database index has been created with Elasticsearch 5.x reindexing is required, you should follow [a dedicated process to upgrade](../admin/upgrade_to_thehive_3_5_and_es_7_x.md). +- If it is `"6.x"` then your database has been created with Elasticsearch 6. ### Your database was created with Elasticsearch 5.x or earlier