I want to send logs from csv to elasticsearch.
csv ex. 001, mike, 17
but every five minutes there's an appended data to the csv. ex. after 5 mins.
001, mike, 17 002, oscar, 19
how can i send data from csv realtime to the elasticsearch? what technologies will i use?
I'd use filebeat to monitor file changes.
Then logstash to parse the CSV and transform to JSon.
Read: http://david.pilato.fr/blog/2015/04/28/exploring-capitaine-train-dataset/
Or ingest CSV plugin:
Also read:
Thank you very much @dadoonet. I'll try this.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.