Cannot load index from external file using logstash

Hi all,

i am running one instance of elastic and one of logstash in parallel on the
same computer.

when trying to load a file into elastic, using logstash that is running the
config file below, i get the follwing output msgs on elastic and no file is
loaded
(when input is configured to be stdin everything seems to be working just
fine)

any ideas?
"
[2014-06-17 22:42:24,748][INFO ][cluster.service ] [Masked Marvel]
removed
{[logstash-Eitan-PC-5928-2010][Ql5fyvEGQyO96R9NIeP32g][Eitan-PC][inet[Eitan-PC/10.0.0.5:9301]]{client=true,
data=false},}, reason:
zen-disco-node_failed([logstash-Eitan-PC-5928-2010][Ql5fyvEGQyO96R9NIeP32g][Eitan-PC][inet[Eitan-PC/10.0.0.5:9301]]{client=true,
data=false}), reason transport disconnected (with verified connect)

[2014-06-17 22:43:00,686][INFO ][cluster.service ] [Masked Marvel]
added
{[logstash-Eitan-PC-5292-4014][m0Tg-fcmTHW9aP6zHeUqTA][Eitan-PC][inet[/10.0.0.5:9301]]{client=true,
data=false},}, reason: zen-disco-receive(join from
node[[logstash-Eitan-PC-5292-4014][m0Tg-fcmTHW9aP6zHeUqTA][Eitan-PC][inet[/10.0.0.5:9301]]{client=true,
data=false}])
"

input {
file {
path => "c:\testLog.txt"
}
}

output {
elasticsearch { host => localhost
index=> amat1
}
}

--
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 elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/4277c367-e6f7-4c6c-99fa-89c6c5a3a132%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.