How to insert data into elasticsearch from csv file using java

Sagnik Sinha picture Sagnik Sinha · Jan 30, 2015 · Viewed 7.3k times · Source

Is there a way by which I can parse csv files using java and then insert that data into elasticsearch so that I can render it and view it on kibana?? Are there any plugins or jars available for the same??

Answer

Vishal Shukla picture Vishal Shukla · Jan 30, 2015

You can take a look at CSV River Plugin or Logstash as already mentioned.