Title: Aug 30 11:36:43 bertrand amavis[23044]: (23044-08-9) Passed CLEAN, LOCAL [IPv6:: - Pastebin.com (at pastebin.com)
whack
savant: ahha, yes
savant
what format for timestamp?
I use the following in php
date('c')
whack
savant: ISO8601
BaM`
whack: pls ignore.. I clipped out some data.. I'll make a new one
savant
whack: thanks
whack
BaM`: but basically you should be able to use multiline to have messages starting with '...' merge with the previous
BaM`
that's the problem though - they don't actually start with '...'
there's the standard syslog junk in front of each line
whack
right, do it in two steps
one, use grok to parse out the parts of the message
call the actual content part something like "HURRAYFORCHEESE"
or something appropriate
multiline on that field perhaps? Not sure if that's allowed
BaM`
that's what I'm wondering :/
whack
but you can take your captured field (that is the actual message, not just syslog headers) and use it as @message in the worst case
so grok, mutate to replace @mesage with the 'real message'
then multiline
BaM`
hm, that sounds like it will work, except I'd rather leave @message unmolested, for reference
whack
alternately
you could use multiline to say
dkinon joined the channel
lines starting with TIMESTAMP HOST PROGRAM: (whatever) \.\.\. get mreged upwards
BaM`
in multiline, when you give it a pattern, does it remove it from the result?
oh - will it use grok type tags? or do I need some regex for that?
yanqian joined the channel
whack
multiline patterns can be grok patterns for easier stuff
pattern => "%{SYSLOGBASE} \([^)]+\) \.\.\."
BaM`
oh in that case - that sounds easy
whack
grok type tags?
it doesn't remove anything (multiline)
BaM`
%{SYSLOGBASE}, etc
oh, so I'll have the dots stuffed in there and some syslog stuff in the middle of the recipients?
I might go have a read up and see if amavisd has an option to not be a dick and stop splitting log lines
dkinon has quit
dkinon joined the channel
yanqian has quit
blalor_afk joined the channel
jaimeg5002 has quit
jaimeg5002 joined the channel
blalor_afk is now known as blalor
jaimeg5002 has quit
yanqian joined the channel
jaimeg5002 joined the channel
jaimeg5002 has quit
jaimeg5002 joined the channel
_lechuck_ has quit
_lechuck_ joined the channel
voidfire joined the channel
yanqian has quit
yanqian joined the channel
jspeck has quit
jnials has quit
ksclarke joined the channel
professoruss
anyone know of a way to get kibana terms panel to not display the broken up names? I have stuff like "application-akka.actor.default-dispatcher" in a field and it splits it at the dashes and dots
abe has quit
yanqian has quit
awheeler joined the channel
gyre007 joined the channel
jspeck joined the channel
notmarkw has left the channel
torrancew
professoruss: I need to figure that out too
yanqian joined the channel
yanqian has quit
yanqian joined the channel
professoruss
doing it manually sounds like a bad idea
torrancew
totally
it might involve the analyzer ES is using
but I don't understand ES enough yet to say for sure