Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create a new search feed in the Swarm UI. Do not select Make primary.

  2. Wait until the new feed has completed indexing the cluster, when the feed shows 0 "pending evaluation".

  3. Make it the primary feed when the new feed is ready. Go Navigate to Cluster > Feeds, open the new Search feed, and select Make primary from the drop-down menu in the Swarm UI. 
     

  4. Operate with both feeds for several days. You can restore the old feed to be primary during troubleshooting if there is a problem.

  5. Delete the old feed after this confirmation period. Go  Navigate to Cluster > Feeds, open the old Search feed, and select Delete from the drop-down menu in the Swarm UI. 

  6. Delete the old index data to reclaim that space if desired.

    Code Block
    curl -XDELETE 'http://old-elasticsearch:9200/_all'  # do not do this to your production data!


...