Loading CSV

how can i uploading CSV to elasticsearch using Python ?

The python client is here:
https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/index.html

However, the easiest way to upload a csv file is to use the logstash product in combination with the csv filter. Take a look at that.

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