i thought you were using local syslog to 1) save a local copy of whatever logs were received, and 2) also forward them to the local instance of logstash for analytics
tm23
shaynem_: huh, I'm running 0.1.0 on centos 5.9
shaynem_: lemme find another 5.x box :)
josephholsten has quit
shaynem_
you got a rpm :P
tm23
I do
josephholsten joined the channel
Actually, my test log spewer is a 5.5 box
rcleere has quit
shaynem_
The Go website specifically says it doesn't support Centos 5.x
josephholsten has quit
featheredtoast has quit
josephholsten joined the channel
even tried older versions of go
josephholsten has quit
josephholsten joined the channel
http://golang.org/doc/install --- Linux 2.6.23 or later with glibcamd64, 386, armCentOS/RHEL 5.x not supported; no binary distribution for ARM yet
logstashbot
Title: Getting Started - The Go Programming Language (at golang.org)
featheredtoast joined the channel
yanqian joined the channel
josephholsten has quit
josephholsten joined the channel
martijnvg has quit
scottbessler joined the channel
grepusername joined the channel
ggoZ has quit
cwebber joined the channel
shaynem_ has quit
rhys has quit
shaynem_ joined the channel
tm23
shaynem_: huh, I guess he bundled in enough go to get it to build in 0.1.0 :)
shaynem_
really need to stop using limechat on osx - irc client just crashed
josephholsten has quit
yanqian has quit
josephholsten joined the channel
I'll try an older version and let you know
rustyrazorblade has quit
grepusername
is logstash 1.2 available? is it integrated into kibana 3...do i just install kibana 3 and it will setup logstash 1.2 ?
scottbessler
i'd like to use the kv filter, but only whitelist certain field names.. alternatively i could write a grok filter per whitelisted field name, but that seems like it would be slower
josephholsten has quit
josephholsten joined the channel
rustyrazorblade joined the channel
chandler1
hm getting errors on my input, is it possible to list 3 tcp inputs with different ports?
yanqian joined the channel
awheele__ joined the channel
r0tha_ has quit
r0tha joined the channel
teskew has quit
awheeler has quit
tm23
shaynem_: I built the rpm on a 6.x box and it seems to work on the 5.5 box
shaynem_
tm23: so it's just me then
I'm just building the older version now
grepusername
https://logstash.jira.com/browse/LOGSTASH-663 - 'kibana 3 is now bundled with logstash builds as of 1.2.0.dev' so i grab the master branch of logstash to get kibana3 aswell? (confused)
grepusername: you don't have to grab LS to get kibana, but if you're grabbing a 1.2 LS, you get kibana inside the jar
also, you don't have to grab master, there's 1.2.0.beta
beta1*
_maes_ has quit
icosahedral has quit
rashidkpc
I should update kibana 2 for the new schema
tomorow
_maes_ joined the channel
shaynem_
tm23: worked didn't seg fault - I guess it's something wrong with the box i was testing on.. however Thank you for this :-) otherwise i would have ruled it out.
yanqian has quit
tm23
shaynem_: np
shaynem_: thanks for bringing it up, otherwise, I wouldn't know to build lumberjack on a 6.x box :)
shaynem_
:P
taurine has quit
linsys has quit
_maes_ has quit
yanqian joined the channel
abe joined the channel
abe has quit
r0tha_ joined the channel
r0tha has quit
chandler1
when you guys are making a new grok pattern, what do you use for reference? the original log? when it's transferred extra info is added, but using logstash to output to stdout all i see is the result post-logstash
faxm0dem has quit
how are you guys viewing the events post-transfer before logstash parses em
abe joined the channel
faxm0dem joined the channel
whack
BaM`: pong?
BaM`
hey
how's it?
I have a question from the other day about the multiline filter
simmel: yeah I'm planning on having an RC available tonight; just gotta hack on a few small things
BaM`: will take a peak in a sec
BaM`
I really want to strip the second lot of syslog stuff off the start of it
kk
jspeck joined the channel
cwebber has quit
whack
BaM`: I feel that log message was too much anonymized, so I can't say for sure
but yes I believe the multiline support in logstash should be able to handle that
notmarkw joined the channel
BaM`
I really want to remove the ... from the tail end of the first line, and up to the ... in the second line
problem is everything before the second lot of ... is going to differ per message
yanqian joined the channel
stackedsax has quit
tm23
hm. doing a mutate removal on @message leaves behind "json_event" and removing @source also seems to nuke the @source_path
whack
BaM`: can you show me like 2 or 3 whole messages? (replace any emails with 'example@example.com'; or something)
tm23: not sure I Understand the first part
BaM`
sure - one sec
zounese
is it possible to use the mutate filter to update "@type"? i was using grok to add a "type" field but i'd like to update the top-level value. i tried using mutate. didn't have any luck.
whack
but the 2nd part (removing @source causes @source_path to disappear) seems like something I wouldn't expect