Thank you Chad and Matt, I'm now able to use PutElasticSearch5 processor for indexing rows from database since i've converted each record (avro format) to json first (using convertAvroToJson processor) before performing the indexing task. My flow look like:
<http://apache-nifi-developer-list.39713.n7.nabble.com/file/n16233/general.png> So any idea for how to do the same, but instead of pull data from database i would like to pull them from filesystem. So my idea is to pull files from a directory using the ListFile processor. And after that, i want to be able to convert them into Json (or another intermediate format) before indexing them using the PutElasticSerach5 processor. Any idea ? -- View this message in context: http://apache-nifi-developer-list.39713.n7.nabble.com/PutElasticSearch5-error-tp16198p16233.html Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.
