Hi. So I've got a LS setup that does various filters and outputs to a few different places. How do I ensure that it keeps going even if one of the external outputs blocks up?
I have it archiving to local log files (MUST keep working), but also sending a copy to Loggly.org (non critical) and notifications to Nagios or Hipchat
at the moment if there's any kind of problem with one of the outputs, the whole thing backs up and stops.
ideas?
two instances with a rabbitmq with them seems recommended, but that feels like a large resource wasting solution and still doesn't solve keeping the other outputs working when one stops
mdedetrich has quit
at the moment if we have a minor network hiccough, it stops logging! and we can't diagnose
olauzon joined the channel
mdedetrich joined the channel
shafjac joined the channel
eper has quit
madpenguin joined the channel
virusuy has quit
virusuy joined the channel
madpenguin has quit
JDiPierro has quit
virusuy has quit
MACscr joined the channel
MACscr has quit
TomasNunez has quit
MACscr joined the channel
MACscr has quit
MACscr joined the channel
MACscr has quit
MACscr joined the channel
MACscr has quit
MACscr joined the channel
MACscr has quit
Ninjapold_ joined the channel
Ninjapold_
Heya
MACscr joined the channel
warkolm
MugginsM that's the way it's designed, it'll change moving foward. you're best best is to break things up into chunks and then use a broker
virusuy joined the channel
MugginsM
warkolm: a LS instance for each output?
muxdemux joined the channel
torqu3e has quit
(with a decent queue in front)
warkolm
just have the LS parser spit things back out into a broker, then run another LS instance for all your outputs to each endpoint
gentunian has quit
daito joined the channel
rtoren joined the channel
JDiPierro joined the channel
io_syl joined the channel
fev3r101 has quit
io_syl has quit
kjstone00 joined the channel
Hell_FireW has quit
fev3r101 joined the channel
Hell_FireW joined the channel
virusuy has quit
Ninjapold_
I am getting "Permission denied" messages in my logstash log, should I somehow start Logstash as root or is there a better way of dealing with this?
warkolm
permission denied for what
torqu3e joined the channel
virusuy joined the channel
virusuy has quit
virusuy joined the channel
mako_reactor joined the channel
brokencycle has quit
sid11
warkolm: well, tried my best for tonight still getting parse errors, wish I could find out what on. If you happen to recall who wrote that article on sage, I'd be interested in talking with them. Thanks for help earlier. g'night
Ninjapold_ has quit
Ninjapold joined the channel
Ninjapold_ joined the channel
warkolm
sid11 @bcshort on twitter is the person
sid11
Great, thanks!
virusuy has quit
Ninjapold has quit
virusuy joined the channel
jettroc joined the channel
dasrecht_off is now known as dasrecht
jmreicha_ joined the channel
jettroc has quit
colinsurprenant joined the channel
p0rkbelly joined the channel
muxdemux has quit
kepper joined the channel
kepper has quit
virusuy has quit
virusuy joined the channel
NoodlesNZ joined the channel
NoodlesNZ
what's a good value for a logstash java heap size? It seems java keeps on running out of memory when running logstash every 7-8 hours.
warkolm
it shouldn't, what version are you on
NoodlesNZ
1.4.2
I have the heap size set at 1g at the moment
virusuy has quit
virusuy joined the channel
joemiller joined the channel
ghostpl_ joined the channel
Hell_FireW has quit
virusuy has quit
Hell_FireW joined the channel
Felixxx joined the channel
Felixxx has left the channel
ghostpl_ has quit
warkolm
that's pretty low, I'd go 4 personally
virusuy joined the channel
virusuy has quit
virusuy joined the channel
also upgrade to 1.4.4 as there will be bug fixes
Ninjapold__ joined the channel
Hell_FireW has quit
Ninjapold_ has quit
RAMSay joined the channel
virusuy has quit
virusuy joined the channel
m0nky
i have a log source with a host field that seems to be overwritten by a host field that LS or LSF is replacing, anyone else had this issue?