If you’ve already indexed a bunch of data into Elasticsearch and changed your mind on how you want it stored, then you don’t have to worry, because in this hands-on lab, you will get to use the reindex and update-by-query APIs in Elasticsearch to modify already ingested data.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Fix the Typo for the King Lear Play
From the Kibana console on the
es1
node, update theshakespeare
index to fix the misspelled "King Leer"play_name
to "King Lear".- Copy the Shakespeare Index from the es1 Node to the Shakespeare Node
From the Kibana console on the
shakespeare
node, remote copy theshakespeare
index fromes1
to a localshakespeare
index.