You'll have better luck sending this to the Logstash mailing list :) Regards, Mark Walkom
Infrastructure Engineer Campaign Monitor email: [email protected] web: www.campaignmonitor.com On 21 June 2014 08:02, Eitan Vesely <[email protected]> wrote: > 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 > <https://groups.google.com/d/msgid/elasticsearch/8b0634eb-dd2c-47f3-9959-2e48bdcc349d%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAEM624YhwCh2XQ1BjK5c5czTy3t0Wa%3DK46st6Gr5Ei%3D5JAkCyg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
