Closed rkhapre closed 6 years ago
The output plugin processes whatever it’s given by input/filters. It has no filtering/skipping mechanism built into it. The only reason it would fail on a row is if your statement fails. But if this did happen it would output a log entry saying why. This is not a bug with the output plugin.
Sent from my iPhone
On 4 Feb 2018, at 13:02, rkhapre notifications@github.com wrote:
Hi
In a csv file i have 300 records, when i insert in database of Oracle, it gives me 299 records only. The first records is missed every time. I am using file input plugin
With exact same configuration when i post to elastic, it works perfectly ( 300 records)
Note :
In my csv file i have new line in the last line I clear sincedb path before i run it. It works perfectly with elastic as output Regards,Ritesh
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
Okay i got it. let me debug more
Hi
In a csv file i have 300 records, when i insert in database of Oracle, it gives me 299 records only. The first records is missed every time. I am using file input plugin
With exact same configuration when i post to elastic, it works perfectly ( 300 records)
Note :
Regards,Ritesh