is it possible to make errors in an output simply stall the queue, instead of dropping events?
qru joined the channel
I'm trying to configure my logstash worker so that if elasticsearch is down, it blocks until it's back, and eventually stops consuming from the inputs (Redis). It seems to just drop events instead though...
phtwo joined the channel
Is this blocking queue-like behaviour not how logstash is supposed to work? Am I missing something here?
warkolm
it should block rather than drop
sbfox1
Its my understanding that any output queue failure will block all output queues, then filter queues, then input queues
jeanluke has left the channel
Bongster joined the channel
torrancew
^^^ ++
whack
robodwyer: "errors in an output simply stall the queue" is the behavior of logstash.
kpike has quit
Killsudo joined the channel
kpike joined the channel
kireevco has quit
robodwyer
whack: interesting. I have a pretty simple setup with a Redis list input, Elasticsearch output, and when I took down elasticsearch the Redis list did not appear to fill up.
lucascastro has quit
there was a ton of errors in the logstash logs though (more than the default queue size of 20), so I assumed it had lost them. I'll have to double-check.
nemothekid joined the channel
kpike has quit
Cyber-WarDaddy has quit
sbfox1: would having a lot of filters increase the overall buffer? i.e. more events would have to pile up before the input would block?
sbfox1
I *think* the buffers of each pipeline are relatively small, 20-30 events iirc
supersheep has quit
sbfox1 has quit
lucascastro joined the channel
antgel joined the channel
fev3r101 joined the channel
_maes_ has quit
mkaesz joined the channel
libtek has quit
aiRness_ is now known as aiRness
mkaesz has quit
robodwyer has quit
radiocats joined the channel
radiocats joined the channel
phtwo has quit
willejs has quit
TomasNunez joined the channel
phtwo joined the channel
dendazen joined the channel
MugginsM joined the channel
TomasNunez has quit
kjstone00 joined the channel
darkpixel has quit
_JZ_ has quit
eper has quit
Kurocon has quit
_Bryan_ has quit
dendazen has quit
Kurocon joined the channel
yimmy joined the channel
Kurocon has quit
Kurocon joined the channel
darkpixel joined the channel
gentunian joined the channel
IAX has quit
chenryn joined the channel
stormpython joined the channel
mkaesz joined the channel
tphummel joined the channel
is-mw2 has quit
tphummel has left the channel
is-mw joined the channel
qru joined the channel
mkaesz has quit
lucascastro has quit
lucascastro joined the channel
daito joined the channel
Bongster has quit
pheaver has quit
Rapture has quit
SkyRocknRoll joined the channel
IAX joined the channel
IAX has quit
IAX joined the channel
kjstone00 joined the channel
colinsurprenant joined the channel
yimmy joined the channel
vangap joined the channel
achan joined the channel
brahama joined the channel
NightKhaos
Hey, where in the "event" schema is the tags? i.e. if I want to add a tag inside a "ruby" block how to do I do it? I know how to add a field event["fieldname"] = "field_value" but not sure how to do tags. I throught maybe it'd be something like event["tags"].push("newtag") but that doesn't seem to work.
laudo has quit
racar joined the channel
ghostpl_ joined the channel
racar
I sorry guys, but i just installed logstash and run -e with basic input/output ( like on the website) but i don't see anything back as i type. Any hints for me ? thx
Bongster joined the channel
Bongster has quit
ivan5 has quit
stormpython
racar: do you have elasticsearch running? is anything being indexed?
NightKhaos
Nevermind. Got it... OF COURSE their is a tag method. :P
racar
stormpython: i don't want using elasticsearch at the moment. Just want to test it. ( yes i want to use ELK, but not yet )
i just run : bin/logstash -e 'input { stdin { } } output { stdout {} }'
gentunian has quit
stormpython
racar: ok
thats interesting because it ran for me, which system are you running on
perhaps you could check the logs
racar
i tried on linux mint and ubuntu 14.04
the log are empty , im running directly in command line with "-e"
tigryss_ joined the channel
avleen
whack: only 3 blockers left before 1.5? :)
stormpython
racar: how long do you wait for a response, mine seems to take some time
at least for the first one
racar
hahah you'Re right.
damn, i feel stupid ;P
tigryss__ has quit
stormpython
racar: cool
racar
thx
stormpython
np
SkyRocknRoll joined the channel
iax7 joined the channel
Bongster joined the channel
_maes_ joined the channel
Bongster has quit
whack
avleen: yep! Hoping we get RC1 out the door this week; we'll see.
the team's doing an awesome job shaving yaks to finish up some things
I'm busy focusing on lsf 0.4.0 which may come soon also
avleen
i saw! this is really cool. very excited.
oooooooooo anything fun in there?
whack
nothing fun in lsf
avleen
hehe
whack
I am experimenting with disabling TLS because, for lack of better phrasing, fucking tired of people asking for it