4

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??

Sagnik Sinha
  • 873
  • 1
  • 11
  • 22
  • Is Java a requirement here? Have you looked at [Logstash](http://www.elasticsearch.org/overview/logstash/)? It's the ETL provided by ElasticSearch in its stack. – ThomasC Jan 30 '15 at 09:50
  • I initially wanted to make a generic logstash config file that would work for all csv files. Posted a qn in stackoverflow regarding the same. No answer [link](http://stackoverflow.com/questions/28229613/determine-the-column-names-from-the-csv-file-in-logstash-config) – Sagnik Sinha Jan 30 '15 at 10:39

1 Answers1

1

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

Vishal Shukla
  • 2,848
  • 2
  • 17
  • 19