Hi Warkolm,
I juststopped logstash, deleted my sincedb file, modified my config to the one below, and started logstash. Still not working. Any more suggestions?
input {
file {
path => "C:\Users\grusz_000\Desktop\logstash-1.5.1\bin\ip.log"
start_position => "beginning"
}
}
output {
stdout { codec => rubydebug }
#elasticsearch{ host => localhost }
}