Integrate new content of CSV document in elasticsearch

Hi,

I made some change in the content of some fields of elasticsearch !
Concretely this corresponds to change the content of some columns in my CSV document and then integrate the new document (in own sense) in the database managed by elasticsearch and finally I launched the logstash command but when I checked my new content I've realized that there's no change !

So my question is how can I integrate my modifications without being obligated to do it directly with JSON because my CSV document contains more than 2000 lines ?

Thank you !

Have a look at partial updates.

1 Like