electrical: Maybe you should do nightly builds for the brave ;)
electrical
rgj: could do that yeah
duck_tape joined the channel
habanero_
electrical, if I start logstash with a debug I see no errors in log, however if I start with -t, I see the config test end with an OK, either way the java process dies shortly after...
I'm thinking it may be a open files issue with es on same host perhaps, have you seen this before?
eritho
electrical: it fails on some ruby gem deps in vendor/bundle
rgj, electrical: +1 on nightly builds
electrical: if you could build it for me it would be awesome :D
duck_tape has quit
Comradin joined the channel
aqquadro joined the channel
JohnnRun has quit
Kiranos
anyone using multiline with postfix mail.log output?
and hav a good regex for pattern
poolski
multiline with postfix?
hmm.. wasn't aware postfix ever logged multiline
Kiranos
yea its 3-5 lines for an event
poolski
I have a good Postfix grok pattern set for single-line entries
mine isn't... :|
odd
3-5 lines or just wrapped in your terminal?
Kiranos
cat /var/log/mail.log |grep 759FF4B87E88 |wc -l
5
for example
poolski
:(
vali
poolski what kind of zimbra do you use ? (community or network )
poolski
that might just refer to that QID showing up 5 times... but ok
network
we use it for our company mail
vali
how many users ?
poolski
70ish mailboxen
vali
ok
and hardware setup ?
poolski
all our stuff's virtualised - the zimbra box has 6(I think) CPUs, 24G RAM
I'm looking forward to ZCS8.5
more distributed/modular infrastructure for better redundancy/expansion
Title: logstash - open source log management (at logstash.net)
Elhu has quit
eritho
electrical: here´s the error message when trying to make the tarball from github master: => Ensuring ruby gems dependencies are in vendor/bundle...
make: *** [vendor/bundle] Error 1
ksclarke joined the channel
kepper has quit
fllr joined the channel
Elhu joined the channel
ade_b has quit
lieter
poolski: I'm gonna steal your amavis stuff :P
rgj
Who is maintaining the relp-plugin?
fllr has quit
electrical
eritho: ah.. did you do 'make clean' before?
eritho
electrical: same error after running make clean and then make tarball
bruun_ joined the channel
poolski
lieter, go for it
rhoml
why does lostash 1.4 tries to start logstash-web every second on my agents?
QaDeS has quit
poolski
also, does setting prefetch_count to 0 stop LS from prefetching from RMQ?
I need it to handle one event at a time
bruun_
Hi, anyone can help me? Having issues with removing fields using logstash. Current configuration nxlog (gelf output)-->logstash (gelf output)-->graylog2. Using the filter mutate but it doesn´t work, the field that needs to be removed still appears in Graylog2
smintz joined the channel
filter { mutate { type => all remove_field => [ "version", "Keywords", "facility", "type", "full_message" ] } }
electrical
eritho: okay. you might need to remove the vendor dir
_pitchfork_ joined the channel
JohnnRun has quit
rgj
Hmmm ..
poolski
Cyis|afk|afk, you astill AFK?
eritho
electrical: same error after removing vendor dir, make clean, make tarball
electrical
hmm. let me check on my dev machine
eritho
k.. thnx for the help btw..
electrical
np :-)
Kiranos
poolski: yes that is what I do today, first serch for email and time and the grab QID
and do a second search
rgj
What is the easiest way of getting rid of the portnumber in the host-field? Do i really need to grok it?
Ha! For purely non-profit reasons, all your nickserv accounts have been converted into freenode+ accounts;
peaceman has quit
electrical
habanero_: hehe yeah
i don't believe it
afterall. its April 1st
habanero_
it's 6 minutes late for april fools -but it must be a joke
rgj
Late? It's still April 1st here :)
habanero_
i thought there was an (unwritten) rule about the joke having to be before midday...
TomasNunez has quit
srage_ joined the channel
electrical
nah :-) they can do it all day :p
srage has quit
habanero_
it's a good'n' anyway
bruun_
Hi, anyone can help me? Having issues with removing fields using logstash. Current configuration nxlog (gelf output)-->logstash (gelf output)-->graylog2. Using the filter mutate but it doesn´t work, the field that needs to be removed still appears in Graylog2
rgj
And in the states, some of them are still sleeping.
bruun_
and there´s not much documentation on how to troubeshoot it :-(
rgj
bruun_: Maybe a link to your config and a description of which field that's not being removed.