dont think so, because loglines belonging together can potentially be days apart..
jroh has quit
josephholsten joined the channel
rayrod2030
ah I see.
BlackMaria has left the channel
Huph has quit
Huph joined the channel
daenney has quit
tombar_ joined the channel
tombar has quit
phrawzty has quit
daenney joined the channel
phrawzty joined the channel
jdunck joined the channel
shtouff has left the channel
michaelk
electrical: still having software raid performance issues? when I setup my 9TB software raid I added "dev.raid.speed_limit_max = 500000" to /etc/sysctrl.conf and also let it synch the drives with the partition unmounted. when it was mounted it was synincg at like, 30k/s, and unmounted it was syincing at 300MB/s
rashidkpc
cd /Users/khanr ;
doh
l33 has quit
phrawzty has quit
phrawzty joined the channel
untergeek has quit
dblessing has quit
Jahkeup_ has quit
michaelk
:)
OSInet joined the channel
OSInet has left the channel
h0cin has quit
teskew has quit
shub-niggurath has quit
ralphm
rashidkpc: in kibana 3, if the graph is stacked, could the tooltips such that they show the height for that color, not the total y value?
untergeek joined the channel
rashidkpc
ralphm: -maybe-, I'm looking into it
ralphm
:-)
rashidkpc: thanks for the awesome work
tziOm
Any plans for scribe input ?
electrical
not that im aware off.
tziOm
I like the fact that scribe stores data locally when it cant stream..
rashidkpc
does anyone still use scribe?
tziOm
Any other system capable of same?
ralphm
I believe there is a thing for having a scribe server also push to redis
What is the thing with having redis in the middle btw?
dvestal has quit
Dont really see.. just the fast speed?
whack
tziOm: lumberjack does the same
the problem with scribe is that (iirc) the only way to give it logs is to use thrift, so there's no avenue for existing software and systems where you have no control over the code.
tziOm
whack, same as in scribe->redis<-logstash->elastic ?
whack
tziOm: lumberjack -> logstash
phantasm66 has quit
lumberjack pauses if logstash fails
tziOm
whack, ah.. I was thinking lumberjack was some guy..
ralphm
haha
whack
hah
artbikes
whack should dress as a lumberjack at all meetups from now on
whack
hah
rayrod2030
so I'm guessing if I use the elasticsearch_http option I don't have to set up logstash as an ES node like you do with the standard es output plugin?
tziOm
hmm.. looks ok this lumberjack
l33 joined the channel
whack
rayrod2030: There's no "setup" to do so I'm not sure what you mean.
tziOm
What is the reasoning behind having redis as a "man in the middle" for messages?
is it used as a buffer?
whack
tziOm: buffer/router
rayrod2030
well running stand alone with a previous cluster I had some trouble establishing communication until I opened 9300 in both directions between logstash and ES.
whack
allows you to restart readers (logstash) without having writers recognize that
it makes implementing some message flows a bit easier
rayrod2030: ahh, yes.
QuanutmRiff has quit
postwait has quit
tziOm
whack, some examples here would be useful..
whack
rayrod2030: with elasticsearch_http you only need to open access outbound from logstash to inbound on elasticsearch port 9200
tziOm: not sure what you mean?
michaelk
yeah, i'm trying to decide if i need redis right now. in my setup i write all my syslogs to disk, and i have logstash readig from disk - so the disk is the buffer. not seeing any performance advantage or reliability advantage for redis, in this configuration
rayrod2030
werd. that's what I thought. great!
whack
tziOm: logstsah treats redis like a queue
tziOm
whack, "making some message flows abit easiert"
r0tha joined the channel
whack
tziOm: if your redis inputs are overloaded on a resource, you can add more logstash agents reading from that redis input to achieve higher throughput