logstash => es => kibana feels also a lot faster than the previous logstash => graylog2 => es which I tried
berkay joined the channel
lith joined the channel
the graylog2 pipeline kept the machine loads around 12 (8 cpu machine) and the current pipeline barely brings the load up to four (and it's closer to peak hour than what it was when I tried graylog2)
jameshyde_ joined the channel
jkoppe1
Garo_: thanks for the info
in both setups, all components were on a single machine?
Garo_
yes
jkoppe1
which version of graylog?
Garo_
latests.
jkoppe1
cool, thanks
Garo_
actually, there was a change in the underlying disk system
so that pretty much voids the results
sorry :(
jkoppe1
what was the change
Garo_
I have four EBS disks. previously those were combined incorrectly with lvm so that the lvm did not do stripping
and now they are properly stripped so that the io will be divided equally to all disks
jameshyde_
does logstash-flatjar.jar command line support "--pid PIDFILE" parameter?
Electrical
jkoppe1: you filed the issue about that 'absent' still created some files right? ( puppet-logstash )
Edis is a protocol-compatible Server replacement for http://redis.io/, written in Erlang. Edis's goal is to be a drop-in replacement for Redis when persistence is more important than holding the dataset in-memory.
sudoSamurai
devOpsEv: yah... security guys can't distinguish between jvm and java browser plugin, so we are not allowed to put a jvm on the prod servers
metcalf__ has quit
devOpsEv
are you f-ing kidding me? lol, sorry, that's the most ridiculous thing I have ever heard
sudoSamurai
devOpsEv: if it has "java" in the name, it is bad joojoo
darrend joined the channel
metcalfc joined the channel
devOpsEv
and they let you use FOSS?
sudoSamurai
devOpsEv: yep. Well, even if I could use it, logstash on the shippers runs a little heavy anyway
alexim joined the channel
alexim has quit
devOpsEv
well LS has plenty of inputs
sudoSamurai
Finance -> Security -> me. My security guys are fussy until you tell them the commercial replacement for logstash (splunk in this case) is almost $225k. They seems to STFU then.
devOpsEv
splunk, ugh
sudoSamurai
devOpsEv: yeah, I'm debating on using beaver. Lightweight, and I can use python
devOpsEv
used the evaluation version for a week, it was terrible
sudoSamurai
just haven't tested it out yet
nah, I really like splunk
it's just stupid expensive
devOpsEv
just couldn't get it to do the things I wanted it to do
ap_bb has quit
sudoSamurai
it would be expensive if it were half the cost
devOpsEv
I just can't believe they won't let you run java at all
that's too funny
sudoSamurai
not on public facing machines
brdude joined the channel
kjstone00 has quit
devOpsEv
I don't know what kind of business you're in, but do they realize that like, banks use java on the backend to run public facing webapps?
sudoSamurai
I can't say I blame them. The less you have on machines that are on the Internet the better. Installing java on production boxes just for a log shipper is a little unreasonable
devOpsEv
I suppose you have a point, but most OSs come with java preinstalled, Java is practically a requirement for everything these days
sudoSamurai
limit attack vectors, etc...
devOpsEv
not that coming with it preinstalled is a reason to use it
Electrical
jkoppe1: issue should be solved now. can you test it out?
devOpsEv
but you get what I mean
I mean, shit, Android apps are all Java and the entire network of Android phones hasn't been hacked/compromised yet
sudoSamurai
I understand, but it's a battle I don't really want to fight considering how easy it is to work around it
devOpsEv
haha
yeah. just shooting the shit, not trying to reason it to you or to your sec team
:)
sudoSamurai
trust me, I agree with you. I'm a former java dev.
kjstone00 joined the channel
I'm just a lazy former java dev, and when it comes to intra-company politics, I want nothing to do with it. ;)
devOpsEv
I hear you there
sudoSamurai
now, back to banging on grok...
r0tha_ joined the channel
bfulton has quit
coolacid has quit
r0tha has quit
coolacid joined the channel
_Sgoettschkes is now known as Sgoettschkes
iamchrisf has quit
nikitosiusis has quit
pblittle has quit
kjstone00 has quit
awole20 has quit
ralphm joined the channel
artbikes has quit
bfulton joined the channel
bramdst joined the channel
markw_ is now known as markw
pblittle joined the channel
whack
howdy folks!
mortini_
hello
sudoSamurai
hey whack
whack: hey, can I run something by you that I found?
Electrical
hiya whack
whack
sup?
Electrical
nothing much. and there?
whack
did some early house work this morning. spent 3 hours in the attic
then it got too hot :(
devOpsEv
hi whack :)
jkoppe1
Electrical: yea, i'll check it at some point this week. today's not a good day
sudoSamurai
whack: so I'm using logstash as a shipper and indexer using tcp as the in/out. On the shipper side, I specify the type per file. On the indexer side, I have to specify a type as a requirement. That indexer side @type is overriding the previous type
iamchrisf joined the channel
Electrical
jkoppe1: that's fine.
whack
sudoSamurai: you'll want to set 'format => json_event' on your tcp input
sudoSamurai
I did
didn't matter
is it format, or message_format?
whack
format.
devOpsEv
oh. my bad.
iamchrisf has quit
sudoSamurai
I can go back and test, but I'm pretty sure I tried that