ohlol/logstash-tail

duplicate output?

Opened this issue · 2 comments

$ logstash-tail -H localhost -p 9090

2013-02-06T04:59:05.286913Z jupiter.home.kitchen.io:   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2013-02-06T04:59:05.286913Z jupiter.home.kitchen.io:   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2013-02-06T04:59:05.288100Z jupiter.home.kitchen.io:                                  Dload  Upload   Total   Spent    Left  Speed
2013-02-06T04:59:05.288100Z jupiter.home.kitchen.io:                                  Dload  Upload   Total   Spent    Left  Speed
100   317  100   317    0     0   4167      0 --:--:-- --:--:-- --:--:-- 11740
100   317  100   317    0     0   4167      0 --:--:-- --:--:-- --:--:-- 11740

That's from a single curl command going into logstash.

relevant logstash.conf section:

tcp {
    mode => "server"
    port => "9090"
    host => "127.0.0.1"
}

Running python 2.7.3 on ubuntu quantal 64 bit.

I also had this issue on python 2.6, but I don't have that machine in front of me to get more details. I can do tomorrow.

I'm running 0.0.3 version of logstash-tail

hmm, and you don't see duplicate output when telnetting to the port?

Nope. Oddest thing.

Insert PGP signature here.

On Feb 15, 2013, at 8:58 PM, scott smith notifications@github.com wrote:

hmm, and you don't see duplicate output when telnetting to the port?


Reply to this email directly or view it on GitHub.