Bulk Reindexing

I have a field that I discovered has been recording values as both uppercase and lowercase. This is causing issues in Kibana data tables as they see Example as being different from example. I've corrected the issue in Logstash to mutate the field value but I need to reindex all the existing data to have it display properly. How can I go about bulk reindexing these indices?

The Reindex API sounds like the right tool for this job.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.