Guys,
its been more than a week i've been struggling with this issue,
if possible, please give it a look and try to help :-(
i have a config file that im running logstash with which is suppose to
fetch the log file i specified in it and stream it to elasticsearch.
problem is that it worked twice and thats it. NO changes made to the file
and most of the times it doest load the data and doesnt show any error msg.
when i change the input from "file" to "stdin' it works fine.
this is the config file, which i belive the syntax is correct since it did
work twice...
input{
file{
path => "C:\elasticsearch-1.2.0\testLog.txt"
start_position => "beginning"
}
}
output{
elasticsearch{
host=> "localhost"
index=> "tester3"
protocol=> "http"
}
}
--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/8b0634eb-dd2c-47f3-9959-2e48bdcc349d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.