Upgrade Assistant README reindexing steps are inaccurate #121237
Labels
chore
Feature:Upgrade Assistant
Team:Kibana Management
Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
The current README states that reindexing works like this:
Per @yuliacech's comment at #120137 (comment), the correct steps are:
test_data
to read-only using theindex.blocks.write: true
settingreindexed-v6.8-test_data
test_data
toreindexed-v6.8-test_data
test_data
that points toreindexed-v6.8-test_data
test_data
Whoever updates the README should read through https://github.com/elastic/kibana/blob/main/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.ts and verify what I've stated is correct.
While we're at it, we should also update this comment:
kibana/x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.ts
Lines 159 to 176 in bd58008
The comment states "so new data can be indexed", but that doesn't make sense because we're setting the index to be read-only. This might have just been a typo.
The text was updated successfully, but these errors were encountered: