Dear all,
when i follow the article to ingest data from a relational database (MSSQL), which is that one: Klick and i stdout the results to console, i receive duplicates. Exactly i use:
stdout {
codec => json
}
for the output on console.
I just want to know if theres something to prevent duplicates out of the box, like as i understand on files input sincedb is used for....
the matter is that the same output to elasticsearch is not a problem at all, as i assume ES handles the duplicates itself (?).
Any suggestions....
Thanks