My input file configuration is as follow:
input {
file {
path => "c:\temp\my-logstash.input"
type => "logs"
start_position => "end"
}
}
Yet, every time I add a row to the my-logstash.input file, the entire file is re-indexed (I redirect the output to Elasticsearch).
I checked the sincedb file under $LS_HOME\data\plugins\inputs\file and the byte count is correct.
What am i possibly doing wrong?
Thanks a lot!
-Ziv