Add a new field in all the existing documents in ES

Hi,

I want to update existing documents by adding a new field, the value of which will be looked up from a csv file hosted on an external path (ftp, probably). I read about the translate filter that can be used to look up value of a field from csv file, but is there a way to update all the existing documents with that field?

Thanks.

Welcome to our community! :smiley:

You will need to reindex given you are extracting this from an external source.

1 Like

Thanks a lot @warkolm :slight_smile:

Can you please explain it in a bit more detail? There is a huge number of documents in ES, so what would be the way to go about it. Also the translate filter will be used in Logstash, so does Logstash's filters get executed on indexing/reindexing a document?

My questions may be very basic, but I am new to Elastic Stack, so your help would be of immense value.

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