Bulk upload from csv to elasticsearch

Hi,

How we can do bulk upload from csv to elasticsearch . I have more than 20000000 record, how i can upload it, and i want to use that record as suggested search, it is cities list.

Thanks

Thanigaivelan

You can use Logstash to read your csv using csv input plugin and send data to Elasticsearch.

1 Like