I have documents that currently exist with a single _message field containing raw json. I'd like to reprocess all these documents and run them through a json parser to update the document and add fields / values.
What's the best approach for this?
External script to query, find a record needing updates, update it, then push it back to es as an update, or some other way?
Thanks
Zach